Skip to content

Commit

Permalink
chore(deps): Fix possible dependency conflict with google-api-core
Browse files Browse the repository at this point in the history
…`2.17.1` (#280)
  • Loading branch information
holtskinner authored Mar 11, 2024
1 parent 2d9f05b commit e12f576
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"google.cloud.documentai_toolbox": ["templates/*.xml.j2"],
},
install_requires=(
"google-api-core>=2.17.1, <3.0.0dev",
"google-api-core>=2.15.0, <3.0.0dev",
"pandas[performance,gcp]>=2.0.0, <3.0.0",
"pyarrow>=15.0.0, <16.0.0",
"tabulate>=0.9.0, <1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion testing/constraints-3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Pin the version to the lower bound.
# e.g., if setup.py has "google-cloud-foo >= 1.14.0, < 2.0.0dev",
# Then this file should have google-cloud-foo==1.14.0
google-api-core==2.17.1
google-api-core==2.15.0
pandas==2.0.0
proto-plus==1.22.3
grpc-google-iam-v1==0.12.6
Expand Down

0 comments on commit e12f576

Please sign in to comment.