the-cloudkeeper-project / cloudkeeper

EGI AppDB <-> CMF synchronization utility
Other
2 stars 8 forks source link

New version of grpc (1.40.0) produced dependency conflicts #97

Open depfu[bot] opened 3 years ago

depfu[bot] commented 3 years ago

We've tested your project with an updated dependency and got errors while installing the dependencies.

This version is either within the version range you specified or you haven't specified a version/range. To be able to test your project with the new version, we've taken the liberty of pinning the version for this branch and pull request.

name version specification new version
grpc ~> 1.8 1.40.0

Unfortunately, the build failed while installing dependencies. This means that while the new version is within the specified range, a version conflict between two or more packages will prohibit this version from being installed.

As this breaks fresh installs of your package, we've left this pull request open for you to investigate.

What changed?

✳️ grpc (~> 1.8 → 1.40.0) · Repo · Changelog

Release Notes

1.40.0

This is release 1.40.0 (guileless) 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

  • Update Envoy API to the latest version (2021-07-30). (#26848)
  • Enable retries by default. (#26766)
  • Add opentelemetry as a submodule for latest xDS API. (#26850)
  • Pointing the protobuf submodule to the new URL. (#26811)
  • Remove BUILD.gn. (#26822)
  • Prevent race causing early-destruction of grpc_winsocket object when creating a TCP connection. (#26642)
  • TLS Security Connector: Add an always-fail-handshaker when certificates are not ready. (#26561)
  • Enable layering checks in the Bazel build. (#26591)
  • Support user provided "scope" in JWT and GDC. (#26577)

C++

  • C++ opencensus filter: Fix point of creating context for overall call. (#27238)
  • Open census call attempt span name and attribute changes (#26889). (#26957)
  • Open census filter: Use new internal stats API and record retry stats. (#26739)
  • Add OpenCensus measures and views for retries. (#26751)

Python

  • Add retry example for gRPC Python. (#26829)
  • Remove Python 2.7 binary wheel generations. (#26691)
  • [Aio][fix] catch application exception in request iterators. (#26706)

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)