Tamir Duberstein
cfdb9476d4
Refine dataclass check
Change the `dataclasses.is_dataclass` overload used from
```
@overload
def is_dataclass(obj: object) -> TypeIs[DataclassInstance | type[DataclassInstance]]: ...
```
to
```
@overload
def is_dataclass(obj: type) -> TypeIs[type[DataclassInstance]]: ...
```
This fixes the following mypy errors:
```
fastapi/encoders.py:244: error: Argument 1 to "asdict" has incompatible type "DataclassInstance | type[DataclassInstance]"; expected "DataclassInstance" [arg-type]
fastapi/routing.py:122: error: Argument 1 to "asdict" has incompatible type "DataclassInstance | type[DataclassInstance]"; expected "DataclassInstance" [arg-type]
Found 2 errors in 2 files (checked 44 source files)
```
4 months ago
Tamir Duberstein
19f11072f7
Bump mypy, enable pydantic plugin
4 months ago
github-actions
8c9c536c0a
📝 Update release notes
[skip ci]
2 months ago
Sebastián Ramírez
70137c0f7d
🔧 Update team: Add Ludovico ( #13390 )
2 months ago
github-actions
286fd694ea
📝 Update release notes
[skip ci]
2 months ago
Hyogeun Oh (오효근)
e157cf4b96
🐛 Fix issue with Swagger theme change example in the official tutorial ( #13289 )
2 months ago
github-actions
235300c1d2
📝 Update release notes
[skip ci]
2 months ago
Sebastián Ramírez
c868581ce7
🔧 Update sponsors: Add LambdaTest ( #13389 )
2 months ago
github-actions
7e67a91b08
📝 Update release notes
[skip ci]
2 months ago
Haoyu (Daniel) YANG 杨浩宇
e24299b2ff
📝 Add more precise description of HTTP status code range in docs ( #13347 )
2 months ago
github-actions
e24a500292
📝 Update release notes
[skip ci]
2 months ago
alv2017
5451d05bc8
✅ Simplify tests for `query_params_str_validations` ( #13218 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Alejandra <[email protected] >
2 months ago
github-actions
2b3b416122
📝 Update release notes
[skip ci]
2 months ago
Sebastián Ramírez
08b817a842
🔥 Remove manual type annotations in JWT tutorial to avoid typing expectations (JWT doesn't provide more types) ( #13378 )
2 months ago
github-actions
2e788bbbdc
📝 Update release notes
[skip ci]
2 months ago
Sebastián Ramírez
9ec452a154
📝 Update docs for Query Params and String Validations, remove obsolete Ellipsis docs (`...`) ( #13377 )
2 months ago
github-actions
2c937aabef
📝 Update release notes
[skip ci]
2 months ago
alv2017
f6872dd298
✅ Simplify tests for `app_testing` ( #13220 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Alejandra <[email protected] >
2 months ago
github-actions
cbd7b986e7
📝 Update release notes
[skip ci]
2 months ago
alv2017
1e6d95ce6d
✅ Simplify tests for `dependency_testing` ( #13223 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Alejandra <[email protected] >
2 months ago
github-actions
540d8ff398
📝 Update release notes
[skip ci]
2 months ago
Haoyu (Daniel) YANG 杨浩宇
261bc2d387
✏️ Remove duplicate title in docs `body-multiple-params` ( #13345 )
2 months ago
github-actions
db554ca094
📝 Update release notes
[skip ci]
2 months ago
Hyogeun Oh (오효근)
ac893a4446
🌐 Update Korean translation for `docs/ko/docs/help-fastapi.md` ( #13262 )
2 months ago
github-actions
b81d29fc00
📝 Update release notes
[skip ci]
2 months ago
dependabot[bot]
10a13d05c4
⬆ Bump cloudflare/wrangler-action from 3.13 to 3.14 ( #13350 )
Bumps [cloudflare/wrangler-action](https://github.com/cloudflare/wrangler-action ) from 3.13 to 3.14.
- [Release notes](https://github.com/cloudflare/wrangler-action/releases )
- [Changelog](https://github.com/cloudflare/wrangler-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/cloudflare/wrangler-action/compare/v3.13...v3.14 )
---
updated-dependencies:
- dependency-name: cloudflare/wrangler-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 months ago
github-actions
d51936754d
📝 Update release notes
[skip ci]
2 months ago
11kkw
030012bf4c
🌐 Add Korean translation for `docs/ko/docs/advanced/custom-response.md` ( #13265 )
2 months ago
github-actions
fc94d904c9
📝 Update release notes
[skip ci]
2 months ago
Lee Yesong (이예송)
39b4692525
🌐 Update Korean translation for `docs/ko/docs/tutorial/security/simple-oauth2.md` ( #13335 )
2 months ago
github-actions
15afe2e301
📝 Update release notes
[skip ci]
2 months ago
ScrollDude
03b24b5a52
🌐 Add Russian translation for `docs/ru/docs/advanced/response-cookies.md` ( #13327 )
2 months ago
github-actions
3aeaa0a6a8
📝 Update release notes
[skip ci]
2 months ago
Phương Tấn Thành
5cbb81cc26
🌐 Add Vietnamese translation for `docs/vi/docs/tutorial/static-files.md` ( #11291 )
2 months ago
github-actions
eea196f4a5
📝 Update release notes
[skip ci]
2 months ago
Emil Sadek
126a9b33c9
📝 Fix test badge ( #13313 )
* Fix test badge
* Fix test badge in docs
---------
Co-authored-by: Emil Sadek <[email protected] >
Co-authored-by: Alejandra <[email protected] >
2 months ago
github-actions
57a9a64435
📝 Update release notes
[skip ci]
2 months ago
11kkw
ad33193f2c
🌐 Add Korean translation for `docs/ko/docs/tutorial/dependencies/dependencies-with-yield.md` ( #13257 )
2 months ago
github-actions
c6c45ae488
📝 Update release notes
[skip ci]
2 months ago
github-actions
828079cb6e
📝 Update release notes
[skip ci]
2 months ago
github-actions
4740ccdcce
📝 Update release notes
[skip ci]
2 months ago
github-actions
49b18c87a0
📝 Update release notes
[skip ci]
2 months ago
github-actions
42a3b1526e
📝 Update release notes
[skip ci]
2 months ago
dependabot[bot]
83332ff9b2
⬆ Bump mkdocs-material from 9.5.18 to 9.6.1 ( #13301 )
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 9.5.18 to 9.6.1.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.5.18...9.6.1 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alejandra <[email protected] >
2 months ago
dependabot[bot]
8cde8dc2a9
⬆ Bump pillow from 11.0.0 to 11.1.0 ( #13300 )
Bumps [pillow](https://github.com/python-pillow/Pillow ) from 11.0.0 to 11.1.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases )
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst )
- [Commits](https://github.com/python-pillow/Pillow/compare/11.0.0...11.1.0 )
---
updated-dependencies:
- dependency-name: pillow
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alejandra <[email protected] >
2 months ago
Phương Tấn Thành
e86ef5e57d
🌐 Add Vietnamese translation for `docs/vi/docs/virtual-environments.md` ( #13282 )
2 months ago
github-actions
8a6d81afad
📝 Update release notes
[skip ci]
2 months ago
Valentyn
f9352c18de
🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/static-files.md` ( #13285 )
2 months ago
Phương Tấn Thành
38d409dd67
🌐 Add Vietnamese translation for `docs/vi/docs/environment-variables.md` ( #13287 )
2 months ago
Sebastián Ramírez
e814707cd1
👥 Update FastAPI People - Sponsors ( #13295 )
Co-authored-by: github-actions <[email protected] >
2 months ago