-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Support major version bump of google-cloud-vision and google-cloud-pubsub #20991
Copy link
Copy link
Closed
Closed
Copy link
Labels
P3coredone & doneIssue has been reviewed after it was closed for verification, followups, etc.Issue has been reviewed after it was closed for verification, followups, etc.new featurepython
Milestone
Description
In our project, we want to use apache-beam, but cannot due to having these dependencies:
google-cloud-pubsub==2.5.0
google-cloud-vision==2.0.0
Seems like the breaking change was due to "microgenerator"
(also dropping support for older versions of python)
What do we need to do to increase the version support defined here:
Line 199 in cd2117b
| 'google-cloud-vision>=0.38.0,<2', |
Imported from Jira BEAM-12498. Original Jira may contain additional context.
Reported by: sangm.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P3coredone & doneIssue has been reviewed after it was closed for verification, followups, etc.Issue has been reviewed after it was closed for verification, followups, etc.new featurepython