Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restrict version of protobuf for Jaeger exporter #3502

Closed
wants to merge 1 commit into from

Conversation

ocelotl
Copy link
Contributor

@ocelotl ocelotl commented Nov 3, 2023

Fixes #3501

@ocelotl ocelotl self-assigned this Nov 3, 2023
@ocelotl ocelotl requested a review from a team November 3, 2023 16:04
@ocelotl ocelotl added the Skip Changelog PRs that do not require a CHANGELOG.md entry label Nov 3, 2023
@ocelotl
Copy link
Contributor Author

ocelotl commented Nov 3, 2023

Moving this commit to #3498 since both fixes need to be merged in the same PR.

@ocelotl ocelotl closed this Nov 3, 2023
@@ -26,6 +26,7 @@ classifiers = [
"Typing :: Typed",
]
dependencies = [
"protobuf ~= 3.20.0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will cause a conflict with packages/applications trying to install newer protobuf 4. Similar to #3074

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, but we are out of support for this exporter already. Maybe we should consider removing it from our tests?

ocelotl added a commit to ocelotl/opentelemetry-python that referenced this pull request Nov 4, 2023
ocelotl added a commit to ocelotl/opentelemetry-python that referenced this pull request Nov 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failures in Jaeger exporter tests
2 participants