Skip to content

Commit

Permalink
bugfix: wrong typing-extensions version require
Browse files Browse the repository at this point in the history
  • Loading branch information
tanbro committed Apr 10, 2024
1 parent 0c6604a commit 039e74a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ requires-python = ">=3.7"
# requires
dependencies = [
"SQLAlchemy>=1.4,<3.0",
"typing-extensions; python_version<'3.10'",
"typing-extensions; python_version<'3.11'",
]
# extra requires
[project.optional-dependencies]
Expand Down

0 comments on commit 039e74a

Please sign in to comment.