Skip to content

Releases: PrefectHQ/prefect

3.5.0 - 🎃 The Exorcism of Python 3.9 👻

31 Oct 16:58
7d86c93

Choose a tag to compare

Released on October 31, 2025

With the removal of Python 3.9 support, Prefect now requires Python 3.10 or later. This means you can finally say goodbye to from __future__ import annotations in your workflow code—native type annotations are now standard! This release also removes several long-deprecated features, including Runner functionality and system Blocks. Check the Breaking Changes section below for details.

Enhancements ➕➕

Breaking Changes ⚠️

Bug Fixes 🐞

  • Fix forward reference resolution in ValidatedFunction by @desertaxle in #19289
  • Fix datetime parameter serialization in run_deployment by @zzstoatzz in #19278
  • Fix time zone normalization bug in interval schedules by @zzstoatzz in #19301
  • Fix multiprocessing deadlock after using prefect_test_harness on Linux by @zzstoatzz in #19116

Development & Tidiness 🧹

Documentation 📓

  • Add global concurrency limits concept doc and refactor how-to guide by @desertaxle in #19231

Full Changelog: 3.4.25...3.5.0

3.4.26.dev6: Nightly Development Release

31 Oct 08:08
79232b9

Choose a tag to compare

What's Changed

Bug Fixes 🐞

  • Fix multiprocessing deadlock after using prefect_test_harness on Linux by @zzstoatzz in #19116

Uncategorized

Full Changelog: 3.4.26.dev5...3.4.26.dev6

3.4.26.dev5: Nightly Development Release

30 Oct 08:08
ee25381

Choose a tag to compare

What's Changed

Enhancements ➕➕

Bug Fixes 🐞

  • Fix time zone normalization bug in interval schedules by @zzstoatzz in #19301
  • fix: RRuleSchedule test flakiness from DST-dependent date by @zzstoatzz in #19305

Uncategorized

  • Auto-update documentation by @github-actions[bot] in #19303
  • add option to disable the Kubernetes worker observer and pod event replication by @levzem in #19282

New Contributors

Full Changelog: 3.4.26.dev4...3.4.26.dev5

3.4.26.dev4: Nightly Development Release

29 Oct 08:08
1083cf4

Choose a tag to compare

What's Changed

Development & Tidiness 🧹

Uncategorized

  • Add PREFECT_SERVER_UI_SHOW_PROMOTIONAL_CONTENT setting by @zzstoatzz in #19299
  • Auto-update documentation by @github-actions[bot] in #19300

Full Changelog: 3.4.26.dev3...3.4.26.dev4

3.4.26.dev3: Nightly Development Release

28 Oct 08:08
ccc1ce6

Choose a tag to compare

What's Changed

Enhancements ➕➕

Bug Fixes 🐞

Documentation 📓

Uncategorized

  • Auto-update documentation by @github-actions[bot] in #19291

Full Changelog: 3.4.26.dev2...3.4.26.dev3

3.4.26.dev2: Nightly Development Release

25 Oct 08:06
7fcfb7e

Choose a tag to compare

What's Changed

Development & Tidiness 🧹

Uncategorized

  • Auto-update documentation by @github-actions[bot] in #19272
  • chore(cicd): Update Dockerhub token for prefect-aws image builds by @jamiezieziula in #19274

Full Changelog: 3.4.26.dev1...3.4.26.dev2

3.4.26.dev1: Nightly Development Release

24 Oct 08:08
1e20583

Choose a tag to compare

What's Changed

Development & Tidiness 🧹

  • update typer minimum to 0.16.0 for click 8.2+ compatibility by @zzstoatzz in #19269

Full Changelog: 3.4.25...3.4.26.dev1

3.4.25 - A slice of π-thon

23 Oct 19:56
8a37e7b

Choose a tag to compare

Released on October 23, 2025

Enhancements ➕➕

Bug Fixes 🐞

Development & Tidiness 🧹

Documentation 📓

Full Changelog: 3.4.24...3.4.25

3.4.25.dev5: Nightly Development Release

22 Oct 08:09
0710939

Choose a tag to compare

What's Changed

Enhancements ➕➕

Bug Fixes 🐞

Development & Tidiness 🧹

Documentation 📓

Uncategorized

  • Auto-update documentation by @github-actions[bot] in #19234
  • Auto-update documentation by @github-actions[bot] in #19251

Full Changelog: 3.4.25.dev4...3.4.25.dev5

3.4.25.dev4: Nightly Development Release

21 Oct 08:08
ee6b6d0

Choose a tag to compare

What's Changed

Enhancements ➕➕

Bug Fixes 🐞

  • Fix GCS bundle upload/download to use filename methods by @desertaxle in #19224
  • fix gitlab credentials for self-hosted instances and deploy tokens by @zzstoatzz in #19227

Uncategorized

  • Auto-update documentation by @github-actions[bot] in #19228

New Contributors

Full Changelog: 3.4.25.dev3...3.4.25.dev4