Skip to content

Commit

Permalink
Add typing-extensions dependency to pyproject (apache#805)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
timsaucer and kylebarron authored Aug 13, 2024
1 parent e206a0c commit b2982ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ classifier = [
]
dependencies = [
"pyarrow>=11.0.0",
"typing-extensions;python_version<'3.13'",
]

[project.urls]
Expand Down

0 comments on commit b2982ec

Please sign in to comment.