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
4 changes: 2 additions & 2 deletions shim/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies = [
# Plain uvicorn (not [standard]): the loopback, low-QPS sidecar doesn't
# need uvloop/httptools/websockets/watchfiles — dropping them cuts RSS +
# image size on the 1 GB Pi. uvicorn falls back to asyncio + h11.
"uvicorn>=0.51.0",
"uvicorn>=0.52.0",
"cryptography>=49.0.0",
"python-dotenv>=1.2.2",
]
Expand All @@ -22,7 +22,7 @@ shim = "shim.__main__:main"
# project env via `uv run ruff` — previously the hook called a ruff that was
# never installed, so it failed to spawn on every shim commit.
[dependency-groups]
dev = ["ruff>=0.15.22"]
dev = ["ruff>=0.16.1"]

[tool.uv]
package = true
Expand Down
50 changes: 25 additions & 25 deletions shim/uv.lock

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