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
Today I tried installing gql-next for a new project, and using pipenv install --dev gql-next produced the following incompatibility message (collapsed since it's long):
I was able to successfully complete an install with pipenv install --dev --pre gql-next - but since gql-next isn't a prerelease package, it felt wrong.
I dug further into why the version of marshmallow was set to a prerelease in the dataclasses-json dependency that is used here.
Today I tried installing gql-next for a new project, and using
pipenv install --dev gql-next
produced the following incompatibility message (collapsed since it's long):I was able to successfully complete an install with
pipenv install --dev --pre gql-next
- but since gql-next isn't a prerelease package, it felt wrong.I dug further into why the version of marshmallow was set to a prerelease in the
dataclasses-json
dependency that is used here.Recently the dataclasses-json package upgraded their dependency on a stable version of marshmallow, would you consider a patch & release of dataclasses-json to
^0.3.3
?gql-next/pyproject.toml
Line 19 in 5c81e58
The text was updated successfully, but these errors were encountered: