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

Commit 1f5d0a1

Browse files
busunkim96parthea
andauthored
fix(deps): require google-api-core >= 1.31.5, >= 2.3.2 on v0 release (#211)
* chore(deps): allow google-api-core v2 on v0 release * ci: fix docs build * add commit to trigger gh actions Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent a72ee05 commit 1f5d0a1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Python Client for Data Labeling API (`Beta`_)
2-
==============================================
2+
=============================================
33

44

55

setup.py

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

0 commit comments

Comments
 (0)