gRPC: bumping to 1.58
Normally, this version should also be compatible with Python 3.11 (supported as of 1.49), but I still could not install it in a HDK virtualenv (might be a Cython version problem, though). This brings an unexpected complication: the Python client for gRPC 1.58 sets a wrong default authority header in the case of Unix Domain Sockets (the Ruby client does the same, and possibly also the Go client). General work-arounds might be in the works at the level of the `h2` crate, but for now the rigorous Rust implementations don't accept it, so we have to fix it client-side. In this case, this was a problem in Comparison Tests only. This is well worth a minor version bump.
Showing
- hgitaly/VERSION 1 addition, 1 deletionhgitaly/VERSION
- hgitaly/stub/blob_pb2.py 75 additions, 1060 deletionshgitaly/stub/blob_pb2.py
- hgitaly/stub/commit_pb2.py 229 additions, 3531 deletionshgitaly/stub/commit_pb2.py
- hgitaly/stub/diff_pb2.py 93 additions, 1505 deletionshgitaly/stub/diff_pb2.py
- hgitaly/stub/errors_pb2.py 45 additions, 849 deletionshgitaly/stub/errors_pb2.py
- hgitaly/stub/lint_pb2.py 21 additions, 190 deletionshgitaly/stub/lint_pb2.py
- hgitaly/stub/mercurial_changeset_pb2.py 24 additions, 345 deletionshgitaly/stub/mercurial_changeset_pb2.py
- hgitaly/stub/mercurial_operations_pb2.py 18 additions, 214 deletionshgitaly/stub/mercurial_operations_pb2.py
- hgitaly/stub/mercurial_repository_pb2.py 64 additions, 882 deletionshgitaly/stub/mercurial_repository_pb2.py
- hgitaly/stub/operations_pb2.py 175 additions, 3334 deletionshgitaly/stub/operations_pb2.py
- hgitaly/stub/ref_pb2.py 177 additions, 2534 deletionshgitaly/stub/ref_pb2.py
- hgitaly/stub/repository_pb2.py 381 additions, 4888 deletionshgitaly/stub/repository_pb2.py
- hgitaly/stub/server_pb2.py 39 additions, 673 deletionshgitaly/stub/server_pb2.py
- hgitaly/stub/shared_pb2.py 45 additions, 946 deletionshgitaly/stub/shared_pb2.py
- install-requirements.txt 3 additions, 3 deletionsinstall-requirements.txt
- tests_with_gitaly/rhgitaly.py 9 additions, 1 deletiontests_with_gitaly/rhgitaly.py
Loading
Please register or sign in to comment