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

chore(deps): refresh pip-compile outputs python #2548

Merged
merged 2 commits into from
May 13, 2024

Conversation

renovate-bot
Copy link
Contributor

Mend Renovate

This PR contains the following updates:

Package Update Change Pending Age Adoption Passing Confidence
lockFileMaintenance All locks refreshed
google-api-core minor ==2.18.0 -> ==2.19.0 age adoption passing confidence
grpcio (source) minor ==1.62.2 -> ==1.63.0 age adoption passing confidence
grpcio-health-checking minor ==1.62.2 -> ==1.63.0 age adoption passing confidence
langchain patch ==0.1.16 -> ==0.1.17 0.1.20 (+1) age adoption passing confidence
langchain-google-alloydb-pg (changelog) patch ==0.2.0 -> ==0.2.2 age adoption passing confidence

πŸ”§ This Pull Request updates lock files to use the latest dependency versions.


Release Notes

googleapis/python-api-core (google-api-core)

v2.19.0

Compare Source

Features

v2.18.0

Compare Source

Features
Bug Fixes

v2.17.1

Compare Source

Bug Fixes

v2.17.0

Compare Source

Features
Bug Fixes

v2.16.2

Compare Source

Bug Fixes

v2.16.1

Compare Source

Bug Fixes
  • Fix broken import for google.api_core.retry_async.AsyncRetry (#​587) (ac012c0)

v2.16.0

Compare Source

Features

v2.15.0

Compare Source

Features
Bug Fixes

v2.14.0

Compare Source

Features

v2.13.1

Compare Source

Bug Fixes

v2.13.0

Compare Source

Features
Bug Fixes
grpc/grpc (grpcio)

v1.63.0

Compare Source

This is release 1.63.0 (giggle) of gRPC Core.

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes, with highlights listed below.

Core

  • [Deps] Backport: Protobuf upgrade to v26.1. (#​36353)
  • [OTel C++] Add experimental optional locality label available to client per-attempt metrics. (#​36254)
  • [surface] Add an API to inject connected endpoints into servers. (#​35957)
  • [CMake] Add gRPC_USE_SYSTEMD option. (#​34384)
  • [OTel C++] Add API to set channel scope filter. (#​36189)
  • [Deps] Upgraded protobuf to v26.1. (#​35796)
  • [channel] canonify target and set channel arg in only one place. (#​36134)
  • [grpc][Gpr_To_Absl_Logging] Using absl from within gpr logging. (#​36108)
  • [BoringSSL] Update third_party/boringssl-with-bazel. (#​36089)
  • [EventEngine] Document RunAfter can return an invalid handle for immediate execution. (#​36072)
  • [EventEngine] Enable the EventEngine DNS Resolver on Posix. (#​35573)
  • [EventEngine] Support AF_UNIX for windows. (#​34801)

C++

  • [OTel C++] Add APIs to enable/disable metrics. (#​36183)
  • [EventEngine] Refactor ServerCallbackCall to use EventEngine::Run. (#​36126)
  • [OTel C++] Add CMake build support. (#​36063)
  • gRPC C++ upgraded Protobuf to v26.1. (#​36323)

C#

  • [csharp] Fix csharp doc comments. (#​36000)
  • C#: Grpc.Tools: Handle regex timeout when parsing protoc output. (#​36185)

PHP

  • Update min PHP testing version from PHP 7.4 to 8.1. (#​35964)

Python

  • [Python Version] Drop support for Python 3.7. (#​34450)
  • [Python Aio] Change aio Metadata inheritance. (#​36214)
  • [Documentation] fix asyncio Server and Channel stop() method documentation. (#​35946)
  • [Python O11y] Change public interface. (#​36094)
  • [Python Stub] Add version check to stubs generated by grpcio_tools. (#​35906)
  • [AbortError] Reapply "[AbortError] And and check AbortError while abort". (#​34525)
  • [Build Reproducibility] Sort input file list. (#​35687)
  • [Python O11Y] Reapply registered method change. (#​35850)
  • [Python Modernization] Deprecate pkg_resources. (#​35849)
  • [Python Bazel] Allow overwriting grpc_library in python_rules.bzl. (#​35629)

Ruby

  • ruby: register grpc_rb_sStatus as a global variable. (#​36125)

v1.62.2

Compare Source

This is release gRPC Core 1.62.2 (guardian).

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes.

Python

Full Changelog: grpc/grpc@v1.62.1...v1.62.2

v1.62.1

Compare Source

This is release gRPC Core 1.62.1 (guardian).

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes.

v1.62.0

Compare Source

This is release 1.62.0 (guardian) of gRPC Core.

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes, with highlights listed below.

Core

  • [metadata] Allow non application/grpc content-type values. (#​35824)
  • [BoringSSL] Update third_party/boringssl-with-bazel. (#​35768)
  • [GPR] Removed GPR_BACKWARDS_COMPATIBILITY_MODE. (#​35602)

Python

  • [Build] Strip armv7 artifacts. (#​35832)
  • [Python AIO] Handle DeprecationWarnings when get current loop. (#​35583)
  • [Python AIO] Raise resource_exhausted error in case of concurrent RPC limit exceeded. (#​35376)
  • [Python O11y] Build and distrib O11y package. (#​35578)
  • [Python setuptools] Import error from distutils for lower version of setuptools. (#​35561)
  • [ruby] Fix use-after-free for post-fork channel recreation. (#​35488)

Ruby

  • [ruby] Build/test ruby 3.3 and build native gems with Ruby 3.3 support. (#​35399)

v1.60.1

Compare Source

This is release gRPC Core 1.60.1 (gjallarhorn).

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes.

Python

  • [Python Misc] Revert change to print backtrace in server. (#​35462)

v1.60.0

Compare Source

This is release 1.60.0 (gjallarhorn) of gRPC Core.

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes, with highlights listed below.

Core

  • Implemented dualstack IPv4 and IPv6 backend support, as per draft gRFC A61. xDS support currently guarded by GRPC_EXPERIMENTAL_XDS_DUALSTACK_ENDPOINTS env var.
  • Dropped Bazel 5 support. (#​34813)
  • [deps] Upgrade protobuf version to v25.0. (#​34513)
  • [Security - Revocation] Crl Directory Watcher Implementation. (#​34749)
  • [server] Cap size of pending request queue with RealRequestMatcher. (#​34782)
  • [chttp2] Fix outgoing data stats. (#​34693)
  • [EventEngine] Enable Posix EventEngine Listener on all builds. (#​34748)
  • [EventEngine] Enable Windows EventEngine Listener on all builds. (#​34436)
  • [chttp2] Alternative protection for too many streams in the system. (#​34697)
  • [Proxy] Support for setting proxy for addresses. (#​34617)
  • [client idleness] client channels go idle after 30 minutes by default. (#​34653)
  • [chttp2] Add an experiment to separate liveness checks from ping timeouts. (#​34647)
  • [chttp2] Tarpit invalid requests. (#​34641)
  • [chttp2] Enforce settings acks. (#​34640)
  • [chttp2] Limit work per read cycle. (#​34639)
  • [chttp2] Limit request count before receiving settings ack. (#​34638)
  • [chttp2] Randomly ping on RST_STREAM. (#​34637)

C++

  • [xds] C++ XdsServerBuilder Remove src/... header dependency from public header. (#​34790)
  • [reflection] Add v1 reflection. (#​34535)

C#

  • [csharp] Grpc.Tools documentation for sharing proto files between projects and nuget packages. (#​34521)

Ruby

v1.59.3

Compare Source

This is release gRPC Core 1.59.3 (generative).

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes.

Core

  • [Security - Revocation] Crl backport to 1.59. (#​34926)
googleapis/langchain-google-alloydb-pg-python (langchain-google-alloydb-pg)

v0.2.2

Compare Source

Bug Fixes

v0.2.1

Compare Source

Bug Fixes

Configuration

πŸ“… Schedule: Branch creation - "before 4am on monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ‘» Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate-bot renovate-bot requested review from yoshi-approver and a team as code owners May 13, 2024 00:13
@forking-renovate forking-renovate bot added dependencies Pull requests that update a dependency file lang: python Issues specific to Python. labels May 13, 2024
Copy link

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

β™» Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: src/emailservice/requirements.txt
Command failed: pip-compile requirements.in
  ERROR: Cannot install -r requirements.in (line 1) and -r requirements.in (line 2) because these package versions have conflicting dependencies.
Traceback (most recent call last):
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.11.9/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve
    result = self._result = resolver.resolve(
                            ^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.11.9/lib/python3.11/site-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve
    state = resolution.resolve(requirements, max_rounds=max_rounds)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.11.9/lib/python3.11/site-packages/pip/_vendor/resolvelib/resolvers.py", line 439, in resolve
    raise ResolutionImpossible(self.state.backtrack_causes)
pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('protobuf!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0.dev0,>=3.19.5'), parent=LinkCandidate('https://files.pythonhosted.org/packages/2d/ed/e514e0c59cdf1a469b1a1ab21b77698d0692adaa7cbc920c3a0b287e8493/google_api_core-2.19.0-py3-none-any.whl (from https://pypi.org/simple/google-api-core/) (requires-python:>=3.7)')), RequirementInformation(requirement=SpecifierRequirement('protobuf<6.0dev,>=5.26.1'), parent=LinkCandidate('https://files.pythonhosted.org/packages/d9/5a/25a2dd6cfe61b8b0ea34439e1e248935e9d273fd67090ff27084bbbaec5e/grpcio_health_checking-1.63.0-py3-none-any.whl (from https://pypi.org/simple/grpcio-health-checking/) (requires-python:>=3.8)'))]

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.11.9/bin/pip-compile", line 8, in <module>
    sys.exit(cli())
             ^^^^^
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.11.9/lib/python3.11/site-packages/click/core.py", line 1157, in __call__
    return self.main(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.11.9/lib/python3.11/site-packages/click/core.py", line 1078, in main
    rv = self.invoke(ctx)
         ^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.11.9/lib/python3.11/site-packages/click/core.py", line 1434, in invoke
    return ctx.invoke(self.callback, **ctx.params)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.11.9/lib/python3.11/site-packages/click/core.py", line 783, in invoke
    return __callback(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.11.9/lib/python3.11/site-packages/click/decorators.py", line 33, in new_func
    return f(get_current_context(), *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.11.9/lib/python3.11/site-packages/piptools/scripts/compile.py", line 470, in cli
    results = resolver.resolve(max_rounds=max_rounds)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.11.9/lib/python3.11/site-packages/piptools/resolver.py", line 604, in resolve
    is_resolved = self._do_resolve(
                  ^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.11.9/lib/python3.11/site-packages/piptools/resolver.py", line 636, in _do_resolve
    resolver.resolve(
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.11.9/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 104, in resolve
    raise error from e
pip._internal.exceptions.DistributionNotFound: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts

File name: src/recommendationservice/requirements.txt
Command failed: pip-compile requirements.in
  ERROR: Cannot install -r requirements.in (line 1), -r requirements.in (line 2) and -r requirements.in (line 3) because these package versions have conflicting dependencies.
Traceback (most recent call last):
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.11.9/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve
    result = self._result = resolver.resolve(
                            ^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.11.9/lib/python3.11/site-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve
    state = resolution.resolve(requirements, max_rounds=max_rounds)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.11.9/lib/python3.11/site-packages/pip/_vendor/resolvelib/resolvers.py", line 439, in resolve
    raise ResolutionImpossible(self.state.backtrack_causes)
pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('protobuf!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0.dev0,>=3.19.5'), parent=LinkCandidate('https://files.pythonhosted.org/packages/2d/ed/e514e0c59cdf1a469b1a1ab21b77698d0692adaa7cbc920c3a0b287e8493/google_api_core-2.19.0-py3-none-any.whl (from https://pypi.org/simple/google-api-core/) (requires-python:>=3.7)')), RequirementInformation(requirement=SpecifierRequirement('protobuf>=3.20'), parent=LinkCandidate('https://files.pythonhosted.org/packages/44/be/fa9b4915315c764a38b42aac1a6355bb65deb5cb8a97c1a01c0de425780d/google-cloud-profiler-4.1.0.tar.gz (from https://pypi.org/simple/google-cloud-profiler/)')), RequirementInformation(requirement=SpecifierRequirement('protobuf<6.0dev,>=5.26.1'), parent=LinkCandidate('https://files.pythonhosted.org/packages/d9/5a/25a2dd6cfe61b8b0ea34439e1e248935e9d273fd67090ff27084bbbaec5e/grpcio_health_checking-1.63.0-py3-none-any.whl (from https://pypi.org/simple/grpcio-health-checking/) (requires-python:>=3.8)'))]

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.11.9/bin/pip-compile", line 8, in <module>
    sys.exit(cli())
             ^^^^^
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.11.9/lib/python3.11/site-packages/click/core.py", line 1157, in __call__
    return self.main(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.11.9/lib/python3.11/site-packages/click/core.py", line 1078, in main
    rv = self.invoke(ctx)
         ^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.11.9/lib/python3.11/site-packages/click/core.py", line 1434, in invoke
    return ctx.invoke(self.callback, **ctx.params)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.11.9/lib/python3.11/site-packages/click/core.py", line 783, in invoke
    return __callback(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.11.9/lib/python3.11/site-packages/click/decorators.py", line 33, in new_func
    return f(get_current_context(), *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.11.9/lib/python3.11/site-packages/piptools/scripts/compile.py", line 470, in cli
    results = resolver.resolve(max_rounds=max_rounds)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.11.9/lib/python3.11/site-packages/piptools/resolver.py", line 604, in resolve
    is_resolved = self._do_resolve(
                  ^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.11.9/lib/python3.11/site-packages/piptools/resolver.py", line 636, in _do_resolve
    resolver.resolve(
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.11.9/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 104, in resolve
    raise error from e
pip._internal.exceptions.DistributionNotFound: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts

@renovate-bot renovate-bot force-pushed the renovate/python branch 3 times, most recently from f601572 to f276637 Compare May 13, 2024 04:03
@NimJay
Copy link
Collaborator

NimJay commented May 13, 2024

It looks like this pull-request failed to regenerate src/recommendationservice/requirements.txt and src/emailservice/requirements.txt.

We should look into why before merging.
Merging changes to requirements.txt files without associated requirements.in updates is a no-op.

Copy link

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@bourgeoisor bourgeoisor merged commit c239886 into GoogleCloudPlatform:main May 13, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file lang: python Issues specific to Python.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants