stable

fastapi-cli-0.0.14-1.fc43, fastapi-cloud-cli-0.3.1-1.fc43, & 45 more

FEDORA-2025-4154ea83d0 created by decathorpe 2 months ago for Fedora 43

uv / python-uv-build 0.9.5

https://github.com/astral-sh/uv/blob/0.9.5/CHANGELOG.md


ruff 0.14.2

https://github.com/astral-sh/ruff/blob/0.14.2/CHANGELOG.md


Pydantic 2.12.3

Blog post


maturin 1.9.6

https://github.com/PyO3/maturin/blob/v1.9.6/Changelog.md


python-typing-inspection 0.4.2 (2025-10-01)

  • Add typing_objects.is_noextraitems()

python-jiter 0.11.0

https://github.com/pydantic/jiter/releases/tag/v0.11.0


python-pydantic-extra-types 2.10.6

https://github.com/pydantic/pydantic-extra-types/releases/tag/v2.10.6


Typer

0.20.0

Features

  • ✨ Enable command suggestions on typo by default.

Upgrades

  • ⬆️ Add (official) support for Python 3.14.

Internal

Assorted small enhancements.


FastAPI

0.120.1

Upgrades

  • ⬆️ Bump Starlette to <0.50.0.

Internal

  • 🔧 Add license and license-files to pyproject.toml, remove License from classifiers.

0.120.0

There are no major nor breaking changes in this release. ☕️

The internal reference documentation now uses annotated_doc.Doc instead of typing_extensions.Doc, this adds a new (very small) dependency on annotated-doc, a package made just to provide that Doc documentation utility class.

I would expect typing_extensions.Doc to be deprecated and then removed at some point from typing_extensions, for that reason there's the new annotated-doc micro-package. If you are curious about this, you can read more in the repo for annotated-doc.

This new version 0.120.0 only contains that transition to the new home package for that utility class Doc.

Translations, Internal

Assorted improvements.

0.119.1

Fixes

  • 🐛 Fix internal Pydantic v1 compatibility (warnings) for Python 3.14 and Pydantic 2.12.1.

Docs, Internal

Assorted improvements.

0.119.0

FastAPI now (temporarily) supports both Pydantic v2 models and pydantic.v1 models at the same time in the same app, to make it easier for any FastAPI apps still using Pydantic v1 to gradually but quickly migrate to Pydantic v2.

Features

  • ✨ Add support for from pydantic.v1 import BaseModel, mixed Pydantic v1 and v2 models in the same app.

0.118.3

Upgrades

  • Add (official) support for Python 3.14.

0.118.2

Fixes

  • 🐛 Fix tagged discriminated union not recognized as body field.

0.118.1

Upgrades

  • 👽️ Ensure compatibility with Pydantic 2.12.0.

Docs, Translations, Internal

Assorted bugfixes and enhancements.

0.118.0

Fixes

  • 🐛 Fix support for StreamingResponses with dependencies with yield or UploadFiles, close after the response is done.

Before FastAPI 0.118.0, if you used a dependency with yield, it would run the exit code after the path operation function returned but right before sending the response.

This change also meant that if you returned a StreamingResponse, the exit code of the dependency with yield would have been already run.

For example, if you had a database session in a dependency with yield, the StreamingResponse would not be able to use that session while streaming data because the session would have already been closed in the exit code after yield.

This behavior was reverted in 0.118.0, to make the exit code after yield be executed after the response is sent.

You can read more about it in the docs for Advanced Dependencies - Dependencies with yield, HTTPException, except and Background Tasks. Including what you could do if you wanted to close a database session earlier, before returning the response to the client.

Docs, Translations, Internal

Assorted bugfixes and enhancements.


Starlette

0.49.1 (October 28, 2025)

This release fixes a security vulnerability in the parsing logic of the Range header in FileResponse.

You can view the full security advisory: GHSA-7f5h-v6xp-fcq8

