Skip to content

Commit 526d079

Browse files
committed
feat!: ulmo support
1 parent 690d92d commit 526d079

File tree

3 files changed

+36
-21
lines changed

3 files changed

+36
-21
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
patches:
21
{% if DRYDOCK_NEWRELIC_LICENSE_KEY %}
32
- target:
43
kind: Deployment

pyproject.toml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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]
@@ -61,6 +61,17 @@ module-name = "drydock"
6161
[tool.uv.sources]
6262
tutor-contrib-s3 = { git = "https://github.com/hastexo/tutor-contrib-s3" }
6363

64+
# TODO: Delete before merging
65+
[tool.uv]
66+
override-dependencies = [
67+
"tutor @ git+https://github.com/overhangio/tutor@ulmo",
68+
"tutor-mfe @ git+https://github.com/overhangio/tutor-mfe@ulmo",
69+
"tutor-forum @ git+https://github.com/overhangio/tutor-forum@ulmo",
70+
"tutor-minio @ git+https://github.com/overhangio/tutor-minio@ulmo",
71+
"tutor-notes @ git+https://github.com/overhangio/tutor-notes@ulmo",
72+
"tutor-contrib-s3 @ git+https://github.com/edunext/tutor-contrib-s3@ulmo",
73+
]
74+
6475
[build-system]
6576
requires = ["uv_build>=0.9.5,<0.10.0"]
6677
build-backend = "uv_build"

uv.lock

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

0 commit comments

Comments
 (0)