Skip to content

Commit

Permalink
Update Python Dependencies (apache#30816)
Browse files Browse the repository at this point in the history
Co-authored-by: damccorm <[email protected]>
  • Loading branch information
github-actions[bot] and damccorm authored Apr 9, 2024
1 parent 819e54c commit e3ce3bc
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 44 deletions.
25 changes: 14 additions & 11 deletions sdks/python/container/py310/base_image_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@
# https://s.apache.org/beam-python-dev-wiki
# Reach out to a committer if you need help.

annotated-types==0.6.0
async-timeout==4.0.3
attrs==23.2.0
beautifulsoup4==4.12.3
bs4==0.0.2
build==1.1.1
build==1.2.1
cachetools==5.3.3
certifi==2024.2.2
cffi==1.16.0
Expand All @@ -50,11 +51,11 @@ fasteners==0.19
freezegun==1.4.0
future==1.0.0
google-api-core==2.18.0
google-api-python-client==2.123.0
google-api-python-client==2.124.0
google-apitools==0.5.31
google-auth==2.29.0
google-auth-httplib2==0.1.1
google-cloud-aiplatform==1.44.0
google-auth-httplib2==0.2.0
google-cloud-aiplatform==1.45.0
google-cloud-bigquery==3.19.0
google-cloud-bigquery-storage==2.24.0
google-cloud-bigtable==2.23.0
Expand All @@ -63,7 +64,7 @@ google-cloud-datastore==2.19.0
google-cloud-dlp==3.16.0
google-cloud-language==2.13.3
google-cloud-profiler==4.1.0
google-cloud-pubsub==2.20.3
google-cloud-pubsub==2.21.0
google-cloud-pubsublite==1.9.0
google-cloud-recommendations-ai==0.10.10
google-cloud-resource-manager==1.12.3
Expand Down Expand Up @@ -97,7 +98,7 @@ nose==1.3.7
numpy==1.26.4
oauth2client==4.1.3
objsize==0.7.0
orjson==3.9.15
orjson==3.10.0
overrides==7.7.0
packaging==24.0
pandas==2.0.3
Expand All @@ -108,13 +109,15 @@ protobuf==4.25.3
psycopg2-binary==2.9.9
pyarrow==14.0.2
pyarrow-hotfix==0.6
pyasn1==0.5.1
pyasn1-modules==0.3.0
pycparser==2.21
pyasn1==0.6.0
pyasn1_modules==0.4.0
pycparser==2.22
pydantic==2.6.4
pydantic_core==2.16.3
pydot==1.4.2
PyHamcrest==2.1.0
pyjsparser==2.7.1
pymongo==4.6.2
pymongo==4.6.3
PyMySQL==1.1.0
pyparsing==3.1.2
pyproject_hooks==1.0.0
Expand All @@ -129,7 +132,7 @@ redis==5.0.3
referencing==0.34.0
regex==2023.12.25
requests==2.31.0
requests-mock==1.11.0
requests-mock==1.12.1
rpds-py==0.18.0
rsa==4.9
scikit-learn==1.4.1.post1
Expand Down
25 changes: 14 additions & 11 deletions sdks/python/container/py311/base_image_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@
# https://s.apache.org/beam-python-dev-wiki
# Reach out to a committer if you need help.

annotated-types==0.6.0
attrs==23.2.0
beautifulsoup4==4.12.3
bs4==0.0.2
build==1.1.1
build==1.2.1
cachetools==5.3.3
certifi==2024.2.2
cffi==1.16.0
Expand All @@ -47,11 +48,11 @@ fasteners==0.19
freezegun==1.4.0
future==1.0.0
google-api-core==2.18.0
google-api-python-client==2.123.0
google-api-python-client==2.124.0
google-apitools==0.5.31
google-auth==2.29.0
google-auth-httplib2==0.1.1
google-cloud-aiplatform==1.44.0
google-auth-httplib2==0.2.0
google-cloud-aiplatform==1.45.0
google-cloud-bigquery==3.19.0
google-cloud-bigquery-storage==2.24.0
google-cloud-bigtable==2.23.0
Expand All @@ -60,7 +61,7 @@ google-cloud-datastore==2.19.0
google-cloud-dlp==3.16.0
google-cloud-language==2.13.3
google-cloud-profiler==4.1.0
google-cloud-pubsub==2.20.3
google-cloud-pubsub==2.21.0
google-cloud-pubsublite==1.9.0
google-cloud-recommendations-ai==0.10.10
google-cloud-resource-manager==1.12.3
Expand Down Expand Up @@ -94,7 +95,7 @@ nose==1.3.7
numpy==1.26.4
oauth2client==4.1.3
objsize==0.7.0
orjson==3.9.15
orjson==3.10.0
overrides==7.7.0
packaging==24.0
pandas==2.0.3
Expand All @@ -105,13 +106,15 @@ protobuf==4.25.3
psycopg2-binary==2.9.9
pyarrow==14.0.2
pyarrow-hotfix==0.6
pyasn1==0.5.1
pyasn1-modules==0.3.0
pycparser==2.21
pyasn1==0.6.0
pyasn1_modules==0.4.0
pycparser==2.22
pydantic==2.6.4
pydantic_core==2.16.3
pydot==1.4.2
PyHamcrest==2.1.0
pyjsparser==2.7.1
pymongo==4.6.2
pymongo==4.6.3
PyMySQL==1.1.0
pyparsing==3.1.2
pyproject_hooks==1.0.0
Expand All @@ -125,7 +128,7 @@ redis==5.0.3
referencing==0.34.0
regex==2023.12.25
requests==2.31.0
requests-mock==1.11.0
requests-mock==1.12.1
rpds-py==0.18.0
rsa==4.9
scikit-learn==1.4.1.post1
Expand Down
25 changes: 14 additions & 11 deletions sdks/python/container/py38/base_image_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@
# https://s.apache.org/beam-python-dev-wiki
# Reach out to a committer if you need help.

annotated-types==0.6.0
async-timeout==4.0.3
attrs==23.2.0
backports.zoneinfo==0.2.1
beautifulsoup4==4.12.3
bs4==0.0.2
build==1.1.1
build==1.2.1
cachetools==5.3.3
certifi==2024.2.2
cffi==1.16.0
Expand All @@ -51,11 +52,11 @@ fasteners==0.19
freezegun==1.4.0
future==1.0.0
google-api-core==2.18.0
google-api-python-client==2.123.0
google-api-python-client==2.124.0
google-apitools==0.5.31
google-auth==2.29.0
google-auth-httplib2==0.1.1
google-cloud-aiplatform==1.44.0
google-auth-httplib2==0.2.0
google-cloud-aiplatform==1.45.0
google-cloud-bigquery==3.19.0
google-cloud-bigquery-storage==2.24.0
google-cloud-bigtable==2.23.0
Expand All @@ -64,7 +65,7 @@ google-cloud-datastore==2.19.0
google-cloud-dlp==3.16.0
google-cloud-language==2.13.3
google-cloud-profiler==4.1.0
google-cloud-pubsub==2.20.3
google-cloud-pubsub==2.21.0
google-cloud-pubsublite==1.9.0
google-cloud-recommendations-ai==0.10.10
google-cloud-resource-manager==1.12.3
Expand Down Expand Up @@ -100,7 +101,7 @@ nose==1.3.7
numpy==1.24.4
oauth2client==4.1.3
objsize==0.7.0
orjson==3.9.15
orjson==3.10.0
overrides==7.7.0
packaging==24.0
pandas==2.0.3
Expand All @@ -112,13 +113,15 @@ protobuf==4.25.3
psycopg2-binary==2.9.9
pyarrow==14.0.2
pyarrow-hotfix==0.6
pyasn1==0.5.1
pyasn1-modules==0.3.0
pycparser==2.21
pyasn1==0.6.0
pyasn1_modules==0.4.0
pycparser==2.22
pydantic==2.6.4
pydantic_core==2.16.3
pydot==1.4.2
PyHamcrest==2.1.0
pyjsparser==2.7.1
pymongo==4.6.2
pymongo==4.6.3
PyMySQL==1.1.0
pyparsing==3.1.2
pyproject_hooks==1.0.0
Expand All @@ -133,7 +136,7 @@ redis==5.0.3
referencing==0.34.0
regex==2023.12.25
requests==2.31.0
requests-mock==1.11.0
requests-mock==1.12.1
rpds-py==0.18.0
rsa==4.9
scikit-learn==1.3.2
Expand Down
25 changes: 14 additions & 11 deletions sdks/python/container/py39/base_image_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@
# https://s.apache.org/beam-python-dev-wiki
# Reach out to a committer if you need help.

annotated-types==0.6.0
async-timeout==4.0.3
attrs==23.2.0
beautifulsoup4==4.12.3
bs4==0.0.2
build==1.1.1
build==1.2.1
cachetools==5.3.3
certifi==2024.2.2
cffi==1.16.0
Expand All @@ -50,11 +51,11 @@ fasteners==0.19
freezegun==1.4.0
future==1.0.0
google-api-core==2.18.0
google-api-python-client==2.123.0
google-api-python-client==2.124.0
google-apitools==0.5.31
google-auth==2.29.0
google-auth-httplib2==0.1.1
google-cloud-aiplatform==1.44.0
google-auth-httplib2==0.2.0
google-cloud-aiplatform==1.45.0
google-cloud-bigquery==3.19.0
google-cloud-bigquery-storage==2.24.0
google-cloud-bigtable==2.23.0
Expand All @@ -63,7 +64,7 @@ google-cloud-datastore==2.19.0
google-cloud-dlp==3.16.0
google-cloud-language==2.13.3
google-cloud-profiler==4.1.0
google-cloud-pubsub==2.20.3
google-cloud-pubsub==2.21.0
google-cloud-pubsublite==1.9.0
google-cloud-recommendations-ai==0.10.10
google-cloud-resource-manager==1.12.3
Expand Down Expand Up @@ -98,7 +99,7 @@ nose==1.3.7
numpy==1.26.4
oauth2client==4.1.3
objsize==0.7.0
orjson==3.9.15
orjson==3.10.0
overrides==7.7.0
packaging==24.0
pandas==2.0.3
Expand All @@ -109,13 +110,15 @@ protobuf==4.25.3
psycopg2-binary==2.9.9
pyarrow==14.0.2
pyarrow-hotfix==0.6
pyasn1==0.5.1
pyasn1-modules==0.3.0
pycparser==2.21
pyasn1==0.6.0
pyasn1_modules==0.4.0
pycparser==2.22
pydantic==2.6.4
pydantic_core==2.16.3
pydot==1.4.2
PyHamcrest==2.1.0
pyjsparser==2.7.1
pymongo==4.6.2
pymongo==4.6.3
PyMySQL==1.1.0
pyparsing==3.1.2
pyproject_hooks==1.0.0
Expand All @@ -130,7 +133,7 @@ redis==5.0.3
referencing==0.34.0
regex==2023.12.25
requests==2.31.0
requests-mock==1.11.0
requests-mock==1.12.1
rpds-py==0.18.0
rsa==4.9
scikit-learn==1.4.1.post1
Expand Down

0 comments on commit e3ce3bc

Please sign in to comment.