Download Latest Version Flower 1.36.0 source code.zip (94.4 MB) Google Add to Preferred Sources
Home / framework-1.34.0
Name Modified Size InfoDownloads / Week
Parent folder
flwr-1.34.0-py3-none-any.whl 2026-08-19 1.1 MB
flwr-1.34.0.tar.gz 2026-08-19 627.5 kB
Flower 1.34.0 source code.tar.gz 2026-08-18 92.1 MB
Flower 1.34.0 source code.zip 2026-08-18 94.0 MB
README.md 2026-08-18 10.5 kB
Totals: 5 Items   187.8 MB 2

Thanks to our contributors

We would like to give our special thanks to all the contributors who made the new version of Flower possible (in git shortlog order):

Charles Beauville, Chong Shen Ng, Daniel J. Beutel, Daniel Nata Nugraha, Heng Pan, Javier, Mohammad Naseri, Stephane Moroso, Taner Topal, William Lindskog

What's new?

PostgreSQL-backed deployments can now dispatch automations correctly, and existing SQLite automation timestamps are normalized during upgrades. CoreState, LinkState, and ObjectStore now standardize on declarative SQLAlchemy models and model-backed reads and writes, improving consistency across database backends while preserving atomic lifecycle transitions.

Control API OIDC enablement now uses FLWR_OIDC_ENABLED, while HTTP authentication uses standard Bearer-token handling and FastAPI error responses. Obsolete authentication configuration, endpoints, and authorization paths have been removed.

  • Compute privacy loss with RDP accounting (research preview) (#7884)

Flower now includes the core Rényi differential privacy accounting primitives for computing and composing ε and δ across private releases. Integration with strategies is not included in this release.

Rerunnable workflows now prepare, validate, and finalize Framework minor releases from a fixed main commit while preserving human changelog edits. Deterministic version updates, commit-addressed and reusable artifacts, and retry-safe publication reduce release overhead and support more frequent Flower releases.

Flower now records apps launched in a federation and lets federation members list them through the Control API. New state operations and API scaffolding cover adding and removing apps, while federation responses report whether users can invite members or add SuperNodes, laying the groundwork for managing Flower Apps at the federation level.

ServerAppIo and ClientAppIo now share the same Runtime gRPC service contract and terminology across SuperLink and SuperNode. Existing CLI flags and configuration names remain unchanged for compatibility.

Flower is preparing to replace the Runtime API's gRPC transport with HTTP. This release adds transport-neutral handlers, FastAPI routes for SuperLink and SuperNode, and httpx-based clients, including complete SuperLink Runtime calls, shared TLS-aware client construction, and task heartbeat support, while retaining the existing gRPC path during the transition.

  • Choose an agent in flwr chat (experimental) (#7787)

Use the new @ selector to choose an available agent for subsequent chat runs. The flwr CLI fetches the choices from the SuperLink and continues to use Flower Agent by default.

  • Learn how to use Flower Agent in the browser and CLI (experimental) (#7901)

New Flower Agent documentation provides a browser-first quickstart, a refreshed terminal tutorial with screenshots, introductory agent and federation concepts, and troubleshooting guidance.

AgentApps can now use OAuth connectors for Slack, Notion, GitHub, and Attio. Shared OAuth configuration and runtime tool expansion provide consistent authentication and connector availability across these integrations. Connector schemas now reject invalid empty or undeclared values, and connector listing and use are restricted to personal federations.

As always, many parts of the Flower framework and quality infrastructure were improved and updated.

Incompatible changes

  • Remove Flower Intelligence (#7778)

With the introduction of Flower Agent, we are retiring Flower Intelligence. Flower Intelligence is no longer part of this repository; its Kotlin, Swift, and TypeScript SDKs, examples, documentation, and release tooling have been removed.

Source: README.md, updated 2026-08-18