- Notifications
You must be signed in to change notification settings - Fork7.2k
Insights: fastapi/fastapi
Overview
- 0 Active issues
- 7Merged pull requests
- 17Open pull requests
- 0Closed issues
- 0New issues
Could not load contribution data
Please try again later
7 Pull requests merged by5 people
- 🌐 Add Russian translation for
docs/ru/docs/tutorial/header-param-models.md
#13526 merged
Mar 31, 2025 - 🌐 Update Chinese translation for
docs/zh/docs/tutorial/index.md
#13374 merged
Mar 31, 2025 - 🌐 Update Chinese translation for
docs/zh/docs/deployment/manually.md
#13324 merged
Mar 31, 2025 - 🌐 Update Chinese translation for
docs/zh/docs/deployment/server-workers.md
#13292 merged
Mar 31, 2025 - ✏️ Fix talk information typo
#13544 merged
Mar 30, 2025 - 🔧 Clean up
docs/en/mkdocs.yml
configuration file#13542 merged
Mar 26, 2025 - ⬆ [pre-commit.ci] pre-commit autoupdate
#12986 merged
Mar 26, 2025
17 Pull requests opened by10 people
- Refactor tutorial tests: `tests/test_tutorial/test_background_tasks`
#13543 opened
Mar 26, 2025 - 🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/query-params-str-validations.md` page
#13546 opened
Mar 27, 2025 - 🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/path-params-numeric-validations.md` page
#13548 opened
Mar 27, 2025 - 🌐 Add Russian translation for `docs/ru/docs/tutorial/request-form-models.md`
#13552 opened
Mar 29, 2025 - 🌐 Add Bengali translation for `docs/bn/docs/environment-variables.md` page
#13554 opened
Mar 29, 2025 - Clarify language in SECURITY.md for vulnerability reporting
#13555 opened
Mar 30, 2025 - 👥 Update FastAPI People - Contributors and Translators
#13558 opened
Apr 1, 2025 - 👥 Update FastAPI People - Sponsors
#13559 opened
Apr 1, 2025 - Add example for API Key authentication via header in documentationCreate index.md
#13560 opened
Apr 1, 2025 - ⬆ Bump dirty-equals from 0.8.0 to 0.9.0
#13561 opened
Apr 1, 2025 - ⬆ Bump typer from 0.12.5 to 0.15.2
#13562 opened
Apr 1, 2025 - ⬆ Bump types-ujson from 5.10.0.20240515 to 5.10.0.20250326
#13563 opened
Apr 1, 2025 - ⬆ Bump mypy from 1.8.0 to 1.15.0
#13564 opened
Apr 1, 2025 - 👥 Update FastAPI GitHub topic repositories
#13565 opened
Apr 1, 2025 - 👥 Update FastAPI People - Experts
#13568 opened
Apr 1, 2025 - Fix liblab client generation doc link
#13571 opened
Apr 1, 2025 - Fix/http basic realm
#13572 opened
Apr 1, 2025
29 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.
- ✅ Use `inline-snapshot` to support different Pydantic versions in the test suite
#12534 commented on
Mar 31, 2025 • 8 new comments - 🌐 Add Korean translation for `docs/ko/docs/tutorial/security/index.md`
#5612 commented on
Mar 31, 2025 • 6 new comments - ⚡️ Skip doing any work when sub dependant is already cached
#11323 commented on
Apr 1, 2025 • 3 new comments - 🌐 Add Romanian translation for `docs/ro/docs/index.md`
#13457 commented on
Mar 26, 2025 • 1 new comment - 🌐 Add Persian translation for `docs/fa/docs/async.md`
#13541 commented on
Apr 1, 2025 • 0 new comments - 🐛 Fix handling of `None` default values in Form validation
#13537 commented on
Mar 31, 2025 • 0 new comments - ✨ Add descriptions for ValidationError and HTTPValidationError in OpenAPI
#13534 commented on
Mar 27, 2025 • 0 new comments - 👽️ Address deprecation of `BaseModel.dict()` in Pydantic v2
#13528 commented on
Apr 1, 2025 • 0 new comments - 🌐 Add Persian translation for `docs/fa/docs/python-types.md`
#13524 commented on
Mar 28, 2025 • 0 new comments - 🌐 Add Greek translation for `docs/el/docs/index.md`
#13522 commented on
Mar 30, 2025 • 0 new comments - 🌐 Add Traditional Chinese translation for `docs/zh-hant/docs/alternative.md`
#13521 commented on
Mar 27, 2025 • 0 new comments - 🌐 Add Persian translation for `docs/fa/docs/learn/index.md`
#13518 commented on
Mar 28, 2025 • 0 new comments - 🐛 Use 401 instead of 403 in security classes
#13514 commented on
Mar 26, 2025 • 0 new comments - 🌐 Add Malayalam Translation for `docs/ml/docs/index.md`
#13508 commented on
Mar 27, 2025 • 0 new comments - 🌐 Add Korean translation for `docs/ko/docs/virtual-environments.md`
#13422 commented on
Mar 30, 2025 • 0 new comments - 🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/handling-errors.md` page
#13420 commented on
Apr 1, 2025 • 0 new comments - 📝 Add API Key authentication guide
#13419 commented on
Mar 28, 2025 • 0 new comments - ✅ Fix `tests/test_query.py` to verify the exact response based on the Pydantic version
#13417 commented on
Apr 1, 2025 • 0 new comments - ✨ Change authentication failure status from 403 to 401
#13326 commented on
Mar 31, 2025 • 0 new comments - ✨ Allow to have multiple Query parameter models
#12944 commented on
Mar 31, 2025 • 0 new comments - 🐛 Fix support for nullable form fields
#12502 commented on
Apr 2, 2025 • 0 new comments - 🌐 Fix Chinese documentation's markdown syntax error
#12208 commented on
Mar 31, 2025 • 0 new comments - ⬆️ Update ReDoc to version 2.x
#9700 commented on
Mar 31, 2025 • 0 new comments - 🌐 Add Korean translation for `docs/ko/docs/advanced/sub-applications.md`
#4543 commented on
Mar 30, 2025 • 0 new comments - ApiKey Header documentation
#142 commented on
Apr 2, 2025 • 0 new comments - Passing UploadFile objects into a StreamingResponse closes it in v0.106.0 but not v0.105.0
#10857 commented on
Mar 31, 2025 • 0 new comments - `Annotated` dependencies are interpreted incorrectly when using `PEP 695`-style type alias.
#10719 commented on
Mar 27, 2025 • 0 new comments - `Body` related parameters don't take `alias` in consideration
#10286 commented on
Mar 26, 2025 • 0 new comments - Multiple regressions in the handling of forms & form validation
#13533 commented on
Mar 26, 2025 • 0 new comments