-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Insights: fastapi/fastapi
Overview
-
0 Active issues
-
- 3 Merged pull requests
- 1 Open pull request
- 0 Closed issues
- 0 New issues
Could not load contribution data
Please try again later
3 Pull requests merged by 2 people
-
🌐 Add Persian translation for
docs/fa/docs/python-types.md
#13524 merged
Jul 21, 2025 -
🌐 Update Portuguese Translation for
docs/pt/docs/project-generation.md
#13875 merged
Jul 21, 2025 -
🌐 Add Persian translation for
docs/fa/docs/async.md
#13541 merged
Jul 21, 2025
1 Pull request opened by 1 person
-
📝 Add deprecation info block about `dict()` in `docs/tutorial/body.md`
#13906 opened
Jul 20, 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 19, 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 18, 2025 • 7 new comments -
♻️ Refactor tests in `tests/test_tutorial/test_cors/test_tutorial001.py`
#13469 commented on
Jul 15, 2025 • 4 new comments -
♻️ Refactor tests in `tests/test_tutorial/test_path_params/`
#13479 commented on
Jul 15, 2025 • 2 new comments -
📝 Add "Global Responses" section
#13650 commented on
Jul 16, 2025 • 2 new comments -
⬆ Update httpx requirement to >=0.23.0,<0.29.0
#13114 commented on
Jul 19, 2025 • 1 new comment -
📝 Add caveat about ContextVar in dependencies
#13453 commented on
Jul 16, 2025 • 1 new comment -
📝 Updated the docs according to issue #10786
#11176 commented on
Jul 17, 2025 • 1 new comment -
Support Pydantic root model as query parameter
#11306 commented on
Jul 20, 2025 • 1 new comment -
Add LLM-friendly API documentation
#13895 commented on
Jul 15, 2025 • 0 new comments -
📝 Use markdown-style emphasis for consistency in README
#13643 commented on
Jul 22, 2025 • 0 new comments -
✨ Allow all type values from json schema 2020-12
#13639 commented on
Jul 16, 2025 • 0 new comments -
✨ Add support for Starlette's scoped middleware
#13627 commented on
Jul 18, 2025 • 0 new comments -
🐛 Ensure handlers receive `fastapi.UploadFile` instances, not Starlette's
#13605 commented on
Jul 21, 2025 • 0 new comments -
♻️ Refactor tests in `tests/test_tutorial/test_background_tasks`
#13543 commented on
Jul 18, 2025 • 0 new comments -
📝 Update middleware tutorial and examples
#13525 commented on
Jul 16, 2025 • 0 new comments -
🐛 Fix extraction of BaseModel fields for openapi
#13427 commented on
Jul 18, 2025 • 0 new comments -
⬆ [pre-commit.ci] pre-commit autoupdate
#13894 commented on
Jul 21, 2025 • 0 new comments -
Reopen: Fix body hiding in openapi schema
#13891 commented on
Jul 20, 2025 • 0 new comments -
Replace deprecated `asyncio.iscoroutinefunction` with `inspect.iscoroutinefunction`
#13890 commented on
Jul 20, 2025 • 0 new comments -
fixed CWE-79 on docs.py
#13887 commented on
Jul 17, 2025 • 0 new comments -
♻️ Clean up legacy code and optimize OpenAPI performance
#13874 commented on
Jul 15, 2025 • 0 new comments -
Create python-publish.yml
#13867 commented on
Jul 22, 2025 • 0 new comments -
🌐 Update Portuguese Translation for `docs/pt/docs/async.md`
#13863 commented on
Jul 16, 2025 • 0 new comments -
🌐 Add Persian translation for `docs/fa/docs/advanced/dataclasses.md`
#13830 commented on
Jul 19, 2025 • 0 new comments -
🐛 Use `401` status code in security classes when credentials are missing
#13786 commented on
Jul 15, 2025 • 0 new comments -
⚡️ Parallelize dependency resolution
#13756 commented on
Jul 17, 2025 • 0 new comments -
✨ Allow including custom scripts to Swagger UI
#13695 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 -
📝 Update installation instructions in index.md
#13677 commented on
Jul 16, 2025 • 0 new comments -
✅ Improve test coverage
#13674 commented on
Jul 16, 2025 • 0 new comments -
✨ Add support for enabling/disabling `input` and `url` fields in validation errors
#13657 commented on
Jul 21, 2025 • 0 new comments -
📝 Remove obsolete `url` field in error responses in docs
#13655 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 -
Working with Pydantic v1 while having v2 installed
#10360 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 -
Serialization optimization when using Pydantic for return types
#2347 commented on
Jul 21, 2025 • 0 new comments -
Ref #2768 - Cache errors for dependents
#2779 commented on
Jul 21, 2025 • 0 new comments -
Allow override of `BackgroundTasks` implementation.
#3233 commented on
Jul 21, 2025 • 0 new comments -
Fix bug: Sub app with custom openapi
#4657 commented on
Jul 21, 2025 • 0 new comments -
Improved Performance and Refactor of `jsonable_encoder`
#5462 commented on
Jul 21, 2025 • 0 new comments -
♻️ Refactor `jsonable_encoder` to optimize subclass encoder resolution using MRO
#5718 commented on
Jul 22, 2025 • 0 new comments -
Add overloads to param functions
#5856 commented on
Jul 21, 2025 • 0 new comments -
✨ Allow using `openapi.models.Server` model to specify `FastAPI(servers=[])`
#5917 commented on
Jul 18, 2025 • 0 new comments -
✨ Add support for custom generic classes as dependencies
#6038 commented on
Jul 21, 2025 • 0 new comments -
🐛 Fix inconsistent processing of model docstring formfeed char with Pydantic V1
#6039 commented on
Jul 18, 2025 • 0 new comments -
Add FromLifespan to extract dependencies from the lifespan state
#9299 commented on
Jul 18, 2025 • 0 new comments -
Raise RequestValidationError on ValueError from a Depedency
#9314 commented on
Jul 20, 2025 • 0 new comments -
✨ Add possibility to customize the response class for `openapi.json` endpoint
#9499 commented on
Jul 20, 2025 • 0 new comments -
📝 More explicitly explain dependencies in websockets doc page
#9930 commented on
Jul 20, 2025 • 0 new comments -
V1 models for response and body
#10223 commented on
Jul 21, 2025 • 0 new comments -
Handle RecursionError in jsonable_encoder when trying to encode an object with circular reference
#10359 commented on
Jul 17, 2025 • 0 new comments -
fix: respect call localns at get_typed_signature
#10647 commented on
Jul 20, 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 -
🌐 Add Turkish translation for `docs/tr/docs/advanced/response-change-status-code.md`
#11612 commented on
Jul 20, 2025 • 0 new comments -
🌐 Add Turkish translation for `docs/tr/docs/advanced/additional-status-codes.md`
#11613 commented on
Jul 20, 2025 • 0 new comments -
🌐 Add Turkish translation for `docs/tr/docs/advanced/response-cookies.md`
#11614 commented on
Jul 20, 2025 • 0 new comments -
🌐 Add Turkish translation for `docs/tr/docs/advanced/response-headers.md`
#11638 commented on
Jul 20, 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 -
✨ Pass none instead of the default value for optional parameters when null is received
#12135 commented on
Jul 18, 2025 • 0 new comments -
✨ Support for mixed and multiple Pydantic models for parameters using Query, Cookie and Header
#12481 commented on
Jul 21, 2025 • 0 new comments -
✨ Accept a list of strings as value for JSON Schema "type"
#12528 commented on
Jul 18, 2025 • 0 new comments -
Add `dependency_scope` arguments to `Depends` in order to support lifespan scoped dependencies.
#12529 commented on
Jul 18, 2025 • 0 new comments -
✨ Add support for ReDoc parameters
#12955 commented on
Jul 16, 2025 • 0 new comments