-
Notifications
You must be signed in to change notification settings - Fork 206
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Update the min required opentelemetry version
* Versions before 1.27.0 have been found to have issues with adding links to spans
- Loading branch information
1 parent
e6d08e7
commit e4e73aa
Showing
2 changed files
with
10 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
google-cloud-pubsub==2.23.0 | ||
google-cloud-pubsub==2.25.0 | ||
avro==1.12.0 | ||
protobuf===4.24.4; python_version == '3.7' | ||
protobuf==5.28.0; python_version >= '3.8' | ||
avro==1.12.0 | ||
opentelemetry-api==1.22.0 | ||
opentelemetry-sdk==1.22.0 | ||
opentelemetry-exporter-gcp-trace==1.7.0 | ||
opentelemetry-api==1.22.0; python_version == '3.7' | ||
opentelemetry-sdk==1.22.0; python_version == '3.7' | ||
opentelemetry-api==1.27.0; python_version >= '3.8' | ||
opentelemetry-sdk==1.27.0; python_version >= '3.8' | ||
opentelemetry-exporter-gcp-trace==1.7.0 |
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