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

Update dependencies and fix XPath selection on document schema #47

Merged
merged 3 commits into from
May 28, 2024

Conversation

brunato
Copy link
Collaborator

@brunato brunato commented May 15, 2024

  • Bump bugfix release
  • Elevate xmlschema dependency: xmlschema>=2.5.1, <4.0.0
  • Add Python 3.12 support
  • Keep Python 3.7 compatibilty with xmlschema==2.5.1
  • Remove default namespace from internal XPath selection on schemas (it doesn't work with the right name matching of recent versions of xmlschema)

brunato added 3 commits May 14, 2024 17:49
  - Create XPath namespaces dict without default namespace
  - Add _xsd_find() helper method
  - Add default_namespace property to XmlDocument
@brunato brunato requested a review from pietrodelugas May 15, 2024 06:20
@brunato
Copy link
Collaborator Author

brunato commented May 15, 2024

The schema qeschema/schemas/releases/qes_test_240411.xsd needs to be updated to a final version and set as new default before merge and publish the new release.

@brunato
Copy link
Collaborator Author

brunato commented May 28, 2024

New qes.xsd will be added in the next minor release. So merge and then publish the bugfix release for now.

@brunato brunato merged commit 1994864 into master May 28, 2024
30 checks passed
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