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

fix(deps): require google-cloud-source-context 1.0.0 #35

Merged
merged 2 commits into from Oct 7, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -31,7 +31,7 @@
"google-api-core[grpc] >= 1.26.0, <3.0.0dev",
"proto-plus >= 1.15.0",
"packaging >= 14.3",
"google-cloud-source-context >= 0.1.0, < 1.0.0dev",
"google-cloud-source-context >= 1.0.0",
]

package_root = os.path.abspath(os.path.dirname(__file__))
Expand Down
4 changes: 2 additions & 2 deletions testing/constraints-3.6.txt
Expand Up @@ -7,5 +7,5 @@
google-api-core==1.26.0
proto-plus==1.15.0
packaging==14.3
google-cloud-source-context==0.1.0
google-auth==1.24.0 # TODO: remove when google-auth>=1.25.0 si transitively required through google-api-core
google-cloud-source-context==1.0.0
google-auth==1.24.0 # TODO: remove when google-auth>=1.25.0 si transitively required through google-api-core