Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
ultimatecode
/
fastapi
Public
forked from
fastapi/fastapi
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
fastapi
fastapi
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 28, 2023
🔖 Release 0.103.2
tiangolo
committed
1bf5e7a
View commit details
Copy full SHA for 1bf5e7a
View code at this point
Browse repository at this point
⬆️ Upgrade compatibility with Pydantic v2.4, new renamed functions and JSON Schema input/output models with default values (#10344)
Show description for bc935e0
tiangolo
authored
bc935e0
View commit details
Copy full SHA for bc935e0
View code at this point
Browse repository at this point
Commits on Sep 2, 2023
🔖 Release version 0.103.1
tiangolo
committed
bfde8f3
View commit details
Copy full SHA for bfde8f3
View code at this point
Browse repository at this point
✏️ Fix typos in comment in `fastapi/applications.py` (#10045)
AhsanSheraz
authored
9fc33f8
View commit details
Copy full SHA for 9fc33f8
View code at this point
Browse repository at this point
Commits on Aug 26, 2023
🔖 Release version 0.103.0
tiangolo
committed
415eb14
View commit details
Copy full SHA for 415eb14
View code at this point
Browse repository at this point
✨ Add support for `openapi_examples` in all FastAPI parameters (#10152)
Show description for 1b714b3
tiangolo
authored
1b714b3
View commit details
Copy full SHA for 1b714b3
View code at this point
Browse repository at this point
Commits on Aug 25, 2023
🔖 Release version 0.102.0
tiangolo
committed
9cf9e10
View commit details
Copy full SHA for 9cf9e10
View code at this point
Browse repository at this point
✨ Add support for disabling the separation of input and output JSON Schemas in OpenAPI with Pydantic v2 (#10145)
Show description for ea43f22
tiangolo
authored
ea43f22
View commit details
Copy full SHA for ea43f22
View code at this point
Browse repository at this point
Commits on Aug 14, 2023
🔖 Release version 0.101.1
tiangolo
committed
63e7edb
View commit details
Copy full SHA for 63e7edb
View code at this point
Browse repository at this point
✨ Add `ResponseValidationError` printable details, to show up in server error logs (#10078)
tiangolo
authored
5e8f7f1
View commit details
Copy full SHA for 5e8f7f1
View code at this point
Browse repository at this point
Commits on Aug 5, 2023
✏️ Fix typo in deprecation warnings in `fastapi/params.py` (#9854)
Show description for bdd9912
russbiggs
authored
bdd9912
View commit details
Copy full SHA for bdd9912
View code at this point
Browse repository at this point
✏️ Fix typos in comments on internal code in `fastapi/concurrency.py` and `fastapi/routing.py` (#9590)
Show description for 5e59acd
ElliottLarsen
and
Kludex
authored
5e59acd
View commit details
Copy full SHA for 5e59acd
View code at this point
Browse repository at this point
Commits on Aug 4, 2023
🔖 Release version 0.101.0
tiangolo
committed
8adbafc
View commit details
Copy full SHA for 8adbafc
View code at this point
Browse repository at this point
✨ Enable Pydantic's serialization mode for responses, add support for Pydantic's `computed_field`, better OpenAPI for response models, proper required attributes, better generated clients (#10011)
Show description for 19a2c3b
tiangolo
authored
19a2c3b
View commit details
Copy full SHA for 19a2c3b
View code at this point
Browse repository at this point
Commits on Jul 27, 2023
🔖 Release version 0.100.1
tiangolo
committed
8d27236
View commit details
Copy full SHA for 8d27236
View code at this point
Browse repository at this point
🐛 Replace `MultHostUrl` to `AnyUrl` for compatibility with older versions of Pydantic v1 (#9852)
Kludex
authored
6c99e90
View commit details
Copy full SHA for 6c99e90
View code at this point
Browse repository at this point
Commits on Jul 7, 2023
🔖 Release version 0.100.0
tiangolo
committed
f8356d9
View commit details
Copy full SHA for f8356d9
View code at this point
Browse repository at this point
✨ Add support for Pydantic v2 (#9816)
Show description for 0976185
4 people
authored
0976185
View commit details
Copy full SHA for 0976185
View code at this point
Browse repository at this point
Commits on Jul 2, 2023
🔖 Release version 0.99.1
tiangolo
committed
dd4e78c
View commit details
Copy full SHA for dd4e78c
View code at this point
Browse repository at this point
🐛 Fix JSON Schema accepting bools as valid JSON Schemas, e.g. `additionalProperties: false` (#9781)
Show description for 07e1dea
tiangolo
authored
07e1dea
View commit details
Copy full SHA for 07e1dea
View code at this point
Browse repository at this point
Commits on Jun 30, 2023
🔖 Release version 0.99.0
tiangolo
committed
983f1d3
View commit details
Copy full SHA for 983f1d3
View code at this point
Browse repository at this point
✨ Add support for OpenAPI 3.1.0 (#9770)
Show description for 7dad5a8
tiangolo
authored
7dad5a8
View commit details
Copy full SHA for 7dad5a8
View code at this point
Browse repository at this point
Commits on Jun 28, 2023
✨ Add support for `deque` objects and children in `jsonable_encoder` (#9433)
Show description for 1f21b16
cranium
and
tiangolo
authored
1f21b16
View commit details
Copy full SHA for 1f21b16
View code at this point
Browse repository at this point
Commits on Jun 22, 2023
🔖 Release version 0.98.0
tiangolo
committed
4721405
View commit details
Copy full SHA for 4721405
View code at this point
Browse repository at this point
✨ Add allow disabling `redirect_slashes` at the FastAPI app level (#3432)
Show description for e94c13c
cyberlis
and
tiangolo
authored
e94c13c
View commit details
Copy full SHA for e94c13c
View code at this point
Browse repository at this point
Commits on Jun 11, 2023
🔖 Release version 0.97.0
tiangolo
committed
3293510
View commit details
Copy full SHA for 3293510
View code at this point
Browse repository at this point
⬆️ Upgrade and fully migrate to Ruff, remove isort, includes a couple of tweaks suggested by the new version of Ruff (#9660)
tiangolo
authored
7167c77
View commit details
Copy full SHA for 7167c77
View code at this point
Browse repository at this point
♻️ Update internal type annotations and upgrade mypy (#9658)
tiangolo
authored
4ac55af
View commit details
Copy full SHA for 4ac55af
View code at this point
Browse repository at this point
♻️ Simplify `AsyncExitStackMiddleware` as without Python 3.6 `AsyncExitStack` is always available (#9657)
Show description for 17e49bc
tiangolo
authored
17e49bc
View commit details
Copy full SHA for 17e49bc
View code at this point
Browse repository at this point
✨ Add support for `dependencies` in WebSocket routes (#4534)
Show description for d8b8f21
paulo-raca
and
tiangolo
authored
d8b8f21
View commit details
Copy full SHA for d8b8f21
View code at this point
Browse repository at this point
✨ Add exception handler for `WebSocketRequestValidationError` (which also allows to override it) (#6030)
Show description for ab03f22
3 people
authored
ab03f22
View commit details
Copy full SHA for ab03f22
View code at this point
Browse repository at this point
Commits on Jun 10, 2023
🔖 Release version 0.96.1
tiangolo
committed
19347bf
View commit details
Copy full SHA for 19347bf
View code at this point
Browse repository at this point
🐛 Fix `HTTPException` header type annotations (#9648)
tiangolo
authored
6dd8e56
View commit details
Copy full SHA for 6dd8e56
View code at this point
Browse repository at this point
♻ Remove `media_type` from `ORJSONResponse` as it's inherited from the parent class (#5805)
Show description for 52fd0af
Kludex
and
tiangolo
authored
52fd0af
View commit details
Copy full SHA for 52fd0af
View code at this point
Browse repository at this point
♻ Instantiate `HTTPException` only when needed, optimization refactor (#5356)
Show description for 010d44e
pawamoy
and
tiangolo
authored
010d44e
View commit details
Copy full SHA for 010d44e
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.