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 }}
Vitexus
/
python3-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
python3-fastapi
fastapi
openapi
on
optimize-workflow-cache
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 27, 2026
⚡️ Avoid flattening dependencies for OpenAPI (#16076)
tiangolo
authored
7bcb78d
View commit details
Copy full SHA for 7bcb78d
View code at this point
Browse repository at this point
⚡️ Avoid repeated dependency flattening in OpenAPI (#16067)
tiangolo
authored
d012979
View commit details
Copy full SHA for d012979
View code at this point
Browse repository at this point
Commits on Jul 24, 2026
⚡️ Reduce memory usage in dependencies (#16049)
tiangolo
authored
0270829
View commit details
Copy full SHA for 0270829
View code at this point
Browse repository at this point
Commits on Jun 18, 2026
✨ Add `iter_route_contexts()` for advanced use cases that used to use `router.routes` (e.g. Jupyverse) (#15785)
tiangolo
authored
6ac1220
View commit details
Copy full SHA for 6ac1220
View code at this point
Browse repository at this point
Commits on Jun 14, 2026
♻️ Refactor internals to preserve `APIRouter` and `APIRoute` instances (#15745)
tiangolo
authored
8e1d774
View commit details
Copy full SHA for 8e1d774
View code at this point
Browse repository at this point
Commits on May 11, 2026
⬆ Bump ty from 0.0.21 to 0.0.34 (#15443)
Show description for 5d5666b
3 people
authored
5d5666b
View commit details
Copy full SHA for 5d5666b
View code at this point
Browse repository at this point
Commits on Mar 15, 2026
👷 Add `ty` to precommit (#15091)
Show description for 98b269b
3 people
authored
98b269b
View commit details
Copy full SHA for 98b269b
View code at this point
Browse repository at this point
Commits on Mar 1, 2026
✨ Add support for Server Sent Events (#15030)
tiangolo
authored
2238155
View commit details
Copy full SHA for 2238155
View code at this point
Browse repository at this point
Commits on Feb 27, 2026
✨ Add support for streaming JSON Lines and binary data with `yield` (#15022)
tiangolo
authored
749cefd
View commit details
Copy full SHA for 749cefd
View code at this point
Browse repository at this point
Commits on Feb 24, 2026
♻️ Refactor logic to handle OpenAPI and Swagger UI escaping data (#14986)
tiangolo
authored
2686c7f
View commit details
Copy full SHA for 2686c7f
View code at this point
Browse repository at this point
Commits on Feb 11, 2026
🎨 Update internal types for Python 3.10 (#14898)
tiangolo
authored
3da206c
View commit details
Copy full SHA for 3da206c
View code at this point
Browse repository at this point
Commits on Feb 7, 2026
♻️ Refactor and simplify Pydantic v2 (and v1) compatibility internal utils (#14862)
tiangolo
authored
2e7d375
View commit details
Copy full SHA for 2e7d375
View code at this point
Browse repository at this point
♻️ Refactor internals, simplify Pydantic v2/v1 utils, `create_model_field`, better types for `lenient_issubclass` (#14860)
tiangolo
authored
d59fbc3
View commit details
Copy full SHA for d59fbc3
View code at this point
Browse repository at this point
Commits on Feb 6, 2026
♻️ Simplify internals, remove Pydantic v1 only logic, no longer needed (#14857)
tiangolo
authored
cf55bad
View commit details
Copy full SHA for cf55bad
View code at this point
Browse repository at this point
Commits on Feb 4, 2026
🐛 Update `ValidationError` schema to include `input` and `ctx` (#14791)
Show description for 75c4718
jonathan-fulton
and
pre-commit-ci-lite[bot]
authored
75c4718
View commit details
Copy full SHA for 75c4718
View code at this point
Browse repository at this point
✨ Add `viewport` meta tag to improve Swagger UI on mobile devices (#14777)
Joab0
authored
741f77d
View commit details
Copy full SHA for 741f77d
View code at this point
Browse repository at this point
🐛 Fix OpenAPI duplication of `anyOf` refs for app-level responses with specified `content` and `model` as `Union` (#14463)
Show description for 08dad5c
3 people
authored
08dad5c
View commit details
Copy full SHA for 08dad5c
View code at this point
Browse repository at this point
📝 Add links to related sections of docs to docstrings (#14776)
Show description for 3a41403
YuriiMotov
and
github-actions[bot]
authored
3a41403
View commit details
Copy full SHA for 3a41403
View code at this point
Browse repository at this point
Commits on Dec 27, 2025
➖ Drop support for `pydantic.v1` (#14609)
tiangolo
authored
e300630
View commit details
Copy full SHA for e300630
View code at this point
Browse repository at this point
Commits on Dec 26, 2025
🔊 Add a custom `FastAPIDeprecationWarning` (#14605)
tiangolo
authored
535b5da
View commit details
Copy full SHA for 535b5da
View code at this point
Browse repository at this point
Commits on Dec 20, 2025
➖ Drop support for Pydantic v1, keeping short temporary support for Pydantic v2's `pydantic.v1` (#14575)
Show description for e2cd8a4
tiangolo
and
github-actions[bot]
authored
e2cd8a4
View commit details
Copy full SHA for e2cd8a4
View code at this point
Browse repository at this point
Commits on Dec 17, 2025
♻️ Upgrade internal syntax to Python 3.9+ 🎉 (#14564)
tiangolo
authored
1c4fc96
View commit details
Copy full SHA for 1c4fc96
View code at this point
Browse repository at this point
Commits on Dec 12, 2025
🐛 Fix parameter aliases (#14371)
Show description for d86c474
YuriiMotov
and
tiangolo
authored
d86c474
View commit details
Copy full SHA for d86c474
View code at this point
Browse repository at this point
Commits on Dec 4, 2025
🐛 Fix OAuth2 scopes in OpenAPI in extra corner cases, parent dependency with scopes, sub-dependency security scheme without scopes (#14459)
tiangolo
authored
0b5fa56
View commit details
Copy full SHA for 0b5fa56
View code at this point
Browse repository at this point
🐛 Fix OpenAPI security scheme OAuth2 scopes declaration, deduplicate security schemes with different scopes (#14455)
tiangolo
authored
0ec4baf
View commit details
Copy full SHA for 0ec4baf
View code at this point
Browse repository at this point
Commits on Oct 23, 2025
➕ Migrate internal reference documentation from `typing_extensions.Doc` to `annotated_doc.Doc` (#14222)
tiangolo
authored
d390f2e
View commit details
Copy full SHA for d390f2e
View code at this point
Browse repository at this point
Commits on Oct 11, 2025
✨ Add support for `from pydantic.v1 import BaseModel`, mixed Pydantic v1 and v2 models in the same app (#14168)
Show description for d34918a
tiangolo
and
pre-commit-ci[bot]
authored
d34918a
View commit details
Copy full SHA for d34918a
View code at this point
Browse repository at this point
Commits on Sep 20, 2025
✨ Allow array values for OpenAPI schema `type` field (#13639)
Show description for 8ede272
5 people
authored
8ede272
View commit details
Copy full SHA for 8ede272
View code at this point
Browse repository at this point
✨ Add OpenAPI `external_docs` parameter to `FastAPI` (#13713)
Show description for bc5013c
3 people
authored
bc5013c
View commit details
Copy full SHA for bc5013c
View code at this point
Browse repository at this point
Commits on Sep 16, 2025
⬆️ Upgrade Starlette supported version range to >=0.40.0,<0.49.0 (#14077)
Show description for 7563579
musicinmybrain
and
svlandeg
authored
7563579
View commit details
Copy full SHA for 7563579
View code at this point
Browse repository at this point
Commits on Apr 28, 2025
⬆️ Update ReDoc to version 2.x (#9700)
Show description for 8fa56b4
3 people
authored
8fa56b4
View commit details
Copy full SHA for 8fa56b4
View code at this point
Browse repository at this point
Commits on Mar 23, 2025
🐛 Fix `convert_underscores=False` for header Pydantic models (#13515)
tiangolo
authored
2537d9d
View commit details
Copy full SHA for 2537d9d
View code at this point
Browse repository at this point
Commits on Mar 6, 2025
⬆ Bump ruff to 0.9.4 (#13299)
Show description for 8c94e97
4 people
authored
8c94e97
View commit details
Copy full SHA for 8c94e97
View code at this point
Browse repository at this point
Commits on Sep 17, 2024
✨ Add support for Pydantic models for parameters using `Query`, `Cookie`, `Header` (#12199)
tiangolo
authored
55035f4
View commit details
Copy full SHA for 55035f4
View code at this point
Browse repository at this point
Commits on May 23, 2024
📝 Restored Swagger-UI links to use the latest version possible. (#11459)
UltimateLobster
authored
a69f383
View commit details
Copy full SHA for a69f383
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.