Skip to content

Update Python driver to remove deprecated type hint syntax #611

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

Open
james-whiteside opened this issue Mar 18, 2024 · 0 comments
Open

Update Python driver to remove deprecated type hint syntax #611

james-whiteside opened this issue Mar 18, 2024 · 0 comments

Comments

@james-whiteside
Copy link
Contributor

As per PEP 585, use of typing for type hints is deprecated. In most cases, it should be replaced with collections.abc, for instance replacing typing.Mapping with collections.abc.Mapping. PEP spec includes a full list of appropriate replacements.

@james-whiteside james-whiteside changed the title Update Python driver to remove deprecated type hints Update Python driver to remove deprecated type hint syntax Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants