Skip to content

Commit d76263a

Browse files
authored
upgrade pg8000 version (#36760)
1 parent 856d506 commit d76263a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdks/python/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ def get_portability_package_data():
459459
'virtualenv-clone>=0.5,<1.0',
460460
'python-tds>=1.16.1',
461461
'sqlalchemy-pytds>=1.0.2',
462-
'pg8000>=1.31.1',
462+
'pg8000>=1.31.5',
463463
"PyMySQL>=1.1.0",
464464
'oracledb>=3.1.1'
465465
] + milvus_dependency,
@@ -493,7 +493,7 @@ def get_portability_package_data():
493493
'google-cloud-aiplatform>=1.26.0, < 2.0',
494494
'cloud-sql-python-connector>=1.18.2,<2.0.0',
495495
'python-tds>=1.16.1',
496-
'pg8000>=1.31.1',
496+
'pg8000>=1.31.5',
497497
"PyMySQL>=1.1.0",
498498
# Authentication for Google Artifact Registry when using
499499
# --extra-index-url or --index-url in requirements.txt in

0 commit comments

Comments
 (0)