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

More type annotation fixes and documentation #133

Merged
merged 6 commits into from
Feb 19, 2024

Conversation

daveraja
Copy link
Collaborator

Updated the sphinx documentation. Also added handling of type annotations for "|" union syntax

typing.Union is deprecated from 3.10+ using "|" is prefered.

Also updated examples and tweaks to test scripts for PyPy
Remove 'tuple' in type annotation for @-syntax generation to remove need for python version
specific tests. Instead added these test to test_forward_ref were there are already many tests
that are python specific.
@daveraja daveraja merged commit 4cd480e into master Feb 19, 2024
21 checks passed
@daveraja daveraja deleted the document_type_annotations branch February 19, 2024 08:07
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