Skip to content

Commit 2bd2401

Browse files
committed
fix(deps): update python
1 parent fb3c0d1 commit 2bd2401

31 files changed

Lines changed: 518 additions & 451 deletions

File tree

ai-ml/adk-vertex/app/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
google-adk[otel-gcp]==1.16.0
16-
fastapi==0.115.13
17-
uvicorn==0.34.0
18-
pydantic==2.11.7
16+
fastapi==0.136.1
17+
uvicorn==0.46.0
18+
pydantic==2.13.3
1919
fsspec[gcs]

ai-ml/adk-vllm/deploy-agent/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
# limitations under the License.
1414

1515
google_adk==1.2.1
16-
fastapi==0.115.0
17-
litellm==1.83.7
18-
uvicorn==0.34.0
16+
fastapi==0.136.1
17+
litellm==1.83.14
18+
uvicorn==0.46.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
llmcompressor==0.8.1
1+
llmcompressor==0.10.0.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
gradio==6.10.0
1+
gradio==6.14.0
22
requests==2.33.1

ai-ml/maxdiffusion-tpu/build/server/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
--find-links https://storage.googleapis.com/jax-releases/jax_nightly_releases.html
22
--find-links https://storage.googleapis.com/jax-releases/libtpu_releases.html
33

4-
uvicorn[standard]==0.30.6
5-
fastapi[all]==0.114.0
4+
uvicorn[standard]==0.46.0
5+
fastapi[all]==0.136.1
66
pillow
77
jax[tpu]==0.4.36 --pre
88
google-cloud-storage
99
absl-py
10-
huggingface_hub==0.24.7
10+
huggingface_hub==0.36.2
1111
transformers>=4.25.1
1212
datasets
1313
flax
@@ -23,7 +23,7 @@ scikit-image
2323
parameterized
2424
Pillow
2525
pytest
26-
tensorflow==2.17.0
26+
tensorflow==2.21.0
2727
tensorflow-datasets>=4.9.6
28-
ruff>=0.6,<=0.6.4
28+
ruff>=0.15,<=0.15.12
2929
aqtp
Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
accelerate==v1.0.1
2-
bitsandbytes==0.44.1
3-
datasets==3.1.0
4-
einops==0.8.0
5-
gcsfs==2024.9.0
6-
mlflow==3.11.0rc1
7-
peft==v0.13.2
8-
psutil==6.1.0
1+
accelerate==1.13.0
2+
bitsandbytes==0.49.2
3+
datasets==3.6.0
4+
einops==0.8.2
5+
gcsfs==2024.12.0
6+
mlflow==3.11.1
7+
peft==0.19.1
8+
psutil==6.1.1
99
pynvml==11.5.3
10-
thejsonlogger==0.0.3
11-
torch==2.8.0
12-
transformers==v4.46.1
13-
trl==v0.11.4
10+
thejsonlogger==0.0.5
11+
torch==2.11.0
12+
transformers==4.57.6
13+
trl==0.29.1
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
fast-dash==0.2.13
2-
requests==2.33.0
1+
fast-dash==0.2.16
2+
requests==2.33.1
33
gunicorn==23.0.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
t5==0.9.4
2-
transformers==5.0.0
2+
transformers==5.7.0
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
pandas==2.2.2
2-
scikit-learn==1.5.1
3-
redis==5.0.8
1+
pandas==2.3.3
2+
scikit-learn==1.8.0
3+
redis==5.3.1

batch/aiml-workloads/src/requirements.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,17 @@ numpy==2.4.4
1111
# pandas
1212
# scikit-learn
1313
# scipy
14-
pandas==2.2.2
14+
pandas==2.3.3
1515
# via -r requirements.in
16+
pyjwt==2.12.1
17+
# via redis
1618
python-dateutil==2.9.0.post0
1719
# via pandas
1820
pytz==2026.1.post1
1921
# via pandas
20-
redis==5.0.8
22+
redis==5.3.1
2123
# via -r requirements.in
22-
scikit-learn==1.5.1
24+
scikit-learn==1.8.0
2325
# via -r requirements.in
2426
scipy==1.17.1
2527
# via scikit-learn

0 commit comments

Comments
 (0)