From: Yurii Motov Date: Fri, 10 Jul 2026 14:41:17 +0000 (+0200) Subject: Fix redirect ultrajson X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6ea30b455926973c5d016aee5a0a6168118b1665;p=thirdparty%2Ffastapi%2Ffastapi.git Fix redirect ultrajson --- diff --git a/README.md b/README.md index 180735f040..3fa6bb2999 100644 --- a/README.md +++ b/README.md @@ -532,7 +532,7 @@ Additional optional Pydantic dependencies: Additional optional FastAPI dependencies: * [`orjson`](https://github.com/ijl/orjson) - Required if you want to use `ORJSONResponse`. -* [`ujson`](https://github.com/esnme/ultrajson) - Required if you want to use `UJSONResponse`. +* [`ujson`](https://github.com/ultrajson/ultrajson) - Required if you want to use `UJSONResponse`. ## License diff --git a/docs/en/docs/index.md b/docs/en/docs/index.md index bbec40c2d5..7a1bb4a55b 100644 --- a/docs/en/docs/index.md +++ b/docs/en/docs/index.md @@ -578,7 +578,7 @@ Additional optional Pydantic dependencies: Additional optional FastAPI dependencies: * [`orjson`](https://github.com/ijl/orjson) - Required if you want to use `ORJSONResponse`. -* [`ujson`](https://github.com/esnme/ultrajson) - Required if you want to use `UJSONResponse`. +* [`ujson`](https://github.com/ultrajson/ultrajson) - Required if you want to use `UJSONResponse`. ## License { #license }