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

Commit d65eed3

Browse files
busunkim96parthea
andauthored
fix(deps): require google-api-core >= 1.31.5, >= 2.3.2 on v1 release (#245)
* chore(deps): allow google-api-core v2 on v1 release * ci: run unittest/lint/docs as gh actions * ci: set coverage to 65% Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent ff8e0c3 commit d65eed3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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
@@ -28,7 +28,7 @@
2828
# 'Development Status :: 5 - Production/Stable'
2929
release_status = "Development Status :: 5 - Production/Stable"
3030
dependencies = [
31-
"google-api-core[grpc] >= 1.14.0, < 2.0.0dev",
31+
"google-api-core[grpc] >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
3232
'enum34; python_version < "3.4"',
3333
]
3434

0 commit comments

Comments
 (0)