Skip to content

Commit de50bad

Browse files
committed
MP-432 update python and django version requirements
1 parent 6be9535 commit de50bad

File tree

2 files changed

+53
-24
lines changed

2 files changed

+53
-24
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ readme = "README.md"
77
packages = [{include = "django_google_structured_logger"}]
88

99
[tool.poetry.dependencies]
10-
python = ">=3.8,<=3.11"
10+
python = ">=3.8,<4.0"
1111
python-json-logger = "^2.0.7"
1212
contextvars = "^2.4"
13-
django = ">=3.0,<=4.2"
13+
django = ">=3.0,<5"
1414
setuptools-scm = "^7.1.0"
1515

1616
[build-system]

0 commit comments

Comments
 (0)