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

feat: add support for reading apiVersion in discovery artifacts #2380

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

parthea
Copy link
Contributor

@parthea parthea commented Apr 10, 2024

Towards b/330986358

@product-auto-label product-auto-label bot added the size: s Pull request size is small. label Apr 10, 2024
@parthea parthea force-pushed the add-support-for-api-versioning branch from 38b97cb to 8eaa3e8 Compare April 10, 2024 17:29
@parthea parthea force-pushed the add-support-for-api-versioning branch from 8eaa3e8 to 90cd12d Compare April 10, 2024 17:38
Comment on lines +45 to +46
"google-api-core[grpc] @ git+https://github.com/googleapis/python-api-core.git@add-api-version-header",
#"google-api-core >= 1.31.5, <3.0.0.dev0,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For prototyping purposes only, revert once googleapis/python-api-core#638 is merged and released to PyPI

@@ -2,5 +2,4 @@
httplib2==0.19.0
google-auth==1.32.0
google-auth-httplib2==0.2.0
google-api-core
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For prototyping purposes only, revert once googleapis/python-api-core#638 is merged and released to PyPI

@@ -9,5 +9,4 @@
httplib2==0.19.0
google-auth==1.32.0
google-auth-httplib2==0.2.0
google-api-core==1.31.5
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For prototyping purposes only, revert once googleapis/python-api-core#638 is merged and released to PyPI

@@ -2,5 +2,4 @@
httplib2==0.19.0
google-auth
google-auth-httplib2==0.2.0
google-api-core==1.31.5
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For prototyping purposes only, revert once googleapis/python-api-core#638 is merged and released to PyPI

@@ -3,5 +3,4 @@
httplib2==0.19.0
google-auth
google-auth-httplib2==0.2.0
google-api-core==2.15.0
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For prototyping purposes only, revert once googleapis/python-api-core#638 is merged and released to PyPI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: s Pull request size is small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant