From 8880ae5e47dafeba347aefb2dff893b5fd36d7ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20S=C3=A1nchez?= Date: Thu, 16 Jul 2026 13:51:49 +0200 Subject: [PATCH] build: bump pyfly to v26.07.01 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pick up the pyfly NEVER_REDACT fix: trace_id/span_id correlation keys are no longer mutilated by PII redaction (Presidio PHONE pattern), restoring log↔trace correlation. Bumps the [tool.uv.sources] git tag and the dependency floor; only pyfly changes in the lock. --- pyproject.toml | 4 ++-- uv.lock | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 017116d..a78a694 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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. @@ -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] diff --git a/uv.lock b/uv.lock index 7e822a1..babae88 100644 --- a/uv.lock +++ b/uv.lock @@ -1539,7 +1539,7 @@ requires-dist = [ { name = "pydantic", specifier = ">=2.10.0" }, { name = "pydantic-ai-slim", extras = ["anthropic", "openai", "bedrock"], specifier = ">=1.56.0" }, { name = "pydantic-settings", specifier = ">=2.7.0" }, - { name = "pyfly", extras = ["fastapi", "web", "observability", "security", "data-relational", "postgresql", "eda", "redis", "client", "scheduling", "cli"], git = "https://github.com/fireflyframework/fireflyframework-pyfly.git?tag=v26.06.106" }, + { name = "pyfly", extras = ["fastapi", "web", "observability", "security", "data-relational", "postgresql", "eda", "redis", "client", "scheduling", "cli"], git = "https://github.com/fireflyframework/fireflyframework-pyfly.git?tag=v26.07.01" }, { name = "pymupdf", specifier = ">=1.24" }, { name = "pypdf", specifier = ">=4.3.0" }, { name = "pyright", marker = "extra == 'dev'", specifier = ">=1.1" }, @@ -3942,8 +3942,8 @@ wheels = [ [[package]] name = "pyfly" -version = "26.6.106" -source = { git = "https://github.com/fireflyframework/fireflyframework-pyfly.git?tag=v26.06.106#1ab27f0fc585fac0184816fb58fbc54bd438cacf" } +version = "26.7.1" +source = { git = "https://github.com/fireflyframework/fireflyframework-pyfly.git?tag=v26.07.01#244d3a2be6cb440e121744f7078330337ff40c03" } dependencies = [ { name = "pydantic" }, { name = "pyyaml" },