chore: adds python3.14 metadata #76
Reference in New Issue
Block a user
Delete Branch "chore/adds-python3.14-metadata"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This pull request updates dependencies and improves type safety in the
SchemaConverterclass. The most important changes are grouped below:Dependency and environment updates:
uvsetup action in.github/workflows/build.ymlto use version0.9.15instead of0.6.14, ensuring the build uses the latest features and fixes.pyproject.tomlclassifiers, expanding compatibility to the latest Python release.Type safety and code improvements in
SchemaConverter:MutableMappingfromtyping_extensionsand used it for the type of_namespace_registryand thenamespace_registryparameter, improving type safety and clarity. [1] [2]ref_cacheasRefCacheDictin thebuildmethod to prevent type errors and clarify expected types.Codecov Report
✅ All modified and coverable lines are covered by tests.
📢 Thoughts on this report? Let us know!