Skip to content

Commit be4cb8e

Browse files
committed
Merge branch 'main' into gemini-samples-updates
2 parents 7fba7a3 + 8725706 commit be4cb8e

95 files changed

Lines changed: 470 additions & 716 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/CODEOWNERS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
/batch/**/* @GoogleCloudPlatform/dee-infra @GoogleCloudPlatform/python-samples-reviewers @GoogleCloudPlatform/cloud-samples-reviewers
2121
/cdn/**/* @GoogleCloudPlatform/dee-infra @GoogleCloudPlatform/python-samples-reviewers @GoogleCloudPlatform/cloud-samples-reviewers
2222
/compute/**/* @GoogleCloudPlatform/dee-infra @GoogleCloudPlatform/python-samples-reviewers @GoogleCloudPlatform/cloud-samples-reviewers
23-
/dns/**/* @GoogleCloudPlatform/dee-infra @GoogleCloudPlatform/python-samples-reviewers @GoogleCloudPlatform/cloud-samples-reviewers
2423
/gemma2/**/* @GoogleCloudPlatform/dee-infra @GoogleCloudPlatform/python-samples-reviewers @GoogleCloudPlatform/cloud-samples-reviewers
2524
/genai/**/* @GoogleCloudPlatform/generative-ai-devrel @GoogleCloudPlatform/python-samples-reviewers @GoogleCloudPlatform/cloud-samples-reviewers
2625
/generative_ai/**/* @GoogleCloudPlatform/generative-ai-devrel @GoogleCloudPlatform/python-samples-reviewers @GoogleCloudPlatform/cloud-samples-reviewers

.github/auto-label.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ path:
4343
dialogflow: "dialogflow"
4444
discoveryengine: "discoveryengine"
4545
dlp: "dlp"
46-
dns: "dns"
4746
documentai: "documentai"
4847
endpoints: "endpoints"
4948
error_reporting: "clouderrorreporting"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
google-cloud-alloydb-connector[asyncpg]==1.5.0
2-
sqlalchemy==2.0.36
2+
sqlalchemy==2.0.40
33
pytest==8.3.3
44
ipykernel==6.29.5
55
pytest-asyncio==0.24.0
6-
nbconvert==7.16.4
6+
nbconvert==7.16.6
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
Django==5.1.7
1+
Django==5.2
22
gunicorn==23.0.0
33
psycopg2-binary==2.9.10
44
django-environ==0.11.2
55
google-cloud-secret-manager==2.21.1
6-
django-storages[google]==1.14.4
6+
django-storages[google]==1.14.5
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Django==5.1.7
1+
Django==5.2
22
gunicorn==23.0.0

appengine/flexible/scipy/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ imageio==2.36.1; python_version >= '3.9'
55
numpy==2.2.4; python_version > '3.9'
66
numpy==1.26.4; python_version == '3.9'
77
numpy==1.24.4; python_version == '3.8'
8-
pillow==10.3.0
8+
pillow==10.4.0
99
scipy==1.10.1; python_version <= '3.9'
1010
scipy==1.14.1; python_version > '3.9'
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
Django==5.1.7
1+
Django==5.2
22
gunicorn==23.0.0
33
psycopg2-binary==2.9.10
44
django-environ==0.11.2
55
google-cloud-secret-manager==2.21.1
6-
django-storages[google]==1.14.4
6+
django-storages[google]==1.14.5
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Django==5.1.7
1+
Django==5.2
22
gunicorn==23.0.0

appengine/flexible_python37_and_earlier/scipy/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ numpy==2.2.4; python_version > '3.9'
66
numpy==2.2.4; python_version == '3.9'
77
numpy==2.2.4; python_version == '3.8'
88
numpy==2.2.4; python_version == '3.7'
9-
pillow==10.3.0
9+
pillow==10.4.0
1010
scipy==1.14.1
1111
Werkzeug==3.0.3

appengine/standard_python3/django/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Django==5.1.4; python_version >= "3.10"
1+
Django==5.1.8; python_version >= "3.10"
22
Django==4.2.17; python_version >= "3.8" and python_version < "3.10"
33
Django==3.2.25; python_version < "3.8"
44
django-environ==0.10.0

0 commit comments

Comments
 (0)