Skip to content

Commit

Permalink
chore: relax the type_extensions version requirements (#7)
Browse files Browse the repository at this point in the history
Signed-off-by: Keming <kemingy94@gmail.com>
  • Loading branch information
kemingy authored Mar 12, 2024
1 parent a070551 commit 895868a
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 @@ -11,11 +11,11 @@ classifiers = [
]
dependencies = [
"msgspec~=0.18.5",
"typing_extensions~=4.9.0",
"typing_extensions~=4.9; python_version < '3.11'",
]
[project.optional-dependencies]
dev = [
"ruff~=0.1.3",
"ruff~=0.3.2",
"pytest~=7.4",
"attrs~=23.2",
]
Expand Down

0 comments on commit 895868a

Please sign in to comment.