Skip to content

Commit 5a42ace

Browse files
chore(deps): update dependency shapely to v2.1.0 (#2155)
* chore(deps): update dependency shapely to v2.1.0 * pin Shapely===2.0.7 for python 3.9 --------- Co-authored-by: Lingqing Gan <lingqing.gan@gmail.com>
1 parent e8459b1 commit 5a42ace

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/google-cloud-bigquery/samples/geography/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ pytz==2025.2
3434
PyYAML==6.0.2
3535
requests==2.32.3
3636
rsa==4.9
37-
Shapely==2.0.7
37+
Shapely===2.0.7; python_version == '3.9'
38+
Shapely==2.1.0; python_version >= '3.10'
3839
six==1.17.0
3940
typing-extensions==4.13.0
4041
typing-inspect==0.9.0

0 commit comments

Comments
 (0)