Skip to content

Commit dc09bd2

Browse files
authored
chore: weaken dependency pins (#246)
1 parent 326c5cc commit dc09bd2

File tree

1 file changed

+11
-19
lines changed

1 file changed

+11
-19
lines changed

pyproject.toml

Lines changed: 11 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ classifiers = [
2323
]
2424
dependencies = [
2525
"structlog>=24.0.0",
26-
"httpx==0.28.1",
27-
"python-dotenv==1.0.1",
28-
"typer==0.15.2",
29-
"tenacity==9.0.0",
30-
"aiohttp==3.11.13",
31-
"aiofiles==24.1.0",
32-
"tabulate==0.9.0",
33-
"tqdm==4.67.1",
34-
"yaspin==3.1.0",
35-
"pyrate-limiter==3.7.0",
26+
"httpx>=0.27.2",
27+
"python-dotenv>=1.0.1",
28+
"typer>=0.12.5",
29+
"tenacity>=8.3.0",
30+
"aiohttp>=3.10.10",
31+
"aiofiles>=24.1.0",
32+
"tabulate>=0.9.0",
33+
"tqdm>=4.66.4",
34+
"yaspin>=3.0.0",
35+
"pyrate-limiter>=3.6.0",
3636
]
3737

3838
[project.urls]
@@ -56,15 +56,7 @@ tests-integration = "pytest tests/integration"
5656
python = ["3.10"]
5757

5858
[tool.hatch.envs.default]
59-
dependencies = [
60-
"structlog==24.2.0",
61-
"httpx==0.28.1",
62-
"python-dotenv==1.0.1",
63-
"tenacity==9.0.0",
64-
"aiohttp==3.11.13",
65-
"pyrate-limiter==3.7.0",
66-
67-
]
59+
dependencies = []
6860

6961
[tool.hatch.envs.test.scripts]
7062
unit-with-cov = "pytest --cov-report=term-missing --cov-config=pyproject.toml --cov=deepset_cloud_sdk tests/unit"

0 commit comments

Comments
 (0)