You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 ofpipenv install
to deploy the exact locked version, so that these issues don't arise again if in the future some library gets updated.The text was updated successfully, but these errors were encountered: