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

Update protobuf versions #1356

Merged
merged 1 commit into from
Nov 5, 2020
Merged

Conversation

ocelotl
Copy link
Contributor

@ocelotl ocelotl commented Nov 4, 2020

Fixes #1355

Description

Updates the version of protobuf to the latest one.

Fixes # (issue)

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

All regular tests are passing.

  • Test A

Checklist:

  • Followed the style guidelines of this project
  • Changelogs have been updated
  • Unit tests have been added
  • Documentation has been updated

@ocelotl ocelotl self-assigned this Nov 4, 2020
@ocelotl ocelotl marked this pull request as ready for review November 4, 2020 21:48
@ocelotl ocelotl requested a review from a team as a code owner November 4, 2020 21:48
@ocelotl ocelotl requested review from codeboten and lzchen and removed request for a team November 4, 2020 21:48
@@ -41,7 +41,7 @@ packages=find_namespace:
zip_safe = False
include_package_data = True
install_requires =
protobuf~=3.12.2
Copy link
Member

Choose a reason for hiding this comment

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

Might the ~= be better throughout?

@lzchen
Copy link
Contributor

lzchen commented Nov 5, 2020

@NathanielRN
Just a heads up, this PR would be affected by the migration.

@codeboten codeboten added the instrumentation Related to the instrumentation of third party libraries or frameworks label Nov 5, 2020
@codeboten codeboten merged commit e3cba02 into open-telemetry:master Nov 5, 2020
@NathanielRN
Copy link
Contributor

@codeboten This is a pretty small change, but I was hoping we'd still be frozen on merging Contrib touching PRs until we get the rest of the PRs I have pending merged?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
instrumentation Related to the instrumentation of third party libraries or frameworks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Conflicting versions of protobuf
5 participants