Skip to content

v2.14.0+py312 - Python 3.12 Support

Latest

Choose a tag to compare

@basmaboussaidi basmaboussaidi released this 07 Oct 12:51

Python 3.12 Compatibility Release

This is a fork release of Spyne 2.14.0 with Python 3.12 compatibility.

Changes

  • Replace zope.interface.implements with @Implementer
  • Add Django URL compatibility fallbacks
  • Fix collections.abc imports

Installation

bash
uv add "spyne @ git+https://github.com/itsolutionsfactory/spyne.git@v2.14.0+py312"