File tree Expand file tree Collapse file tree 6 files changed +31
-195
lines changed
Expand file tree Collapse file tree 6 files changed +31
-195
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,6 @@ cloud-sql-python-connector==1.18.2
4343crcmod==1.7
4444cryptography==45.0.4
4545Cython==3.1.2
46- deprecation==2.1.0
4746dill==0.3.1.1
4847dnspython==2.7.0
4948docker==7.1.0
@@ -106,14 +105,14 @@ joblib==1.5.1
106105jsonpickle==3.4.2
107106jsonschema==4.24.0
108107jsonschema-specifications==2025.4.1
109- kafka-python==2.2.11
110108keyring==25.6.0
111109keyrings.google-artifactregistry-auth==1.1.2
112110MarkupSafe==3.0.2
111+ milvus-lite==2.4.12
113112mmh3==5.1.0
114113mock==5.2.0
115114more-itertools==10.7.0
116- multidict==6.4.4
115+ multidict==6.5.0
117116mysql-connector-python==9.3.0
118117nltk==3.9.1
119118numpy==2.2.6
@@ -144,14 +143,16 @@ pydantic_core==2.33.2
144143pydot==1.4.2
145144PyHamcrest==2.1.0
146145PyJWT==2.9.0
147- pymongo==4.13.1
146+ pymilvus==2.5.11
147+ pymongo==4.13.2
148148PyMySQL==1.1.1
149149pyparsing==3.2.3
150150pyproject_hooks==1.2.0
151151pytest==7.4.4
152152pytest-timeout==2.4.0
153153pytest-xdist==3.7.0
154154python-dateutil==2.9.0.post0
155+ python-dotenv==1.1.0
155156python-tds==1.16.1
156157pytz==2025.2
157158PyYAML==6.0.2
@@ -175,13 +176,14 @@ SQLAlchemy==2.0.41
175176sqlalchemy_pytds==1.0.2
176177sqlparse==0.5.3
177178tenacity==8.5.0
178- testcontainers==3.7.1
179+ testcontainers==4.10.0
179180threadpoolctl==3.6.0
180181tomli==2.2.1
181182tqdm==4.67.1
182183typing-inspection==0.4.1
183184typing_extensions==4.14.0
184185tzdata==2025.2
186+ ujson==5.10.0
185187uritemplate==4.2.0
186188urllib3==2.4.0
187189virtualenv-clone==0.5.7
Original file line number Diff line number Diff line change 1313# See the License for the specific language governing permissions and
1414# limitations under the License.
1515
16- # Autogenerated requirements file for Apache Beam py312 container image.
16+ # Autogenerated requirements file for Apache Beam py311 container image.
1717# Run ./gradlew :sdks:python:container:generatePythonRequirementsAll to update.
1818# Do not edit manually, adjust ../base_image_requirements_manual.txt or
1919# Apache Beam's setup.py instead, and regenerate the list.
@@ -29,6 +29,7 @@ annotated-types==0.7.0
2929anyio==4.9.0
3030asn1crypto==1.5.1
3131attrs==25.3.0
32+ backports.tarfile==1.2.0
3233beautifulsoup4==4.13.4
3334bs4==0.0.2
3435build==1.2.2.post1
@@ -41,7 +42,6 @@ cloud-sql-python-connector==1.18.2
4142crcmod==1.7
4243cryptography==45.0.4
4344Cython==3.1.2
44- deprecation==2.1.0
4545dill==0.3.1.1
4646dnspython==2.7.0
4747docker==7.1.0
@@ -103,14 +103,14 @@ joblib==1.5.1
103103jsonpickle==3.4.2
104104jsonschema==4.24.0
105105jsonschema-specifications==2025.4.1
106- kafka-python==2.2.11
107106keyring==25.6.0
108107keyrings.google-artifactregistry-auth==1.1.2
109108MarkupSafe==3.0.2
109+ milvus-lite==2.4.12
110110mmh3==5.1.0
111111mock==5.2.0
112112more-itertools==10.7.0
113- multidict==6.4.4
113+ multidict==6.5.0
114114mysql-connector-python==9.3.0
115115nltk==3.9.1
116116numpy==2.2.6
@@ -141,14 +141,16 @@ pydantic_core==2.33.2
141141pydot==1.4.2
142142PyHamcrest==2.1.0
143143PyJWT==2.9.0
144- pymongo==4.13.1
144+ pymilvus==2.5.11
145+ pymongo==4.13.2
145146PyMySQL==1.1.1
146147pyparsing==3.2.3
147148pyproject_hooks==1.2.0
148149pytest==7.4.4
149150pytest-timeout==2.4.0
150151pytest-xdist==3.7.0
151152python-dateutil==2.9.0.post0
153+ python-dotenv==1.1.0
152154python-tds==1.16.1
153155pytz==2025.2
154156PyYAML==6.0.2
@@ -163,7 +165,6 @@ scikit-learn==1.7.0
163165scipy==1.15.3
164166scramp==1.4.5
165167SecretStorage==3.3.3
166- setuptools==80.9.0
167168shapely==2.1.1
168169six==1.17.0
169170sniffio==1.3.1
@@ -173,17 +174,17 @@ SQLAlchemy==2.0.41
173174sqlalchemy_pytds==1.0.2
174175sqlparse==0.5.3
175176tenacity==8.5.0
176- testcontainers==3.7.1
177+ testcontainers==4.10.0
177178threadpoolctl==3.6.0
178179tqdm==4.67.1
179180typing-inspection==0.4.1
180181typing_extensions==4.14.0
181182tzdata==2025.2
183+ ujson==5.10.0
182184uritemplate==4.2.0
183185urllib3==2.4.0
184186virtualenv-clone==0.5.7
185187websockets==15.0.1
186- wheel==0.45.1
187188wrapt==1.17.2
188189yarl==1.20.1
189190zipp==3.23.0
Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ cloud-sql-python-connector==1.18.2
4141crcmod==1.7
4242cryptography==45.0.4
4343Cython==3.1.2
44- deprecation==2.1.0
4544dill==0.3.1.1
4645dnspython==2.7.0
4746docker==7.1.0
@@ -103,14 +102,14 @@ joblib==1.5.1
103102jsonpickle==3.4.2
104103jsonschema==4.24.0
105104jsonschema-specifications==2025.4.1
106- kafka-python==2.2.11
107105keyring==25.6.0
108106keyrings.google-artifactregistry-auth==1.1.2
109107MarkupSafe==3.0.2
108+ milvus-lite==2.4.12
110109mmh3==5.1.0
111110mock==5.2.0
112111more-itertools==10.7.0
113- multidict==6.4.4
112+ multidict==6.5.0
114113mysql-connector-python==9.3.0
115114nltk==3.9.1
116115numpy==2.2.6
@@ -141,14 +140,16 @@ pydantic_core==2.33.2
141140pydot==1.4.2
142141PyHamcrest==2.1.0
143142PyJWT==2.9.0
144- pymongo==4.13.1
143+ pymilvus==2.5.11
144+ pymongo==4.13.2
145145PyMySQL==1.1.1
146146pyparsing==3.2.3
147147pyproject_hooks==1.2.0
148148pytest==7.4.4
149149pytest-timeout==2.4.0
150150pytest-xdist==3.7.0
151151python-dateutil==2.9.0.post0
152+ python-dotenv==1.1.0
152153python-tds==1.16.1
153154pytz==2025.2
154155PyYAML==6.0.2
@@ -173,12 +174,13 @@ SQLAlchemy==2.0.41
173174sqlalchemy_pytds==1.0.2
174175sqlparse==0.5.3
175176tenacity==8.5.0
176- testcontainers==3.7.1
177+ testcontainers==4.10.0
177178threadpoolctl==3.6.0
178179tqdm==4.67.1
179180typing-inspection==0.4.1
180181typing_extensions==4.14.0
181182tzdata==2025.2
183+ ujson==5.10.0
182184uritemplate==4.2.0
183185urllib3==2.4.0
184186virtualenv-clone==0.5.7
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments