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

Old versions in Pipfile causing conflict #24

Open
sebastian-correa opened this issue Dec 3, 2021 · 0 comments
Open

Old versions in Pipfile causing conflict #24

sebastian-correa opened this issue Dec 3, 2021 · 0 comments
Assignees
Labels
dependencies Pull requests that update a dependency file

Comments

@sebastian-correa
Copy link

Versions in the Pipfile should be bumped, as the old versions of django in use seem to be incompatible with some of the dependencies marked with *. At least in my case, bumping dependencies solved some weird problems with the API.

Ideally, one would then use pipenv sync instead of pipenv install to deploy the exact locked version, so that these issues don't arise again if in the future some library gets updated.

@sebastian-correa sebastian-correa added the dependencies Pull requests that update a dependency file label Dec 3, 2021
@sebastian-correa sebastian-correa self-assigned this Dec 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

1 participant