Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔧 Migrate from Hatch to PDM for the internal build #11498

Merged
merged 11 commits into from
Apr 29, 2024
Prev Previous commit
Next Next commit
🔧 Add ujson and orjson to future standard extras as it's in the docs
  • Loading branch information
tiangolo committed Apr 29, 2024
commit ed32ce2a6eb4f521f41c1fba08cbf33bf8195b86
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 60,10 @@ Repository = "https://github.com/tiangolo/fastapi"
# "jinja2 >=2.11.2",
# # For forms and file uploads
# "python-multipart >=0.0.7",
# # For UJSONResponse
# "ujson >=4.0.1,!=4.0.2,!=4.1.0,!=4.2.0,!=4.3.0,!=5.0.0,!=5.1.0",
# # For ORJSONResponse
# "orjson >=3.2.1",
# # To validate email fields
# "email_validator >=2.0.0",
# # Uvicorn with uvloop
Expand Down
Loading