Skip to content

Commit f5c54d9

Browse files
authored
Merge pull request #95 from octue/fix-neverending-widen
Widen django-gcp dependencies fully t avoid rapid development loop
2 parents 407a310 + 0426ac1 commit f5c54d9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ classifiers = [
4848
dependencies = [
4949
"django>=3.0,<5.1",
5050
"octue>=0.52.0,<0.64.0",
51-
"django-gcp>=0.11.5,<0.21",
51+
"django-gcp>=0.11.5,<1",
5252
"django-jsoneditor>=0.2.2,<0.3",
5353
"django-model-utils>4.2.0,<6"
5454
]
@@ -58,7 +58,7 @@ license = "MIT"
5858
name = "django-twined"
5959
readme = "README.md"
6060
requires-python = ">=3.10"
61-
version = "0.8.16"
61+
version = "0.8.17"
6262

6363
[project.urls]
6464
Changelog = "https://github.com/octue/django-twined/releases"

uv.lock

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

0 commit comments

Comments
 (0)