-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Insights: fastapi/fastapi
Overview
-
0 Active issues
-
- 6 Merged pull requests
- 5 Open pull requests
- 0 Closed issues
- 0 New issues
Could not load contribution data
Please try again later
1 Release published by 1 person
-
0.116.1
published
Jul 11, 2025
6 Pull requests merged by 4 people
-
🌐 Add Bangali translation for
docs/bn/about/index.md
#13882 merged
Jul 14, 2025 -
👥 Update FastAPI People - Experts
#13889 merged
Jul 12, 2025 -
🔨 Update FastAPI People sleep interval, use external settings
#13888 merged
Jul 12, 2025 -
⬆️ Upgrade Starlette supported version range to
>=0.40.0,<0.48.0
#13884 merged
Jul 11, 2025 -
📝 Add notification about impending changes in Translations to
docs/en/docs/contributing.md
#13886 merged
Jul 11, 2025 -
⬆ [pre-commit.ci] pre-commit autoupdate
#13871 merged
Jul 11, 2025
5 Pull requests opened by 5 people
-
fixed CWE-79 on docs.py
#13887 opened
Jul 11, 2025 -
Replace deprecated `asyncio.iscoroutinefunction` with `inspect.iscoroutinefunction`
#13890 opened
Jul 13, 2025 -
Reopen: Fix body hiding in openapi schema
#13891 opened
Jul 14, 2025 -
⬆ [pre-commit.ci] pre-commit autoupdate
#13894 opened
Jul 14, 2025 -
Add LLM-friendly API documentation
#13895 opened
Jul 14, 2025
67 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
🐛 Don't prefill default values on form input
#13464 commented on
Jul 17, 2025 • 17 new comments -
📝 Clarify that OpenIdConnect does not perform token validation
#13765 commented on
Jul 17, 2025 • 10 new comments -
📝 Update testing events documentation
#13259 commented on
Jul 15, 2025 • 7 new comments -
✨ Add openapi external docs parameter
#13713 commented on
Jul 16, 2025 • 5 new comments -
🌐 Update Portuguese Translation for `docs/pt/docs/async.md`
#13863 commented on
Jul 16, 2025 • 4 new comments -
♻️ Refactor tests in `tests/test_tutorial/test_cors/test_tutorial001.py`
#13469 commented on
Jul 15, 2025 • 4 new comments -
✨ Add support for ReDoc parameters
#12955 commented on
Jul 16, 2025 • 3 new comments -
🌐 Update Portuguese Translation for `docs/pt/docs/project-generation.md`
#13875 commented on
Jul 16, 2025 • 2 new comments -
♻️ Clean up legacy code and optimize OpenAPI performance
#13874 commented on
Jul 15, 2025 • 2 new comments -
✨ Accept a list of strings as value for JSON Schema "type"
#12528 commented on
Jul 14, 2025 • 2 new comments -
📝 Add "Global Responses" section
#13650 commented on
Jul 16, 2025 • 2 new comments -
♻️ Refactor tests in `tests/test_tutorial/test_path_params/`
#13479 commented on
Jul 15, 2025 • 2 new comments -
⬆ Allow httpx 0.28.x, relax pins
#13114 commented on
Jul 15, 2025 • 1 new comment -
📝 Add caveat about ContextVar in dependencies
#13453 commented on
Jul 16, 2025 • 1 new comment -
🐛 Improve `jsonable_encoder` for other types of iterables
#13803 commented on
Jul 14, 2025 • 1 new comment -
🌐 Updated Bangali translation for `docs/bn/learn/index.md`
#13881 commented on
Jul 14, 2025 • 1 new comment -
✨ Add support for Starlette's scoped middleware
#13627 commented on
Jul 16, 2025 • 0 new comments -
✨ Allow all type values from json schema 2020-12
#13639 commented on
Jul 16, 2025 • 0 new comments -
🐛 Ensure handlers receive `fastapi.UploadFile` instances, not Starlette's
#13605 commented on
Jul 14, 2025 • 0 new comments -
♻️ Refactor tests in `tests/test_tutorial/test_background_tasks`
#13543 commented on
Jul 16, 2025 • 0 new comments -
📝 Use markdown-style emphasis for consistency in README
#13643 commented on
Jul 16, 2025 • 0 new comments -
🌐 Add Persian translation for `docs/fa/docs/async.md`
#13541 commented on
Jul 15, 2025 • 0 new comments -
Support for propertyNames in OpenAPI schema when using dict[Enum, ...] with Pydantic v2
#13880 commented on
Jul 12, 2025 • 0 new comments -
📝 Remove obsolete `url` field in error responses in docs
#13655 commented on
Jul 16, 2025 • 0 new comments -
✨ Add support for enabling/disabling `input` and `url` fields in validation errors
#13657 commented on
Jul 17, 2025 • 0 new comments -
✅ Improve test coverage
#13674 commented on
Jul 16, 2025 • 0 new comments -
📝 Update installation instructions in index.md
#13677 commented on
Jul 16, 2025 • 0 new comments -
📝 Swap install and run code sections order in `docs/tutorial/index.md`
#13680 commented on
Jul 16, 2025 • 0 new comments -
♻️ Create `dependency-cache` dict in `solve_dependencies` only if `None` (don't re-create if empty)
#13689 commented on
Jul 14, 2025 • 0 new comments -
✨ Allow including custom scripts to Swagger UI
#13695 commented on
Jul 16, 2025 • 0 new comments -
📝 Add warning for deprecated methods in sql-databases.md
#13733 commented on
Jul 16, 2025 • 0 new comments -
⚡️ Parallelize dependency resolution
#13756 commented on
Jul 17, 2025 • 0 new comments -
🐛 Use `401` status code in security classes when credentials are missing
#13786 commented on
Jul 15, 2025 • 0 new comments -
📝 Fix docs UI asset paths to respect `root_path` in Custom Docs code example
#13825 commented on
Jul 11, 2025 • 0 new comments -
🌐 Add Indonesian translation for `docs/id/docs/learn/index.md`
#13829 commented on
Jul 11, 2025 • 0 new comments -
🌐 Add Persian translation for `docs/fa/docs/advanced/dataclasses.md`
#13830 commented on
Jul 11, 2025 • 0 new comments -
✅ Enable test case for duplicated headers in `test_tutorial/test_header_params/test_tutorial003.py`
#13864 commented on
Jul 13, 2025 • 0 new comments -
Create python-publish.yml
#13867 commented on
Jul 16, 2025 • 0 new comments -
Dependency Models created from Form input data are loosing metadata(field set) and are enforcing validation on default values.
#13399 commented on
Jul 15, 2025 • 0 new comments -
Passing UploadFile objects into a StreamingResponse closes it in v0.106.0 but not v0.105.0
#10857 commented on
Jul 17, 2025 • 0 new comments -
added option to also check for unknown query parameters
#1297 commented on
Jul 16, 2025 • 0 new comments -
🛠 Native JWT support
#3305 commented on
Jul 11, 2025 • 0 new comments -
Proposal: Replace plain Dict parameters w/ TypeDict when there is an existing BaseModel
#3654 commented on
Jul 11, 2025 • 0 new comments -
Add ability to set example=Undefined for models
#3770 commented on
Jul 11, 2025 • 0 new comments -
feat: support exclude_none in dataclass response models
#3849 commented on
Jul 11, 2025 • 0 new comments -
Add default API error schema
#4042 commented on
Jul 11, 2025 • 0 new comments -
🐛 Fix `jsonable_encoder` alters `json_encoders` of Pydantic objects
#4972 commented on
Jul 10, 2025 • 0 new comments -
Give the ability to set any route class when adding a third-party router
#5273 commented on
Jul 11, 2025 • 0 new comments -
✨Add support for removing responses by passing empty dict
#5427 commented on
Jul 10, 2025 • 0 new comments -
⚡️ Ensure faster start-up when using many nested routers
#10589 commented on
Jul 14, 2025 • 0 new comments -
📝 Bring the `scope` claim in line with the standard in `docs_src/security/tutorial005.py`
#11189 commented on
Jul 17, 2025 • 0 new comments -
Support Pydantic root model as query parameter
#11306 commented on
Jul 14, 2025 • 0 new comments -
🥅 Catch `PydanticUndefinedAnnotation` in `create_response_field` and outline a clearer error message
#11853 commented on
Jul 17, 2025 • 0 new comments -
✨ Add relative docs everywhere
#12421 commented on
Jul 14, 2025 • 0 new comments -
✨ Add schema generator class param to FastAPI
#12455 commented on
Jul 14, 2025 • 0 new comments -
✨ Support for mixed and multiple Pydantic models for parameters using Query, Cookie and Header
#12481 commented on
Jul 14, 2025 • 0 new comments -
🐛 Fix `ImportError` errors from `fastapi.encoders`
#12488 commented on
Jul 14, 2025 • 0 new comments -
🧑💻 Improve logging for custom exceptions in routing
#12490 commented on
Jul 14, 2025 • 0 new comments -
⬆️ Update mypy to 1.14.1 (last version compatible with Python 3.8), install `pydantic.mypy` plugin
#12970 commented on
Jul 14, 2025 • 0 new comments -
✨ Replace `dict` by `Mapping` on `HTTPException.headers`
#12997 commented on
Jul 14, 2025 • 0 new comments -
📝 Add another example of an exception handler for internal server errors
#13037 commented on
Jul 14, 2025 • 0 new comments -
✨ Change authentication failure status from 403 to 401
#13326 commented on
Jul 14, 2025 • 0 new comments -
✅ Simplify tests for websockets
#13504 commented on
Jul 16, 2025 • 0 new comments -
🐛 Add realm to HTTP Basic Authentication
#13511 commented on
Jul 11, 2025 • 0 new comments -
🌐 Add Persian translation for `docs/fa/docs/python-types.md`
#13524 commented on
Jul 13, 2025 • 0 new comments -
📝 Update middleware tutorial and examples
#13525 commented on
Jul 16, 2025 • 0 new comments -
🌐 Add Persian translation for `docs/fa/docs/tutorial/cors.md`
#13536 commented on
Jul 13, 2025 • 0 new comments