Skip to content

Commit e6c5b3a

Browse files
TBBlejeremydvoss
authored andcommitted
Narrow protobuf dependency to exclude protobuf >= 4 (open-telemetry#1109)
1 parent 15580e5 commit e6c5b3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Fixed
1111
- Adding escape call to fix [auto-instrumentation not producing spans on Windows](https://github.com/open-telemetry/opentelemetry-python/issues/2703).
1212
([#1100](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1100))
13-
1413
- `opentelemetry-instrumentation-grpc` narrow protobuf dependency to exclude protobuf >= 4
1514
([1109](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1109))
1615
- cleanup type hints for textmap `Getter` and `Setter` classes

opentelemetry-instrumentation/tests/test_utils.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -151,4 +151,5 @@ def test_remove_current_directory_from_python_path_linux_only_path(self):
151151
actual_python_path = _python_path_without_directory(
152152
python_path, dir, path_separator
153153
)
154-
self.assertEqual(actual_python_path, python_path)
154+
self.assertEqual(actual_python_path, python_path)
155+

0 commit comments

Comments
 (0)