We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 856d506 commit d76263aCopy full SHA for d76263a
sdks/python/setup.py
@@ -459,7 +459,7 @@ def get_portability_package_data():
459
'virtualenv-clone>=0.5,<1.0',
460
'python-tds>=1.16.1',
461
'sqlalchemy-pytds>=1.0.2',
462
- 'pg8000>=1.31.1',
+ 'pg8000>=1.31.5',
463
"PyMySQL>=1.1.0",
464
'oracledb>=3.1.1'
465
] + milvus_dependency,
@@ -493,7 +493,7 @@ def get_portability_package_data():
493
'google-cloud-aiplatform>=1.26.0, < 2.0',
494
'cloud-sql-python-connector>=1.18.2,<2.0.0',
495
496
497
498
# Authentication for Google Artifact Registry when using
499
# --extra-index-url or --index-url in requirements.txt in
0 commit comments