Skip to content

Commit 3cea11b

Browse files
committed
Remove basilica-sdk dependency to fix Docker build
basilica-sdk requires Rust compilation which fails in CI. The package is not actually imported anywhere in the codebase.
1 parent 18bf931 commit 3cea11b

2 files changed

Lines changed: 1 addition & 14 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies = [
3232
"fastapi>=0.110.1,<0.111",
3333
"uvicorn==0.22.0",
3434
"gunicorn>=23.0.0",
35-
"basilica-sdk>=0.11.0",
35+
3636
"protobuf>=3.20.0",
3737
]
3838
readme = "README.md"

uv.lock

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

0 commit comments

Comments
 (0)