Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Commit

Permalink
Merge branch 'main' into delete-owlbot-py
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea authored Oct 27, 2021
2 parents ae8ea12 + e87815a commit 6e806f9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion google/cloud/security/privateca_v1beta1/py.typed
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Marker file for PEP 561.
# The google-cloud-security-privateca package uses inline types.
# The google-cloud-private-ca package uses inline types.
Original file line number Diff line number Diff line change
Expand Up @@ -1953,7 +1953,7 @@ async def __aexit__(self, exc_type, exc, tb):
try:
DEFAULT_CLIENT_INFO = gapic_v1.client_info.ClientInfo(
gapic_version=pkg_resources.get_distribution(
"google-cloud-security-private-ca",
"google-cloud-private-ca",
).version,
)
except pkg_resources.DistributionNotFound:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2216,7 +2216,7 @@ def __exit__(self, type, value, traceback):
try:
DEFAULT_CLIENT_INFO = gapic_v1.client_info.ClientInfo(
gapic_version=pkg_resources.get_distribution(
"google-cloud-security-private-ca",
"google-cloud-private-ca",
).version,
)
except pkg_resources.DistributionNotFound:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
try:
DEFAULT_CLIENT_INFO = gapic_v1.client_info.ClientInfo(
gapic_version=pkg_resources.get_distribution(
"google-cloud-security-private-ca",
"google-cloud-private-ca",
).version,
)
except pkg_resources.DistributionNotFound:
Expand Down
2 changes: 1 addition & 1 deletion samples/snippets/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pytest==6.2.5
google-auth==2.0.2
google-auth==2.1.0
cryptography==3.4.8

0 comments on commit 6e806f9

Please sign in to comment.