Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: allow google-cloud-documentai < 3 #1487

Merged
merged 3 commits into from
Nov 11, 2022
Merged

fix: allow google-cloud-documentai < 3 #1487

merged 3 commits into from
Nov 11, 2022

Conversation

parthea
Copy link
Contributor

@parthea parthea commented Nov 9, 2022

The templated setup.py has a constraint on google-cloud-documentai < 2. We should allow google-cloud-documentai < 3. See google-cloud-documentai releases here.

{% if api.requires_package(('google', 'cloud', 'documentai', 'v1')) %}
'google-cloud-documentai >= 1.2.1, < 2.0.0dev',
{% endif %}

@product-auto-label product-auto-label bot added the size: xs Pull request size is extra small. label Nov 9, 2022
@parthea parthea marked this pull request as ready for review November 11, 2022 19:05
@parthea parthea requested review from a team as code owners November 11, 2022 19:05
@parthea parthea merged commit b717e92 into main Nov 11, 2022
@parthea parthea deleted the parthea-patch-2 branch November 11, 2022 20:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: xs Pull request size is extra small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants