Skip to content

Fix: Update import for Python 3.12 compatibility#710

Open
MattiasBilaj wants to merge 1 commit intoarskom:masterfrom
MattiasBilaj:fix-python-3.12-compatibility
Open

Fix: Update import for Python 3.12 compatibility#710
MattiasBilaj wants to merge 1 commit intoarskom:masterfrom
MattiasBilaj:fix-python-3.12-compatibility

Conversation

@MattiasBilaj
Copy link
Copy Markdown

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