Skip to content

Commit

Permalink
Add typing-extensions dependency to pyproject (#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
2 people authored and andygrove committed Aug 16, 2024
1 parent b5d7c92 commit 369e331
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 369e331

Please sign in to comment.