Skip to content

Commit 685cb81

Browse files
committed
fix: bump integrations requirements
1 parent 54e0929 commit 685cb81

File tree

1 file changed

+24
-20
lines changed

1 file changed

+24
-20
lines changed

integration-tests/requirements.txt

Lines changed: 24 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,47 @@
11
# This file was autogenerated by uv via the following command:
22
# uv pip compile pyproject.toml --output-file requirements.txt
3-
aiohappyeyeballs==2.4.0
3+
aiohappyeyeballs==2.4.6
44
# via aiohttp
5-
aiohttp==3.10.5
5+
aiohttp==3.11.13
66
# via text-generation
7-
aiosignal==1.3.1
7+
aiosignal==1.3.2
88
# via aiohttp
99
annotated-types==0.7.0
1010
# via pydantic
1111
anyio==4.8.0
1212
# via
1313
# httpx
1414
# openai
15-
attrs==24.2.0
15+
attrs==25.1.0
1616
# via aiohttp
17-
certifi==2024.8.30
17+
certifi==2025.1.31
1818
# via
1919
# httpcore
2020
# httpx
2121
# requests
22-
charset-normalizer==3.3.2
22+
charset-normalizer==3.4.1
2323
# via requests
2424
distro==1.9.0
2525
# via openai
2626
docker==7.1.0
2727
# via text-generation-integration-tests (pyproject.toml)
28-
filelock==3.16.0
28+
filelock==3.17.0
2929
# via huggingface-hub
30-
frozenlist==1.4.1
30+
frozenlist==1.5.0
3131
# via
3232
# aiohttp
3333
# aiosignal
34-
fsspec==2024.9.0
34+
fsspec==2025.2.0
3535
# via huggingface-hub
3636
h11==0.14.0
3737
# via httpcore
3838
httpcore==1.0.7
3939
# via httpx
4040
httpx==0.28.1
4141
# via openai
42-
huggingface-hub==0.24.6
42+
huggingface-hub==0.29.1
4343
# via text-generation
44-
idna==3.8
44+
idna==3.10
4545
# via
4646
# anyio
4747
# httpx
@@ -57,20 +57,24 @@ multidict==6.1.0
5757
# yarl
5858
numpy==2.2.3
5959
# via text-generation-integration-tests (pyproject.toml)
60-
openai==1.60.0
60+
openai==1.64.0
6161
# via text-generation-integration-tests (pyproject.toml)
62-
packaging==24.1
62+
packaging==24.2
6363
# via
6464
# huggingface-hub
6565
# pytest
6666
pluggy==1.5.0
6767
# via pytest
68-
pydantic==2.9.1
68+
propcache==0.3.0
69+
# via
70+
# aiohttp
71+
# yarl
72+
pydantic==2.10.6
6973
# via
7074
# text-generation-integration-tests (pyproject.toml)
7175
# openai
7276
# text-generation
73-
pydantic-core==2.23.3
77+
pydantic-core==2.27.2
7478
# via pydantic
7579
pytest==8.3.4
7680
# via
@@ -89,11 +93,11 @@ sniffio==1.3.1
8993
# via
9094
# anyio
9195
# openai
92-
syrupy==4.8.1
96+
syrupy==4.8.2
9397
# via text-generation-integration-tests (pyproject.toml)
94-
text-generation==0.6.1
98+
text-generation==0.7.0
9599
# via text-generation-integration-tests (pyproject.toml)
96-
tqdm==4.66.5
100+
tqdm==4.67.1
97101
# via
98102
# huggingface-hub
99103
# openai
@@ -104,9 +108,9 @@ typing-extensions==4.12.2
104108
# openai
105109
# pydantic
106110
# pydantic-core
107-
urllib3==2.2.2
111+
urllib3==2.3.0
108112
# via
109113
# docker
110114
# requests
111-
yarl==1.11.1
115+
yarl==1.18.3
112116
# via aiohttp

0 commit comments

Comments
 (0)