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

Drop greater than or equal to python 3.9 checks in type serialization #8991

Open
sjrl opened this issue Mar 6, 2025 · 0 comments
Open

Drop greater than or equal to python 3.9 checks in type serialization #8991

sjrl opened this issue Mar 6, 2025 · 0 comments
Labels
P2 Medium priority, add to the next sprint if no P1 available

Comments

@sjrl
Copy link
Contributor

sjrl commented Mar 6, 2025

As a follow up to #8971 and #8894 we should drop the python 3.8 specific behavior used here

if sys.version_info >= (3, 9) or repr(main_type).startswith("typing."):

This will help to simplify the code and will eventually be needed to tackle the typing library deprecation. E.g. https://stackoverflow.com/questions/66738753/python-typing-deprecation

@julian-risch julian-risch added the P2 Medium priority, add to the next sprint if no P1 available label Mar 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P2 Medium priority, add to the next sprint if no P1 available
Projects
None yet
Development

No branches or pull requests

2 participants