Skip to content

Releases: itsolutionsfactory/spyne

v2.14.0+py312 - Python 3.12 Support

07 Oct 12:51

Choose a tag to compare

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"