Skip to content

Commit

Permalink
MP-432 update python and django version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheripov committed Sep 15, 2023
1 parent 6be9535 commit de50bad
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 24 deletions.
73 changes: 51 additions & 22 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
Expand Up @@ -7,10 +7,10 @@ readme = "README.md"
packages = [{include = "django_google_structured_logger"}]

[tool.poetry.dependencies]
python = ">=3.8,<=3.11"
python = ">=3.8,<4.0"
python-json-logger = "^2.0.7"
contextvars = "^2.4"
django = ">=3.0,<=4.2"
django = ">=3.0,<5"
setuptools-scm = "^7.1.0"

[build-system]
Expand Down

0 comments on commit de50bad

Please sign in to comment.