Skip to content

Commit 9e39d28

Browse files
committed
cleanup
1 parent b36f8d7 commit 9e39d28

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ readme = "README.md"
2424
license = "MIT"
2525
requires-python = ">=3.9"
2626
dependencies = [
27-
"dbos[dbos]>=1.14.0",
2827
"eval-type-backport>=0.2.2 ; python_full_version < '3.10'",
2928
"llama-index-instrumentation>=0.1.0",
3029
"pydantic>=2.11.5",
@@ -34,6 +33,7 @@ dependencies = [
3433
[project.optional-dependencies]
3534
server = ["starlette>=0.39.0", "uvicorn>=0.32.0"]
3635
client = ["httpx>=0.28.1,<1"]
36+
dbos = ["dbos>=1.14.0"]
3737

3838
[tool.basedpyright]
3939
typeCheckingMode = "standard"

uv.lock

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

0 commit comments

Comments
 (0)