Skip to content

Commit 4107c0e

Browse files
committed
Fix: Put a lower bound on the cloud-sql-python-connector dependency (#3889)
1 parent bb43e5f commit 4107c0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"dlt",
118118
],
119119
"gcppostgres": [
120-
"cloud-sql-python-connector[pg8000]",
120+
"cloud-sql-python-connector[pg8000]>=1.8.0",
121121
],
122122
"github": [
123123
"PyGithub~=2.5.0",

0 commit comments

Comments
 (0)