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 #11720

Open rkrell opened 2 weeks ago

rkrell commented 2 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.

Resolves discussion https://github.com/tiangolo/fastapi/discussions/11659.

tiangolo commented 2 weeks ago

📝 Docs preview for commit 8252dc94b91439e782fc2b10e0eb9418759ff466 at: https://3880f3c4.fastapitiangolo.pages.dev

tiangolo commented 2 weeks ago

📝 Docs preview for commit 9426427d56cd4ebc1b57eb4c2031bcdcad874557 at: https://d55701a9.fastapitiangolo.pages.dev