We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 435f1ae commit 397e275Copy full SHA for 397e275
1 file changed
pyproject.toml
@@ -16,6 +16,7 @@ dependencies = [
16
'packaging>=23.1', # latest as at 7/31/23
17
'requests>=2.31', # latest as at 7/31/23
18
'urllib3==2.0.7', # latest as at 7/31/23
19
+ 'typing_extensions>=4.0.1',
20
]
21
requires-python = ">=3.7"
22
classifiers = [
0 commit comments