8000 Merge branch 'main' into cicd_tutorial · mortn/python-docs-samples@9724642 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9724642

Browse files
authored
Merge branch 'main' into cicd_tutorial
2 parents 324ceeb + b04bd37 commit 9724642

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

cloud-sql/postgres/sqlalchemy/main.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,8 @@ def init_unix_connection_engine(db_config):
164164
# Equivalent URL:
165165
# postgresql+pg8000://<db_user>:<db_pass>@/<db_name>
166166
# ?unix_sock=<socket_path>/<cloud_sql_instance_name>/.s.PGSQL.5432
167+
# Note: Some drivers require the `unix_sock` query parameter to use a different key.
168+
# For example, 'psycopg2' uses the path set to `host` in order to connect successfully.
167169
sqlalchemy.engine.url.URL.create(
168170
drivername="postgresql+pg8000",
169171
username=db_user, # e.g. "my-database-user"

iam/api-client/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
google-api-python-client==2.33.0
22
google-auth==2.3.3
33
google-auth-httplib2==0.1.0
4-
boto3==1.20.21
4+
boto3==1.20.22
55
botocore==1.23.22

storage/s3-sdk/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
boto3==1.20.21
1+
boto3==1.20.22

0 commit comments

Comments
 (0)
0