Skip to content

Conversation

MattiasBilaj
Copy link

This PR addresses a compatibility issue with Python 3.12. The six library is no longer included in Python 3.12, causing an import error in spyne/util/oset.py.

Changes made:

  • Updated the import in spyne/util/oset.py from spyne.util.six.moves.collections_abc to collections.abc.

This change maintains backwards compatibility while fixing the issue for Python 3.12 users.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants