Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit 4a11c8b

Browse files
committed
chore(deps): bump api-core version
1 parent a1c343c commit 4a11c8b

3 files changed

Lines changed: 2 additions & 6 deletions

File tree

gapic/templates/setup.py.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ setuptools.setup(
1616
platforms='Posix; MacOS X; Windows',
1717
include_package_data=True,
1818
install_requires=(
19-
'google-api-core[grpc] >= 1.17.2, < 2.0.0dev',
19+
'google-api-core[grpc] >= 1.22.0, < 2.0.0dev',
2020
'libcst >= 0.2.5',
2121
'proto-plus >= 0.4.0',
2222
{%- if api.requires_package(('google', 'iam', 'v1')) %}

noxfile.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,6 @@ def showcase_library(
9898
# Install the library.
9999
session.install(tmp_dir)
100100

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

107103

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
click==7.1.2
2-
google-api-core==1.21.0
2+
google-api-core==1.22.0
33
googleapis-common-protos==1.52.0
44
jinja2==2.11.2
55
MarkupSafe==1.1.1

0 commit comments

Comments
 (0)