[BUG] Broken against latest release of Starlette
See original GitHub issueDescribe the bug
The latest release of Starlette 0.12.13 introduced a breaking change to the way it initialises the core Starlette
class which is incompatible with FastAPI’s use (lack of use of super()). Introduced by this change: https://github.com/encode/starlette/commit/91eefb2af3940364b051138bed47319e189d31be
To Reproduce Steps to reproduce the behavior:
- Install Starlette 0.12.13 and FastAPI
- Attempt to start a FastAPI server
Expected behavior Fast API server starts
Screenshots If applicable, add screenshots to help explain your problem.
Environment:
- OS: Linux
- FastAPI version: 0.42.0, but problem exists in master
- Python version: 3.8.0
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:6 (5 by maintainers)
Top Results From Across the Web
Release Notes - Starlette
Deprecate Starlette and Router decorators #1897. Fixed. Fix bug on FloatConvertor regex #1973. 0.22.0. November 17, 2022. Changed.
Read more >FastAPI on Twitter: "Here we go! Just released: FastAPI 0.86 ...
The latest starlette release comes with some breaking changes to the TestClient as mentioned in the release notes: This release ...
Read more >Release Notes - FastAPI
This release just upgrades Starlette to the latest version, 0.16.0 , which includes several bug fixes and some small breaking changes.
Read more >Changelog — Authlib 0.15.5 documentation
Here you can see the full list of changes between each Authlib release. Version 0.15.5¶. Released on Oct 18, 2021. Make Authlib compatible...
Read more >keepachangelog | Convert keep a changelog markdown file ...
If new_version parameter is not provided, guess the new version number and return it: Removed or Changed sections will be considered as breaking...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Now in fastapi pinned the
0.12.9
version. I think it isn’t bug (at least in current release).Assuming the original issue was solved, it will be automatically closed now. But feel free to add more comments or create new issues.