Skip to content

Commit bd1d217

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

File tree

3 files changed

+37
-22
lines changed

3 files changed

+37
-22
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: 13 additions & 2 deletions
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]
@@ -59,7 +59,18 @@ module-root = "."
5959
module-name = "drydock"
6060

6161
[tool.uv.sources]
62-
tutor-contrib-s3 = { git = "https://github.com/hastexo/tutor-contrib-s3" }
62+
tutor-contrib-s3 = { git = "https://github.com/edunext/tutor-contrib-s3" }
63+
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+
]
6374

6475
[build-system]
6576
requires = ["uv_build>=0.9.5,<0.10.0"]

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)