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

Commit 5ca8f79

Browse files
authored
fix(deps): add upper bound for grafeas (#30)
In preparation for microgenerator transition.
1 parent 592c3b3 commit 5ca8f79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"google-api-core[grpc] >= 1.14.0, < 2.0.0dev",
2929
"grpc-google-iam-v1 >= 0.12.3, < 0.13dev",
3030
'enum34; python_version < "3.4"',
31-
"grafeas",
31+
"grafeas < 1.0.0dev",
3232
]
3333

3434

0 commit comments

Comments
 (0)