Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions app/desktop/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ dependencies = [
"sentry-sdk>=2.0.0",
]

[tool.uv]
exclude-newer = "7 days"

# We don't really want to build a wheel for desktop, it's a pyinstaller project. This is a minimal build to take care of errors.
[tool.hatch.build.targets.wheel]
only-include = ["__init__.py"]
Expand Down
1 change: 1 addition & 0 deletions app/web_ui/.npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
engine-strict=true
min-release-age=7
Comment thread
leonardmq marked this conversation as resolved.
30 changes: 0 additions & 30 deletions app/web_ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions libs/core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ build-backend = "hatchling.build"
[tool.hatch.metadata]
requires-python = ">=3.10"

[tool.uv]
exclude-newer = "7 days"

[tool.uv.sources]
together = { git = "https://github.com/scosman/together-python" }

Expand Down
2 changes: 2 additions & 0 deletions libs/server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ dev = [
"ruff>=0.9.0",
]

[tool.uv]
exclude-newer = "7 days"

[tool.uv.sources]
kiln-ai = { workspace = true }
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ dev = [
]

[tool.uv]
exclude-newer = "7 days"
override-dependencies = [
"starlette>=0.49.1", # forces a safe minimum for the transitive dep
]
Expand Down
6 changes: 5 additions & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading