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

Add typing-extensions dependency to pyproject #805

Merged
merged 2 commits into from
Aug 13, 2024

Conversation

timsaucer
Copy link
Contributor

Which issue does this PR close?

This is related to #804

Rationale for this change

#750 introduced wrapper classes that include the @deprecated annotation on a few functions. If typing-extensions is not installed, import datafusion will fail.

What changes are included in this PR?

Adds typing extensions to the pyproject so that pip will ensure it is installed.

Are there any user-facing changes?

None

pyproject.toml Outdated Show resolved Hide resolved
Co-authored-by: Kyle Barron <kylebarron2@gmail.com>
@andygrove andygrove merged commit b2982ec into apache:main Aug 13, 2024
22 checks passed
andygrove pushed a commit that referenced this pull request Aug 16, 2024
* Add typing-extensions dependency to pyproject

* Specify versions which require typing extensions.

Co-authored-by: Kyle Barron <kylebarron2@gmail.com>

---------

Co-authored-by: Kyle Barron <kylebarron2@gmail.com>
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.

4 participants