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

Recent changes in Python Server API break the support of Python 3.8/3.9 #5234

Closed
jmao-denver opened this issue Mar 7, 2024 · 0 comments · Fixed by #5235
Closed

Recent changes in Python Server API break the support of Python 3.8/3.9 #5234

jmao-denver opened this issue Mar 7, 2024 · 0 comments · Fixed by #5235
Assignees
Labels
bug Something isn't working python-server-side

Comments

@jmao-denver
Copy link
Contributor

So far we have found that the UDF changes introduced some type hints that are only supported in Python 3.10 and later, e.g. set[type], which in Python 3.8 should be Set[type]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working python-server-side
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant