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 setup.py #40

Merged
merged 4 commits into from
May 3, 2019
Merged

Update setup.py #40

merged 4 commits into from
May 3, 2019

Conversation

nhsiehgit
Copy link
Contributor

No description provided.

This should not be a `==`.
@nhsiehgit
Copy link
Contributor Author

@yurishkuro ?

Copy link

@asottile asottile left a comment

Choose a reason for hiding this comment

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

this allows compatibility with the latest opentracing which was released

the best practice in libraries is to set lower bounds on dependencies such that it allows for greater compatibility with the dependencies

setup.py Outdated
@@ -25,7 +25,7 @@
platforms='any',
install_requires=[
'protobuf>=3.0.0b2.post2',
'opentracing==2.0.0',
'opentracing>=2.0.0',
Copy link
Member

Choose a reason for hiding this comment

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

=2,<3 is the preferred way

Copy link

Choose a reason for hiding this comment

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

protobuf isn't using that approach :S

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Cool I'm fine with either
Will update

Copy link
Member

Choose a reason for hiding this comment

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

tbh not sure why this lib even needs protobuf, it might be a legacy dep

@yurishkuro yurishkuro merged commit 59a14ff into opentracing:master May 3, 2019
@nhsiehgit nhsiehgit mentioned this pull request May 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants