[Release] Add warning about PyPi latest version not necessarily matching Github latest version (#36965)

test_644148181
Richard Belleville 8 months ago committed by GitHub
parent 104078e8d2
commit 2d3cbfbfd2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 13
      src/python/grpcio/README.rst

@ -91,3 +91,16 @@ Help, I ...
sudo apt-get install python-dev
Versioning
~~~~~~~~~~
gRPC Python is developed in a monorepo shared with implementations of gRPC in
other programming languages. While the minor versions are released in
lock-step with other languages in the repo (e.g. 1.63.0 is guaranteed to exist
for all languages), patch versions may be specific to only a single
language. For example, if 1.63.1 is a C++-specific patch, 1.63.1 may not be
uploaded to PyPi. As a result, it is __not__ a good assumption that the latest
patch for a given minor version on Github is also the latest patch for that
same minor version on PyPi.

Loading…
Cancel
Save