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 }}
firejava
/
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
routing.py
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 27, 2019
:sparkles: Add support for Pydantic v1 and above :tada: (#646)
Show description for ab2b86f
dmontagu
authored and
tiangolo
committed
ab2b86f
View commit details
Copy full SHA for ab2b86f
View code at this point
Browse repository at this point
Commits on Nov 24, 2019
:sparkles: Generate correct OpenAPI docs for responses with no content (#621)
brotskydotcom
authored and
tiangolo
committed
c7902dd
View commit details
Copy full SHA for c7902dd
View code at this point
Browse repository at this point
Commits on Oct 5, 2019
:sparkles: Add better support for request body access/manipulation with custom classes (#589)
dmontagu
authored and
tiangolo
committed
8c3ef76
View commit details
Copy full SHA for 8c3ef76
View code at this point
Browse repository at this point
Commits on Oct 4, 2019
:bug: Fix preserving route_class when calling include_router (#538)
dmontagu
authored and
tiangolo
committed
dd96351
View commit details
Copy full SHA for dd96351
View code at this point
Browse repository at this point
:sparkles: Allow docstrings to be truncated before being used for OpenAPI (#556)
svalouch
authored and
tiangolo
committed
c7dc26b
View commit details
Copy full SHA for c7dc26b
View code at this point
Browse repository at this point
Commits on Sep 29, 2019
:sparkles: Add support for specifying a default_response_class (#467)
toppk
authored and
tiangolo
committed
f803c77
View commit details
Copy full SHA for f803c77
View code at this point
Browse repository at this point
Commits on Aug 31, 2019
:arrow_up: Upgrade support to Pydantic version 0.32.2 (breaking change) (#463)
dmontagu
authored and
tiangolo
committed
fc7d123
View commit details
Copy full SHA for fc7d123
View code at this point
Browse repository at this point
:sparkles: Add support for custom route class (#468)
dmontagu
authored and
tiangolo
committed
c70f3f1
View commit details
Copy full SHA for c70f3f1
View code at this point
Browse repository at this point
Commits on Aug 30, 2019
:lock: Ensure `skip_defaults` doesn't cause extra fields to be serialized (#485)
dmontagu
authored and
tiangolo
committed
6c6bdb6
View commit details
Copy full SHA for 6c6bdb6
View code at this point
Browse repository at this point
Commits on Aug 26, 2019
:bug: Fix skip_defaults implementation when returning a Pydantic model (#422)
dmontagu
authored and
tiangolo
committed
38495ff
View commit details
Copy full SHA for 38495ff
View code at this point
Browse repository at this point
Commits on Aug 25, 2019
:bug: Fix mypy route errors after merging #415 (#462)
tiangolo
authored
e71636e
View commit details
Copy full SHA for e71636e
View code at this point
Browse repository at this point
:sparkles: Allow empty routed path (issue #414) (#415)
vitalik
authored and
tiangolo
committed
f7f17fc
View commit details
Copy full SHA for f7f17fc
View code at this point
Browse repository at this point
Commits on Aug 7, 2019
:pencil2: Fix typo in assert statement (#419)
pablogamboa
authored and
tiangolo
committed
0c55553
View commit details
Copy full SHA for 0c55553
View code at this point
Browse repository at this point
Commits on Jun 28, 2019
:building_construction: Fix same function names in different modules with composite bodies (#347)
Show description for 6870655
tiangolo
authored
6870655
View commit details
Copy full SHA for 6870655
View code at this point
Browse repository at this point
Commits on Jun 27, 2019
:recycle: Refine internal type declarations and logic around them (#338)
tiangolo
authored
dcc1e1b
View commit details
Copy full SHA for dcc1e1b
View code at this point
Browse repository at this point
Commits on Jun 20, 2019
:sparkles: Implement support for Pydantic's ORM mode (#322)
Show description for aa84ac8
tiangolo
authored
aa84ac8
View commit details
Copy full SHA for aa84ac8
View code at this point
Browse repository at this point
Commits on Jun 18, 2019
:fire: Remove unused regex in routing.py (#314)
dmontagu
authored and
tiangolo
committed
87b7a63
View commit details
Copy full SHA for 87b7a63
View code at this point
Browse repository at this point
Commits on Jun 6, 2019
:sparkles: Add support for Response parameters to set headers, cookies, and status codes (#294)
Show description for 5f7fe92
tiangolo
authored
5f7fe92
View commit details
Copy full SHA for 5f7fe92
View code at this point
Browse repository at this point
Commits on Jun 5, 2019
:sparkles: Implement dependency value cache per request (#292)
Show description for bff5dbb
tiangolo
authored
bff5dbb
View commit details
Copy full SHA for bff5dbb
View code at this point
Browse repository at this point
:sparkles: Implement dependency overrides for testing (#291)
Show description for 09cd7c4
tiangolo
authored
09cd7c4
View commit details
Copy full SHA for 09cd7c4
View code at this point
Browse repository at this point
Commits on May 29, 2019
:sparkles: Separate Pydantic's ValidationError handler and improve docs for error handling (#273)
Show description for 62af6e0
tiangolo
authored
62af6e0
View commit details
Copy full SHA for 62af6e0
View code at this point
Browse repository at this point
:bug: Fix path in path parameters (#272)
tiangolo
authored
703ade7
View commit details
Copy full SHA for 703ade7
View code at this point
Browse repository at this point
Commits on May 27, 2019
:bug: Fix response_model type to allow List[Model] (#266)
tiangolo
authored
a49d45e
View commit details
Copy full SHA for a49d45e
View code at this point
Browse repository at this point
:sparkles: Add include, exclude, and by_alias to path operation methods (#264)
Show description for 7b63bc5
tiangolo
authored
7b63bc5
View commit details
Copy full SHA for 7b63bc5
View code at this point
Browse repository at this point
Commits on May 25, 2019
:sparkles: Add skip_defaults support for path operations (for #242) (#248)
wshayes
authored and
tiangolo
committed
d8716f9
View commit details
Copy full SHA for d8716f9
View code at this point
Browse repository at this point
Commits on May 24, 2019
:sparkles: Add support for WebSockets with dependencies, params, etc #166 (#178)
jekirl
authored and
tiangolo
committed
b087246
View commit details
Copy full SHA for b087246
View code at this point
Browse repository at this point
Commits on May 16, 2019
:sparkles: Add parameter dependencies to path operation decorators and include_router (#235)
Show description for e92b43b
tiangolo
authored
e92b43b
View commit details
Copy full SHA for e92b43b
View code at this point
Browse repository at this point
Commits on May 15, 2019
:loud_sound: Raise from previous exception (#195)
ricardomomm
authored and
tiangolo
committed
b0b88f9
View commit details
Copy full SHA for b0b88f9
View code at this point
Browse repository at this point
Commits on May 14, 2019
:pencil2: Minor spelling fix in routing (#221)
djlambert
authored and
tiangolo
committed
4a1648b
View commit details
Copy full SHA for 4a1648b
View code at this point
Browse repository at this point
Commits on Apr 26, 2019
:recycle: Rename parameter content_type to response_class (#183)
tiangolo
authored
192ebba
View commit details
Copy full SHA for 192ebba
View code at this point
Browse repository at this point
Commits on Apr 16, 2019
:recycle: Update Pydantic usage, types, values, minor structure changes (#164)
tiangolo
authored
546d233
View commit details
Copy full SHA for 546d233
View code at this point
Browse repository at this point
:sparkles: Upgrade docstring Markdown parsing (#163)
Show description for 61dd36a
tiangolo
authored
61dd36a
View commit details
Copy full SHA for 61dd36a
View code at this point
Browse repository at this point
Commits on Apr 14, 2019
:sparkles: Add support for multi-file uploads (#158)
tiangolo
authored
aad6b12
View commit details
Copy full SHA for aad6b12
View code at this point
Browse repository at this point
Commits on Apr 5, 2019
:bug: Fix handling additional responses in include_router (#140)
tiangolo
authored
c8df3ae
View commit details
Copy full SHA for c8df3ae
View code at this point
Browse repository at this point
:sparkles: Additional Responses (#97)
Show description for ad47130
tiangolo
authored
ad47130
View commit details
Copy full SHA for ad47130
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.