Skip to content

Commit 1df87cd

Browse files
authored
root: fix dependency install due to description-file (goauthentik#13655)
Signed-off-by: Jens Langhammer <[email protected]>
1 parent 6383550 commit 1df87cd

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ dev = [
103103

104104
[tool.uv.sources]
105105
django-tenants = { git = "https://github.com/rissson/django-tenants.git", branch = "authentik-fixes" }
106-
opencontainers = { git = "https://github.com/vsoch/oci-python", rev = "20d69d9cc50a0fef31605b46f06da0c94f1ec3cf" }
106+
opencontainers = { git = "https://github.com/BeryJu/oci-python", rev = "c791b19056769cd67957322806809ab70f5bead8" }
107107

108108
[project.scripts]
109109
ak = "lifecycle.ak:main"

uv.lock

+7-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)