Fixed

  • Optimize the HTTP ranges parsing logic.

0.49.0 (October 28, 2025)

Added

  • Add encoding parameter to Config class.
  • Support multiple cookie headers in Request.cookies.
  • Use Literal type for WebSocketEndpoint encoding values.

Changed

  • Do not pollute exception context in Middleware when using BaseHTTPMiddleware.

FastAPI CLI

0.0.14

Upgrades

  • ⬆️ Add support for Python 3.13 and 3.14.

FastAPI Cloud CLI

0.3.1

Fixes

  • 🐛 Fix login url not linked correctly.

Refactors

  • ♻️ Refactor env vars creation.
  • 🔥 Remove env vars from deploy workflow.

Internal

  • ♻️ Log files added to archive in debug mode.
  • ✅ Add test to make sure .fastapicloudignore can override .gitignore.

0.3.0

Features

  • ✨ Add support for .fastapicloudignore file.

0.2.1

Features

  • ✨ Add support for verification statuses.

python-rignore

0.7.1

  • Add support for overrides

0.7.0

  • Update PyO3 to 0.26

python-inline-snapshot

0.30.1 — 2025-10-20

Fixed

  • Disable ensure ascii in json.dump to support non-ASCII characters in external files

0.30.0 — 2025-10-15

Added

  • The test-dir config option can now also be a list of paths
  • added (official) Python 3.14 support

0.29.4 — 2025-10-13

Changed

  • External.run_inline() now uses the same logic as External.run_pytest.

Fixed

  • inline-snapshot now supports different Python file encodings and recognizes encoding comments such as # -*- coding: windows-1251 -*-

0.29.3 — 2025-10-04

Fixed

  • xdist is now detected properly.

0.29.2 — 2025-10-01

Fixed

  • fixed string formatting with black which caused invalid snapshots

rust-regex 1.11.3 (2025-09-25)

This is a small patch release with an improvement in memory usage in some cases.

Improvements:

  • Improve memory usage by trimming excess memory capacity in some spots.

rust-speedate 0.17.0

  • feat: add new from float with config func
  • Derive Copy on Date, Time and DateTime

rust-astral-tokio-tar 0.5.6

  • Fixed a parser desynchronization vulnerability when reading tar archives that contain mismatched size information in PAX/ustar headers.

    This vulnerability is being tracked as GHSA-j5gw-2vrg-8fgx and CVE-2025-62518.


  • Update rust-regex-automata to 0.4.11
  • Update rust-serde_json to 1.0.145
  • Update rust-tikv-jemallocator and rust-tikv-jemalloc-sys to 0.6.1
  • Update python-pydantic-core to 2.41.4
  • Update openapi-python-client to 0.26.2 and patch it to allow ruff 0.14 and typer 0.20
  • Initial package for python-cron-converter
  • Initial packages for a number of new Rust library dependencies for ruff and uv

How to install

Updates may require up to 24 hours to propagate to mirrors. If the following command doesn't work, please retry later:

sudo dnf upgrade --refresh --advisory=FEDORA-2025-4154ea83d0

This update's test gating status has been changed to 'waiting'.

2 months ago

This update has been submitted for testing by bodhi.

2 months ago

This update's test gating status has been changed to 'ignored'.

2 months ago

music edited this update.

New build(s):

  • python-typing-inspection-0.4.2-1.fc43

Karma has been reset.

2 months ago

music edited this update.

New build(s):

  • python-jiter-0.11.0-1.fc43

Karma has been reset.

2 months ago

This update has been pushed to testing.

a month ago

music edited this update.

a month ago

music edited this update.

New build(s):

  • rust-regex-1.11.3-1.fc43
  • rust-serde_json-1.0.145-1.fc43
  • rust-regex-automata-0.4.11-1.fc43

Karma has been reset.

a month ago

This update has been submitted for testing by music.

a month ago
User Icon besser82 commented & provided feedback a month ago
karma

Works great! LGTM! =)

music edited this update.

New build(s):

  • python-pydantic-2.12.0-1.fc43
  • python-pydantic-core-2.41.1-1.fc43
  • rust-speedate-0.17.0-1.fc43

Karma has been reset.

a month ago

music edited this update.

a month ago

music edited this update.

New build(s):

  • python-pydantic-extra-types-2.10.6-2.fc43
  • python-cron-converter-1.2.2-1.fc43

Karma has been reset.

a month ago

This update has obsoleted python-pydantic-extra-types-2.10.6-1.fc43, and has inherited its bugs and notes.

a month ago

music edited this update.

a month ago

This update has been pushed to testing.

a month ago

This update's test gating status has been changed to 'waiting'.

a month ago

This update's test gating status has been changed to 'ignored'.

a month ago

music edited this update.

New build(s):

  • python-pydantic-2.12.1-1.fc43
  • python-pydantic-core-2.41.3-1.fc43

Removed build(s):

  • python-pydantic-2.12.0-1.fc43
  • python-pydantic-core-2.41.1-1.fc43

Karma has been reset.

a month ago

This update has been submitted for testing by music.

a month ago

music edited this update.

New build(s):

  • python-pydantic-2.12.2-1.fc43
  • python-pydantic-core-2.41.4-1.fc43

Removed build(s):

  • python-pydantic-2.12.1-1.fc43
  • python-pydantic-core-2.41.3-1.fc43

Karma has been reset.

a month ago

This update has been pushed to testing.

a month ago

music edited this update.

New build(s):

  • fastapi-cloud-cli-0.3.1-1.fc43
  • python-fastapi-0.119.0-1.fc43
  • python-rignore-0.7.0-1.fc43

Karma has been reset.

a month ago

This update has been submitted for testing by music.

a month ago

music edited this update.

New build(s):

  • python-inline-snapshot-0.30.0-1.fc43

Karma has been reset.

a month ago

music edited this update.

New build(s):

  • python-rignore-0.7.1-1.fc43

Removed build(s):

  • python-rignore-0.7.0-1.fc43

Karma has been reset.

a month ago

music edited this update.

a month ago

This update has been pushed to testing.

a month ago

music edited this update.

New build(s):

  • python-jiter-0.11.1-1.fc43
  • rust-jiter-0.11.1-1.fc43

Removed build(s):

  • python-jiter-0.11.0-1.fc43

Karma has been reset.

a month ago

This update has been submitted for testing by music.

a month ago

This update has been pushed to testing.

a month ago

music edited this update.

New build(s):

  • maturin-1.9.6-1.fc43

Removed build(s):

  • maturin-1.9.4-1.fc43

Karma has been reset.

a month ago

This update has been submitted for testing by music.

a month ago

music edited this update.

New build(s):

  • python-pydantic-2.12.3-1.fc43

Removed build(s):

  • python-pydantic-2.12.2-1.fc43

Karma has been reset.

a month ago

music edited this update.

New build(s):

  • python-fastapi-0.119.0-2.fc43

Removed build(s):

  • python-fastapi-0.119.0-1.fc43

Karma has been reset.

a month ago

This update has been pushed to testing.

a month ago

music edited this update.

New build(s):

  • python-inline-snapshot-0.30.1-1.fc43

Removed build(s):

  • python-inline-snapshot-0.30.0-1.fc43

Karma has been reset.

a month ago

This update has been submitted for testing by music.

a month ago

music edited this update.

New build(s):

  • python-fastapi-0.119.1-1.fc43

Removed build(s):

  • python-fastapi-0.119.0-2.fc43

Karma has been reset.

a month ago

This update has been pushed to testing.

a month ago

music edited this update.

New build(s):

  • fastapi-cli-0.0.14-1.fc43

Karma has been reset.

a month ago

This update has been submitted for testing by music.

a month ago

music edited this update.

New build(s):

  • rust-reqsign-core-1.0.0-1.fc43
  • rust-attribute-derive-macro-0.10.5-1.fc43
  • rust-tikv-jemalloc-sys-0.6.1-1.fc43
  • rust-reqsign-aws-v4-1.0.0-1.fc43
  • rust-reqsign-command-execute-tokio-1.0.0-1.fc43
  • rust-get-size2-0.7.0-2.fc43
  • rust-tikv-jemallocator-0.6.1-1.fc43
  • rust-manyhow-macros-0.11.4-1.fc43
  • rust-reqsign-file-read-tokio-1.0.0-1.fc43
  • rust-quote-use-macros-0.8.4-1.fc43
  • rust-quote-use-0.8.4-2.fc43
  • rust-interpolator-0.5.0-3.fc43
  • rust-get-size-derive2-0.7.0-1.fc43
  • rust-reqsign-http-send-reqwest-1.0.0-1.fc43
  • rust-collection_literals-1.0.3-1.fc43
  • rust-attribute-derive-0.10.5-1.fc43
  • rust-proc-macro-utils-0.10.0-1.fc43
  • rust-manyhow-0.11.4-1.fc43

Karma has been reset.

a month ago

music edited this update.

New build(s):

  • openapi-python-client-0.26.2-4.fc43
  • python-typer-0.20.0-1.fc43

Karma has been reset.

a month ago

This update has obsoleted openapi-python-client-0.26.2-2.fc43, and has inherited its bugs and notes.

a month ago

music edited this update.

a month ago

music edited this update.

a month ago

music edited this update.

a month ago

music edited this update.

a month ago

This update has been pushed to testing.

a month ago

music edited this update.

New build(s):

  • ruff-0.14.1-1.fc43

Karma has been reset.

a month ago

This update has been submitted for testing by music.

a month ago

music edited this update.

New build(s):

  • rust-astral-tokio-tar-0.5.6-1.fc43

Karma has been reset.

a month ago

music edited this update.

a month ago

music edited this update.

New build(s):

  • rust-reqsign-0.17.0-1.fc43

Karma has been reset.

a month ago

music edited this update.

a month ago

music edited this update.

a month ago

This update has been pushed to testing.

a month ago

music edited this update.

New build(s):

  • ruff-0.14.1-2.fc43
  • uv-0.8.24-1.fc43
  • python-uv-build-0.8.24-1.fc43

Removed build(s):

  • ruff-0.14.1-1.fc43

Karma has been reset.

a month ago

This update has been submitted for testing by music.

a month ago

music edited this update.

a month ago

This update has been pushed to testing.

a month ago

music edited this update.

a month ago

music edited this update.

a month ago

music edited this update.

New build(s):

  • ruff-0.14.2-1.fc43
  • gherkin-35.1.0-2.fc43

Removed build(s):

  • ruff-0.14.1-2.fc43

Karma has been reset.

a month ago

This update has been submitted for testing by music.

a month ago

This update has been pushed to testing.

a month ago

music edited this update.

New build(s):

  • uv-0.9.5-1.fc43
  • python-uv-build-0.9.5-1.fc43
  • rust-reqsign-0.18.0-1.fc43
  • rust-reqsign-aws-v4-2.0.0-1.fc43
  • rust-reqsign-http-send-reqwest-2.0.0-1.fc43
  • rust-reqsign-file-read-tokio-2.0.0-1.fc43
  • rust-reqsign-command-execute-tokio-2.0.0-1.fc43
  • rust-reqsign-core-2.0.0-1.fc43

Removed build(s):

  • python-uv-build-0.8.24-1.fc43
  • rust-reqsign-0.17.0-1.fc43
  • rust-reqsign-aws-v4-1.0.0-1.fc43
  • rust-reqsign-command-execute-tokio-1.0.0-1.fc43
  • rust-reqsign-core-1.0.0-1.fc43
  • rust-reqsign-file-read-tokio-1.0.0-1.fc43
  • rust-reqsign-http-send-reqwest-1.0.0-1.fc43
  • uv-0.8.24-1.fc43

