Skip to content

Commit 97cdea2

Browse files
committed
chore: do not limit django/strawberry upper bound versions
1 parent 5a58fe8 commit 97cdea2

File tree

2 files changed

+26
-33
lines changed

2 files changed

+26
-33
lines changed

poetry.lock

Lines changed: 23 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "strawberry-graphql-django"
33
packages = [{ include = "strawberry_django" }]
4-
version = "0.9.1"
4+
version = "0.9.2"
55
description = "Strawberry GraphQL Django extension"
66
authors = ["Lauri Hintsala <[email protected]>"]
77
repository = "https://github.com/strawberry-graphql/strawberry-graphql-django"
@@ -27,8 +27,8 @@ classifiers = [
2727

2828
[tool.poetry.dependencies]
2929
python = ">=3.7,<4.0"
30-
Django = ">=3.2,<4.2"
31-
strawberry-graphql = "^0.154.0"
30+
Django = ">=3.2"
31+
strawberry-graphql = ">=0.154.0"
3232

3333

3434
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)