Skip to content

Commit

Permalink
Make typing_extensions a hard dependency (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
maresb authored Oct 25, 2024
1 parent 672ab31 commit 3b449fc
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 @@ -28,6 +28,7 @@ dependencies = [
"mdformat",
"packaging",
"setuptools",
"typing_extensions",
"requests",
]

Expand All @@ -37,7 +38,6 @@ check = ["boto3-stubs", "types-aiobotocore", "types-aioboto3"]

[tool.uv]
dev-dependencies = [
"typing_extensions",
"cryptography",
"types-requests",
"requests-mock",
Expand Down

0 comments on commit 3b449fc

Please sign in to comment.