forked from open-telemetry/opentelemetry-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: emdneto <[email protected]>
- Loading branch information
Showing
2 changed files
with
4 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
# This version of grpcio-tools ships with protoc 3.19.4 which appears to be compatible with | ||
# both protobuf 3.19.x and 4.x (see https://github.com/protocolbuffers/protobuf/issues/11123). | ||
# Bump this version with caution to preserve compatibility with protobuf 3. | ||
# https://github.com/open-telemetry/opentelemetry-python/blob/main/opentelemetry-proto/pyproject.toml#L28 | ||
# Use caution when bumping this version to ensure compatibility with the currently supported protobuf version. | ||
# Pinning this to the oldest grpcio version that supports protobuf 5 helps avoid RuntimeWarning messages | ||
# from the generated protobuf code and ensures continued stability for newer grpcio versions. | ||
grpcio-tools==1.63.2 | ||
mypy-protobuf~=3.5.0 |