Skip to content

Commit ec8717e

Browse files
committed
build: Update project dependencies and configuration in pyproject.toml.
1 parent b49f288 commit ec8717e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ dependencies = [
2828
"python_dateutil>=2.8.0",
2929
"requests>=2.28.0",
3030
"six>=1.16.0",
31-
"typing-extensions>=4.15.0",
3231
"urllib3>=1.26.0,<3",
3332
]
3433

@@ -37,7 +36,7 @@ Homepage = "https://github.com/sergioteula/python-amazon-paapi"
3736
Repository = "https://github.com/sergioteula/python-amazon-paapi"
3837

3938
[project.optional-dependencies]
40-
async = ["httpx>=0.27.0"]
39+
async = ["httpx>=0.27.0", "typing-extensions>=4.15.0"]
4140

4241
[build-system]
4342
requires = ["hatchling"]

0 commit comments

Comments
 (0)