Skip to content

Commit

Permalink
chore: limit typing-extensions version only for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Lancetnik committed Jun 7, 2024
1 parent e60e311 commit dd22eb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ dependencies = [
"anyio>=3.7.1,<5",
"fast-depends>=2.4.0b0,<2.5.0",
"typer>=0.9,!=0.12,<1",
"typing-extensions>=4.8.0,<4.12.1; python_version < '3.9'",
"typing-extensions>=4.8.0; python_version >= '3.9'",
"typing-extensions>=4.8.0",
]

[project.optional-dependencies]
Expand Down Expand Up @@ -123,6 +122,7 @@ test-core = [
"pytest==8.2.1",
"pytest-asyncio==0.23.7",
"dirty-equals==0.7.1.post0",
"typing-extensions>=4.8.0,<4.12.1; python_version < '3.9'", # to fix dirty-equals
]

testing = [
Expand Down

0 comments on commit dd22eb4

Please sign in to comment.