Karma has been reset.

a month ago

This update has been submitted for testing by music.

a month ago

music edited this update.

a month ago
User Icon music commented & provided feedback a month ago

It’s unfortunate that I had to combine so many updates together, but there are various interlinked dependencies, and many upstreams shipped significant releases around the time Python 3.14 final came out, which also coincided with the F43 Final Freeze. Since many of these updates related to improved Python 3.14 support, delaying them didn’t make sense either.

With ruff and uv now both fully up to date, I’m going to try to stop editing this so that it can go stable close to Fedora 43’s release date. I’ve assembled this update carefully, but testing is certainly appreciated!

This update has been pushed to testing.

a month ago

music edited this update.

a month ago

music edited this update.

New build(s):

  • python-openapi-core-0.19.5-9.fc43
  • python-platformio-6.1.18-7.fc43
  • python-fastapi-0.120.1-1.fc43
  • python-annotated-doc-0.0.3-2.fc43
  • python-starlette-0.49.1-1.fc43

Removed build(s):

  • python-fastapi-0.119.1-1.fc43

Karma has been reset.

a month ago

This update has been submitted for testing by music.

a month ago
User Icon music commented & provided feedback a month ago

With some regret, I edited this yet again, in order to expedite a security fix for https://www.cve.org/CVERecord?id=CVE-2025-62727 in Starlette.

This update has been pushed to testing.

a month ago
User Icon decathorpe commented & provided feedback a month ago

