Skip to content

Commit

Permalink
chore(deps): bump api-core version
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 committed Jul 21, 2020
1 parent a1c343c commit 4a11c8b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gapic/templates/setup.py.j2
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ setuptools.setup(
platforms='Posix; MacOS X; Windows',
include_package_data=True,
install_requires=(
'google-api-core[grpc] >= 1.17.2, < 2.0.0dev',
'google-api-core[grpc] >= 1.22.0, < 2.0.0dev',
'libcst >= 0.2.5',
'proto-plus >= 0.4.0',
{%- if api.requires_package(('google', 'iam', 'v1')) %}
Expand Down
4 changes: 0 additions & 4 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,6 @@ def showcase_library(
# Install the library.
session.install(tmp_dir)

# REMOVE ME: temporarily install api-core and auth from branches
session.install("--force-reinstall", "git+https://github.com/googleapis/python-api-core/@quota-project-override")
session.install("--force-reinstall", "git+https://github.com/googleapis/google-auth-library-python.git@more-quota-project")

yield tmp_dir


Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
click==7.1.2
google-api-core==1.21.0
google-api-core==1.22.0
googleapis-common-protos==1.52.0
jinja2==2.11.2
MarkupSafe==1.1.1
Expand Down

0 comments on commit 4a11c8b

Please sign in to comment.