Skip to content
Merged
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
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies = [
# so a fresh ``uv sync`` is enough to boot the full stack. The ``web``
# extra declares starlette + uvicorn, which the worker health server
# imports directly; the floor carries ``pyfly.actuator.install_health_indicators``.
"pyfly[fastapi,web,observability,security,data-relational,postgresql,eda,redis,client,scheduling,cli]>=26.6.106",
"pyfly[fastapi,web,observability,security,data-relational,postgresql,eda,redis,client,scheduling,cli]>=26.7.1",

# GenAI metaframework -- FireflyAgent with multimodal content (BinaryContent/ImageUrl)
# over pydantic-ai. Pulls in the OpenAI / Anthropic / Bedrock providers via pydantic-ai-slim.
Expand Down Expand Up @@ -130,7 +130,7 @@ override-dependencies = [
# tags so a fresh clone, the CI lanes, and the Docker build all resolve them
# straight from GitHub without a sibling path or vendored checkout. Bump the
# pinned tag here to upgrade either framework.
pyfly = { git = "https://github.com/fireflyframework/fireflyframework-pyfly.git", tag = "v26.06.106" }
pyfly = { git = "https://github.com/fireflyframework/fireflyframework-pyfly.git", tag = "v26.07.01" }
fireflyframework-agentic = { git = "https://github.com/fireflyframework/fireflyframework-agentic.git", tag = "v26.05.30" }

[tool.hatch.build.targets.wheel]
Expand Down
6 changes: 3 additions & 3 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading