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

Commit 1db551b

Browse files
fix(deps): require google-cloud-source-context 1.0.0 (#35)
* chore(deps): update dependency google-cloud-source-context to v1 * fix(deps): require google-cloud-source-context 1.0.0 Co-authored-by: Anthonios Partheniou <[email protected]>
1 parent 34c4f20 commit 1db551b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"google-api-core[grpc] >= 1.26.0, <3.0.0dev",
3232
"proto-plus >= 1.15.0",
3333
"packaging >= 14.3",
34-
"google-cloud-source-context >= 0.1.0, < 1.0.0dev",
34+
"google-cloud-source-context >= 1.0.0",
3535
]
3636

3737
package_root = os.path.abspath(os.path.dirname(__file__))

testing/constraints-3.6.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
google-api-core==1.26.0
88
proto-plus==1.15.0
99
packaging==14.3
10-
google-cloud-source-context==0.1.0
11-
google-auth==1.24.0 # TODO: remove when google-auth>=1.25.0 si transitively required through google-api-core
10+
google-cloud-source-context==1.0.0
11+
google-auth==1.24.0 # TODO: remove when google-auth>=1.25.0 si transitively required through google-api-core

0 commit comments

Comments
 (0)