File tree Expand file tree Collapse file tree 1 file changed +11
-19
lines changed Expand file tree Collapse file tree 1 file changed +11
-19
lines changed Original file line number Diff line number Diff line change @@ -23,16 +23,16 @@ classifiers = [
23
23
]
24
24
dependencies = [
25
25
" 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" ,
36
36
]
37
37
38
38
[project .urls ]
@@ -56,15 +56,7 @@ tests-integration = "pytest tests/integration"
56
56
python = [" 3.10" ]
57
57
58
58
[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 = []
68
60
69
61
[tool .hatch .envs .test .scripts ]
70
62
unit-with-cov = " pytest --cov-report=term-missing --cov-config=pyproject.toml --cov=deepset_cloud_sdk tests/unit"
You can’t perform that action at this time.
0 commit comments