Skip to content
Open
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
2 changes: 1 addition & 1 deletion integrations/aws-strands/python/examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ backend tool rendering, shared state, and generative UI).

## Requirements

- Python 3.12 or 3.13 (the project is pinned to `<3.14`)
- Python 3.10 – 3.13 (the project is pinned to `<3.14`)
- Poetry 1.8+ (ships with the repo via `curl -sSL https://install.python-poetry.org | python3 -`)
- An API key for your chosen model provider (see Environment Variables below)
- (Optional) AG-UI repo running locally so you can point the Dojo at these routes
Expand Down
2 changes: 1 addition & 1 deletion integrations/aws-strands/python/examples/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ readme = "README.md"
packages = [{ include = "server" }]

[tool.poetry.dependencies]
python = "<3.14,>=3.12"
python = "<3.14,>=3.10"
ag-ui-protocol = "^0.1.10"
fastapi = "^0.115.12"
uvicorn = "^0.34.3"
Expand Down
2 changes: 1 addition & 1 deletion integrations/aws-strands/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license-files = ["LICENSE"]
authors = [
{ name = "AG-UI Contributors" }
]
requires-python = ">=3.12, <3.14"
requires-python = ">=3.10, <3.14"
dependencies = [
"ag-ui-a2ui-toolkit>=0.0.4",
"ag-ui-protocol>=0.1.18",
Expand Down
Loading