Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Commit b003202

Browse files
busunkim96parthea
andauthored
fix(deps): require google-api-core >= 1.31.5, >= 2.3.2 on v0 release (#186)
* chore(deps): allow google-api-core v2 on v0 release * ci: run unittest/lint/docs as gh actions Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent 1c0641f commit b003202

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
python -m pip install nox
2020
- name: Run docs
2121
run: |
22-
nox -s docs
22+
nox -s docs

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
version = "0.4.0"
2626
release_status = "Development Status :: 4 - Beta"
2727
dependencies = [
28-
"google-api-core[grpc] >= 1.14.0, < 2.0.0dev",
28+
"google-api-core[grpc] >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
2929
'enum34; python_version < "3.4"',
3030
]
3131

0 commit comments

Comments
 (0)