Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Commit 7e7a88d

Browse files
authored
Update samples/snippets/requirements.txt
1 parent 6f7f9c6 commit 7e7a88d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

samples/snippets/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
alembic==1.16.4; python_version >= '3.9'
22
certifi==2025.7.14
33
charset-normalizer==3.4.2
4-
geoalchemy2==0.18.0
4+
geoalchemy2===0.17.1; python_version == '3.9'
5+
geoalchemy2==0.18.0; python_version >= '3.10'
56
google-api-core[grpc]==2.25.1
67
google-auth==2.40.3
78
google-cloud-bigquery==3.35.1; python_version >= '3.9'

0 commit comments

Comments
 (0)