Skip to content

Commit

Permalink
Update strawberry-graphql, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
KundaPanda committed Jul 9, 2022
1 parent fa9d758 commit 17d520e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "strawberry-django-jwt"
version = "0.2.0"
version = "0.2.1"
description = "Strawberry-graphql port of the graphene-django-jwt package"
license = "MIT"
authors = ["Vojtěch Dohnal <[email protected]>"]
Expand Down Expand Up @@ -28,7 +28,7 @@ Django = [
]
PyJWT = ">=1.7.1,<3.0"
strawberry-graphql = ">=0.109.0,<1.0.0"
strawberry-graphql-django = { version = ">=0.3,<4.0", allow-prereleases = true }
strawberry-graphql-django = { version = ">=0.3", allow-prereleases = true }
django-admin-display = "^1.3.0"
packaging = ">=20.0,<30.0"
importlib-metadata = { version = ">=1.7,<5.0", python = "<=3.7" }
Expand Down

0 comments on commit 17d520e

Please sign in to comment.