tiangolo / fastapi

FastAPI framework, high performance, easy to learn, fast to code, ready for production
https://fastapi.tiangolo.com/
MIT License
73.13k stars 6.16k forks source link

Exclude orjson from dependencies in PyPy environments #11689

Closed rkrell closed 2 weeks ago

rkrell commented 3 weeks ago

fastapi 0.111.0 could not be built in a PyPy venv due to a officially defined incompatibility of orjson to PyPy. This changes makes fastapi usable again in PyPy.

Resolved discussion #11659.

tiangolo commented 3 weeks ago

📝 Docs preview for commit 32b74879551ac2ba513022937d21bdd4d3188d45 at: https://36b7bf77.fastapitiangolo.pages.dev

tiangolo commented 2 weeks ago

📝 Docs preview for commit 8252dc94b91439e782fc2b10e0eb9418759ff466 at: https://85e32d03.fastapitiangolo.pages.dev