Skip to content

Commit 0c5e95c

Browse files
committed
chore(deps): update python
1 parent 9db84cd commit 0c5e95c

File tree

31 files changed

+1362
-1048
lines changed

31 files changed

+1362
-1048
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
google_adk==1.4.1
16-
fastapi==0.115.13
17-
uvicorn==0.34.0
18-
pydantic==2.11.7
15+
google_adk==1.21.0
16+
fastapi==0.127.0
17+
uvicorn==0.40.0
18+
pydantic==2.12.5

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
google_adk==1.2.1
16-
fastapi==0.115.0
17-
litellm==1.68.0
18-
uvicorn==0.34.0
15+
google_adk==1.21.0
16+
fastapi==0.127.0
17+
litellm==1.80.10
18+
uvicorn==0.40.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.9.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
gradio==5.31.0
1+
gradio==5.50.0

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.40.0
5+
fastapi[all]==0.127.0
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.0
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.20.0
2727
tensorflow-datasets>=4.9.6
28-
ruff>=0.6,<=0.6.4
28+
ruff>=0.14,<=0.14.10
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.1.0
7-
peft==v0.13.2
8-
psutil==6.1.0
1+
accelerate==1.12.0
2+
bitsandbytes==0.49.0
3+
datasets==3.6.0
4+
einops==0.8.1
5+
gcsfs==2024.12.0
6+
mlflow==3.8.0
7+
peft==0.18.0
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.9.1
12+
transformers==4.57.3
13+
trl==0.26.2
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.32.4
1+
fast-dash==0.2.14
2+
requests==2.32.5
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==4.53.0
2+
transformers==4.57.3
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: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,30 @@
44
#
55
# pip-compile requirements.in
66
#
7-
joblib==1.4.2
7+
joblib==1.5.3
88
# via scikit-learn
9-
numpy==2.1.1
9+
numpy==2.4.0
1010
# via
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.10.1
17+
# via redis
1618
python-dateutil==2.9.0.post0
1719
# via pandas
18-
pytz==2024.2
20+
pytz==2025.2
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
24-
scipy==1.14.1
26+
scipy==1.16.3
2527
# via scikit-learn
26-
six==1.16.0
28+
six==1.17.0
2729
# via python-dateutil
28-
threadpoolctl==3.5.0
30+
threadpoolctl==3.6.0
2931
# via scikit-learn
30-
tzdata==2024.1
32+
tzdata==2025.3
3133
# via pandas

0 commit comments

Comments
 (0)