Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Update import for Python 3.12 compatibility #710

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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.

1 participant