Skip to content

Commit

Permalink
Narrow protobuf dependency to exclude protobuf >= 4 (open-telemetry#1109
Browse files Browse the repository at this point in the history
)
  • Loading branch information
TBBle authored and jeremydvoss committed Jun 2, 2022
1 parent 15580e5 commit e6c5b3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Adding escape call to fix [auto-instrumentation not producing spans on Windows](https://github.com/open-telemetry/opentelemetry-python/issues/2703).
([#1100](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1100))

- `opentelemetry-instrumentation-grpc` narrow protobuf dependency to exclude protobuf >= 4
([1109](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1109))
- cleanup type hints for textmap `Getter` and `Setter` classes
Expand Down
3 changes: 2 additions & 1 deletion opentelemetry-instrumentation/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,4 +151,5 @@ def test_remove_current_directory_from_python_path_linux_only_path(self):
actual_python_path = _python_path_without_directory(
python_path, dir, path_separator
)
self.assertEqual(actual_python_path, python_path)
self.assertEqual(actual_python_path, python_path)

0 comments on commit e6c5b3a

Please sign in to comment.