Skip to content

Package dependencies out of date #40

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

Closed
magnusbaeck opened this issue Sep 18, 2020 · 0 comments · Fixed by #76
Closed

Package dependencies out of date #40

magnusbaeck opened this issue Sep 18, 2020 · 0 comments · Fixed by #76

Comments

@magnusbaeck
Copy link
Member

Description

When installing a wheel created from setup.py I get the following message from pip:

ERROR: graphql-server-core 2.0.0 has requirement graphql-core<3,>=2.3, but you'll have graphql-core 2.2.1 which is incompatible.

This might not be critical but it's probably something we'll want to address. I'm not familiar with pyscaffold, but is there a convenient way of locking exact (transitive) dependencies of all packages for release purposes yet retaining a compact non-transitive list somewhere?

Motivation

To avoid hard to find bugs the package dependencies should resolve without warnings or errors.

Benefits

No bugs caused by package incompatibilities?

Possible Drawbacks

None.

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 a pull request may close this issue.

1 participant