Skip to content

Commit e15f064

Browse files
committed
Fix dep version for examples
1 parent 1e1a6aa commit e15f064

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

integrations/aws-strands/python/examples/poetry.lock

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

integrations/aws-strands/python/examples/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ packages = [{ include = "server" }]
88

99
[tool.poetry.dependencies]
1010
python = "<3.14,>=3.12"
11-
ag-ui-protocol = "^0.1.5"
11+
ag-ui-protocol = "^0.1.10"
1212
fastapi = "^0.115.12"
1313
uvicorn = "^0.34.3"
1414
strands-agents = {extras = ["gemini"], version = "^1.15.0"}
@@ -20,4 +20,4 @@ requires = ["poetry-core"]
2020
build-backend = "poetry.core.masonry.api"
2121

2222
[tool.poetry.scripts]
23-
dev = "server:main"
23+
dev = "server:main"

0 commit comments

Comments
 (0)