Browse Source

Fix redirect ultrajson

pull/15967/head
Yurii Motov 2 weeks ago
parent
commit
6ea30b4559
  1. 2
      README.md
  2. 2
      docs/en/docs/index.md

2
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

2
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 }

Loading…
Cancel
Save