Skip to content

Commit 540ba0f

Browse files
committed
feat: ulmo support
1 parent 75a699c commit 540ba0f

2 files changed

Lines changed: 12 additions & 7 deletions

File tree

pyproject.toml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "tutor-contrib-celery"
3-
version = "20.0.0"
3+
version = "21.0.0"
44
description = "A Tutor plugin to manage celery deployments"
55
readme = "README.md"
66
requires-python = ">=3.10"
@@ -20,7 +20,7 @@ classifiers = [
2020
"Programming Language :: Python :: 3.13",
2121
]
2222
dependencies = [
23-
"tutor~=20.0"
23+
"tutor~=21.0"
2424
]
2525

2626
[project.urls]
@@ -59,6 +59,12 @@ entry_title_template = "file: changelog.d/scriv/entry_title.md.j2"
5959
module-root = "."
6060
module-name = "tutorcelery"
6161

62+
# TODO: Delete before merging
63+
[tool.uv]
64+
override-dependencies = [
65+
"tutor @ git+https://github.com/overhangio/tutor@ulmo",
66+
]
67+
6268
[build-system]
6369
requires = ["uv_build>=0.9.5,<0.10.0"]
6470
build-backend = "uv_build"

uv.lock

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

0 commit comments

Comments
 (0)