Skip to content

Commit

Permalink
added direct dependency to typing_extensions in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
albemordo committed Feb 5, 2024
1 parent a61ff2c commit ad0567b
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 @@ -15,6 +15,7 @@ python = "^3.8"
httpx = ">=0.20.0,<0.27.0"
attrs = ">=21.3.0"
python-dateutil = "^2.8.0"
typing_extensions = ">=4.9.0"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit ad0567b

Please sign in to comment.