Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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
Accelerator
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
DeanWay
/
fastapi-versioning
Public
Notifications
You must be signed in to change notification settings
Fork
63
Star
847
Code
Issues
27
Pull requests
8
Actions
Projects
Security
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit History
Commits on Aug 24, 2021
build and upload scripts
DeanWay
committed
18d480f
Copy full SHA for 18d480f
lint fix
DeanWay
committed
6bdc54e
Copy full SHA for 6bdc54e
Commits on Aug 23, 2021
Bump version from 0.9.1 to 0.10.0
DeanWay
committed
5184d6e
Copy full SHA for 5184d6e
Merge pull request #55 from DeanWay/fix-issue-50
Show description for bf27989
DeanWay
authored
bf27989
Copy full SHA for bf27989
Commits on Aug 18, 2021
proxy example
DeanWay
committed
931d0be
Copy full SHA for 931d0be
fixes issue 50 by only setting root_path from VersionedFastAPI kwargs
DeanWay
committed
2c0b1f0
Copy full SHA for 2c0b1f0
Commits on May 18, 2021
Bump version from 0.9.0 to 0.9.1
DeanWay
committed
c550c4e
Copy full SHA for c550c4e
Merge pull request #48 from DeanWay/fix-latest
Show description for 31e76cb
DeanWay
authored
31e76cb
Copy full SHA for 31e76cb
Commits on May 17, 2021
remove unused import
DeanWay
committed
270179a
Copy full SHA for 270179a
fix 'latest' version by mounting it as a dedicated app
DeanWay
committed
fe22058
Copy full SHA for fe22058
Commits on May 6, 2021
Merge pull request #46 from rafaellehmkuhl/patch-1
Show description for 14505fe
DeanWay
authored
14505fe
Copy full SHA for 14505fe
update README with new '/latest' endpoint
Show description for 97201e3
rafaellehmkuhl
committed
97201e3
Copy full SHA for 97201e3
Commits on May 4, 2021
Bump version from 0.8.0 to 0.9.0
DeanWay
committed
8723677
Copy full SHA for 8723677
lint-fix
DeanWay
committed
8fadac1
Copy full SHA for 8fadac1
Merge pull request #45 from patrickelectric/latest
Show description for 4fb68f4
DeanWay
authored
4fb68f4
Copy full SHA for 4fb68f4
tests: Add latest tests
Show description for 13f7bc7
patrickelectric
committed
13f7bc7
Copy full SHA for 13f7bc7
example: annotation: Enable latest
Show description for b3d4905
patrickelectric
committed
b3d4905
Copy full SHA for b3d4905
versioning: Add latest endpoint for the latest version of the API
Show description for d2a5576
patrickelectric
committed
d2a5576
Copy full SHA for d2a5576
Merge pull request #43 from patrickelectric/improve_readme
Show description for 14a06c7
DeanWay
authored
14a06c7
Copy full SHA for 14a06c7
Merge pull request #44 from patrickelectric/add_documentation_webpage
Show description for 6e6bd61
DeanWay
authored
6e6bd61
Copy full SHA for 6e6bd61
Merge pull request #39 from rohithill/patch-1
Show description for 73e7535
DeanWay
authored
73e7535
Copy full SHA for 73e7535
Merge pull request #41 from kamyar/kamyar-patch-1
Show description for 9d2f8fa
DeanWay
authored
9d2f8fa
Copy full SHA for 9d2f8fa
Commits on Apr 30, 2021
versioning: Add path for the docs page of each version
Show description for e18eb86
patrickelectric
committed
e18eb86
Copy full SHA for e18eb86
README: Improve example command
Show description for d64326e
patrickelectric
committed
d64326e
Copy full SHA for d64326e
Commits on Apr 27, 2021
remove extra closing parentheses
kamyar
authored
47fcfed
Copy full SHA for 47fcfed
Commits on Apr 20, 2021
Update README.md
rohithill
authored
9cd37d2
Copy full SHA for 9cd37d2
Fixed routes
rohithill
authored
1029e11
Copy full SHA for 1029e11
Commits on Feb 9, 2021
Bump version from 0.7.0 to 0.8.0
DeanWay
committed
1b9bb83
Copy full SHA for 1b9bb83
remove not working deployment step in build pipeline
DeanWay
committed
2f42122
Copy full SHA for 2f42122
Merge pull request #32 from DeanWay/static-analysis-tools
Show description for f134241
DeanWay
authored
f134241
Copy full SHA for f134241
fix example type check
DeanWay
committed
f4cf65b
Copy full SHA for f4cf65b
cast to APIRoute since app.routes doesn't actually return APIRoutes but it behaves that way
DeanWay
committed
872a835
Copy full SHA for 872a835
fix ci script
DeanWay
committed
25b76ef
Copy full SHA for 25b76ef
Commits on Feb 8, 2021
fix type checking errors
DeanWay
committed
c3a5da6
Copy full SHA for c3a5da6
fix lint
DeanWay
committed
a900eda
Copy full SHA for a900eda
Pagination
Previous
Next
You can’t perform that action at this time.