Skip to content

Commit

Permalink
build: add support to Django 5
Browse files Browse the repository at this point in the history
  • Loading branch information
joaodaher committed Dec 5, 2023
1 parent 188045b commit 96f66a6
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 58 deletions.
111 changes: 55 additions & 56 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 = "django-google-cloud-tasks"
version = "2.7.0"
version = "2.8.0"
description = "Async Tasks with HTTP endpoints"
authors = ["Joao Daher <joao@daher.dev>"]
packages = [
Expand All @@ -9,7 +9,7 @@ packages = [

[tool.poetry.dependencies]
python = ">=3.11,<=3.12"
django = ">=4,<5"
django = ">=4,<6"
gcp-pilot = {version = "*", extras = ["tasks", "pubsub"]}
drf-kit = "*"

Expand Down

0 comments on commit 96f66a6

Please sign in to comment.