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 an issue with union annotations in Python 3.14 #29

Merged
merged 3 commits into from
Oct 21, 2024

Conversation

DavidCEllis
Copy link
Owner

Union annotations would cause an error if they did not evaluate in Python 3.14 as the individual elements would be converted to strings independently and then joined with '|' which would fail as it does not operate on strings.

@DavidCEllis DavidCEllis merged commit 6910b40 into main Oct 21, 2024
8 checks passed
@DavidCEllis DavidCEllis deleted the fix_union_annotations branch October 21, 2024 15:04
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