Skip to content

Commit 940cdad

Browse files
committed
chore(deps): update python
1 parent 0a556a6 commit 940cdad

File tree

30 files changed

+1355
-1042
lines changed

30 files changed

+1355
-1042
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.17.0
16+
fastapi==0.119.1
17+
uvicorn==0.38.0
18+
pydantic==2.12.3

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.17.0
16+
fastapi==0.119.1
17+
litellm==1.78.7
18+
uvicorn==0.38.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.49.1

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

Lines changed: 4 additions & 4 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.38.0
5+
fastapi[all]==0.119.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.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
2828
ruff>=0.6,<=0.6.4
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.11.0
2+
bitsandbytes==0.48.1
3+
datasets==3.6.0
4+
einops==0.8.1
5+
gcsfs==2024.12.0
6+
mlflow==3.5.1
7+
peft==0.17.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.9.0
12+
transformers==4.57.1
13+
trl==0.24.0
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.1
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.7.2
3+
redis==5.3.1

batch/aiml-workloads/src/requirements.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,28 @@
44
#
55
# pip-compile requirements.in
66
#
7-
joblib==1.4.2
7+
joblib==1.5.2
88
# via scikit-learn
9-
numpy==2.1.1
9+
numpy==2.3.4
1010
# via
1111
# pandas
1212
# scikit-learn
1313
# scipy
14-
pandas==2.2.2
14+
pandas==2.3.3
1515
# via -r requirements.in
1616
python-dateutil==2.9.0.post0
1717
# via pandas
1818
pytz==2024.2
1919
# via pandas
20-
redis==5.0.8
20+
redis==5.3.1
2121
# via -r requirements.in
22-
scikit-learn==1.5.1
22+
scikit-learn==1.7.2
2323
# via -r requirements.in
24-
scipy==1.14.1
24+
scipy==1.16.2
2525
# via scikit-learn
26-
six==1.16.0
26+
six==1.17.0
2727
# via python-dateutil
28-
threadpoolctl==3.5.0
28+
threadpoolctl==3.6.0
2929
# via scikit-learn
30-
tzdata==2024.1
30+
tzdata==2024.2
3131
# via pandas
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
## The following requirements were added by pip freeze:
22
cffi==1.17.1
3-
cryptography==44.0.1
4-
pycparser==2.22
3+
cryptography==44.0.3
4+
pycparser==2.23

0 commit comments

Comments
 (0)