Looks good to me (though +1 karma on "my" own update doesn't do anything) ...

User Icon music provided feedback a month ago
karma
BZ#2360699 ruff-0.14.1 is available
BZ#2371174 maturin-1.9.4 is available
BZ#2395006 rust-serde_json-1.0.145 is available
BZ#2395167 python-jiter-0.11.0 is available
BZ#2398117 rust-regex-1.11.3 is available
BZ#2398118 rust-regex-automata-0.4.11 is available
BZ#2398161 fastapi-cloud-cli-0.2.1 is available
BZ#2400050 python-fastapi-0.118.0 is available
BZ#2400578 python-typing-inspection-0.4.2 is available
BZ#2400943 python-inline-snapshot-0.29.2 is available
BZ#2401013 python-rignore-0.7.0 is available
BZ#2401022 fastapi-cloud-cli-0.3.0 is available
BZ#2401408 maturin-1.9.6 is available
BZ#2401439 python-inline-snapshot-0.29.3 is available
BZ#2402439 python-pydantic-extra-types-2.10.6 is available
BZ#2402441 rust-reqsign-core-2.0.0 is available
BZ#2402442 rust-reqsign-command-execute-tokio-2.0.0 is available
BZ#2402443 rust-reqsign-http-send-reqwest-2.0.0 is available
BZ#2402479 python-fastapi-0.118.1 is available
BZ#2402494 Review Request: python-cron-converter - Cron string parser and scheduler for Python
BZ#2402517 python-fastapi-0.118.2 is available
BZ#2402725 fastapi-cloud-cli-0.3.1 is available
BZ#2402881 python-uv-build-0.9.5 is available
BZ#2402923 uv-0.9.5 is available
BZ#2403079 python-fastapi-0.118.3 is available
BZ#2403294 python-fastapi-0.119.0 is available
BZ#2403490 python-inline-snapshot-0.29.4 is available
BZ#2403670 python-pydantic-2.12.1 is available
BZ#2403839 python-pydantic-2.12.2 is available
BZ#2404080 python-inline-snapshot-0.30.0 is available
BZ#2404311 python-rignore-0.7.1 is available
BZ#2404693 python-jiter-0.11.1 is available
BZ#2404731 python-pydantic-2.12.3 is available
BZ#2405079 python-fastapi-0.119.1 is available
BZ#2405080 python-inline-snapshot-0.30.1 is available
BZ#2405109 fastapi-cli-0.0.14 is available
BZ#2405172 python-typer-0.20.0 is available
BZ#2406135 ruff-0.14.2 is available
BZ#2406610 python-fastapi-0.120.1 is available
BZ#2406784 python-starlette-0.49.1 is available

This update has been submitted for stable by bodhi.

a month ago
User Icon music commented & provided feedback a month ago

Normally I wouldn’t +1 an update that I am primarily responsible for, but with @decathorpe’s +1 above, I think it’s justifiable in this case.

This update has been pushed to stable.

a month ago

Please log in to add feedback.

Metadata
Type
security
Severity
high
Karma
1
Signed
Content Type
RPM
Test Gating
Autopush Settings
Unstable by Karma
-3
Stable by Karma
1
Stable by Time
7 days
Dates
submitted
2 months ago
in testing
a month ago
in stable
a month ago
modified
a month ago
approved
a month ago
Builds
47
BZ#2360699 ruff-0.14.1 is available
0
0
BZ#2371174 maturin-1.9.4 is available
0
0
BZ#2395006 rust-serde_json-1.0.145 is available
0
0
BZ#2395167 python-jiter-0.11.0 is available
0
0
BZ#2398117 rust-regex-1.11.3 is available
0
0
BZ#2398118 rust-regex-automata-0.4.11 is available
0
0
BZ#2398161 fastapi-cloud-cli-0.2.1 is available
0
0
BZ#2400050 python-fastapi-0.118.0 is available
0
0
BZ#2400578 python-typing-inspection-0.4.2 is available
0
0
BZ#2400943 python-inline-snapshot-0.29.2 is available
0
0
BZ#2401013 python-rignore-0.7.0 is available
0
0
BZ#2401022 fastapi-cloud-cli-0.3.0 is available
0
0
BZ#2401408 maturin-1.9.6 is available
0
0
BZ#2401439 python-inline-snapshot-0.29.3 is available
0
0
BZ#2402439 python-pydantic-extra-types-2.10.6 is available
0
0
BZ#2402441 rust-reqsign-core-2.0.0 is available
0
0
BZ#2402442 rust-reqsign-command-execute-tokio-2.0.0 is available
0
0
BZ#2402443 rust-reqsign-http-send-reqwest-2.0.0 is available
0
0
BZ#2402479 python-fastapi-0.118.1 is available
0
0
BZ#2402494 Review Request: python-cron-converter - Cron string parser and scheduler for Python
0
0
BZ#2402517 python-fastapi-0.118.2 is available
0
0
BZ#2402725 fastapi-cloud-cli-0.3.1 is available
0
0
BZ#2402881 python-uv-build-0.9.5 is available
0
0
BZ#2402923 uv-0.9.5 is available
0
0
BZ#2403079 python-fastapi-0.118.3 is available
0
0
BZ#2403294 python-fastapi-0.119.0 is available
0
0
BZ#2403490 python-inline-snapshot-0.29.4 is available
0
0
BZ#2403670 python-pydantic-2.12.1 is available
0
0
BZ#2403839 python-pydantic-2.12.2 is available
0
0
BZ#2404080 python-inline-snapshot-0.30.0 is available
0
0
BZ#2404311 python-rignore-0.7.1 is available
0
0
BZ#2404693 python-jiter-0.11.1 is available
0
0
BZ#2404731 python-pydantic-2.12.3 is available
0
0
BZ#2405079 python-fastapi-0.119.1 is available
0
0
BZ#2405080 python-inline-snapshot-0.30.1 is available
0
0
BZ#2405109 fastapi-cli-0.0.14 is available
0
0
BZ#2405172 python-typer-0.20.0 is available
0
0
BZ#2406135 ruff-0.14.2 is available
0
0
BZ#2406610 python-fastapi-0.120.1 is available
0
0
BZ#2406784 python-starlette-0.49.1 is available
0
0

Automated Test Results