Skip to content

Commit dc5a333

Browse files
committed
Fix pathing in server-starter-all-features
1 parent c394078 commit dc5a333

File tree

2 files changed

+28
-10
lines changed

2 files changed

+28
-10
lines changed

integrations/server-starter-all-features/python/examples/poetry.lock

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

integrations/server-starter-all-features/python/examples/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ readme = "README.md"
77

88
[tool.poetry.dependencies]
99
python = "^3.12"
10-
ag-ui-protocol = {path = "../../../../../python-sdk/"}
10+
ag-ui-protocol = {path = "../../../../sdks/python/"}
1111
fastapi = "^0.115.12"
1212
uvicorn = "^0.34.3"
1313
jsonpatch = "^1.33"
@@ -17,4 +17,4 @@ requires = ["poetry-core"]
1717
build-backend = "poetry.core.masonry.api"
1818

1919
[tool.poetry.scripts]
20-
dev = "example_server:main"
20+
dev = "example_server:main"

0 commit comments

Comments
 (0)