Skip to content

Commit 95519a5

Browse files
committed
Updating requirements to follow gemini recomendations.
Updated toml file to reflect docker file.
1 parent d582869 commit 95519a5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

appengine/flexible/analytics/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ Flask==2.3.3; python_version < '3.7'
33
Werkzeug==3.0.3; python_version > '3.6'
44
Werkzeug==2.3.8; python_version < '3.7'
55
gunicorn==23.0.0
6-
requests[security]==2.34.2; python_version >= '3.10'
6+
requests==2.34.2; python_version >= '3.10'

dataflow/flex-templates/pipeline_with_dependencies/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ build-backend = "setuptools.build_meta"
2020
name = "my_package"
2121
version = "0.1.0"
2222
dependencies = [
23-
"apache-beam[gcp]==2.54.0", # Must match the version in `Dockerfile``.
23+
"apache-beam[gcp]==2.73.0", # Must match the version in `Dockerfile``.
2424
"pyfiglet", # This is the only non-Beam dependency of this pipeline.
2525
]

dataflow/flex-templates/pipeline_with_dependencies/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ referencing==0.33.0
275275
# jsonschema-specifications
276276
regex==2023.12.25
277277
# via apache-beam
278-
requests==2.34.2; python_version >= '3.10'
278+
requests==2.31.0
279279
# via
280280
# apache-beam
281281
# google-api-core

0 commit comments

Comments
 (0)