vidigoat
cf3a0d0d6e
Merge df50247add into 460f8d2cc8
2 weeks ago
dependabot[bot]
460f8d2cc8
⬆ Bump starlette from 1.0.0 to 1.1.0 ( #15684 )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 weeks ago
github-actions[bot]
3d2aace42f
📝 Update release notes
[skip ci]
2 weeks ago
github-actions[bot]
566bc53187
📝 Update release notes
[skip ci]
2 weeks ago
Sebastián Ramírez
4cc0e5b3ce
🌐 Update translations for zh-hant (update-outdated) ( #15671 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2 weeks ago
Sebastián Ramírez
d144531caa
🌐 Update translations for es (update-outdated) ( #15670 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2 weeks ago
github-actions[bot]
57b42cc138
📝 Update release notes
[skip ci]
2 weeks ago
Sebastián Ramírez
2d5e2a4b29
🌐 Update translations for fr (update-outdated) ( #15669 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2 weeks ago
github-actions[bot]
6999d21e98
📝 Update release notes
[skip ci]
2 weeks ago
Sebastián Ramírez
c4cf1341a1
👥 Update FastAPI People - Experts ( #15677 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2 weeks ago
Vidit Patankar
df50247add
Forward exclude_defaults when jsonable_encoder recurses into dict values
jsonable_encoder passes exclude_defaults to its recursive calls for
list/tuple/set items, but omits it for dict keys and values. As a result
a Pydantic model nested inside a dict keeps its default-valued fields
when exclude_defaults=True, while the same model inside a list correctly
drops them:
jsonable_encoder([m], exclude_defaults=True) -> [{'foo': 'foo'}] # correct
jsonable_encoder({'m': m}, exclude_defaults=True) -> {'m': {'foo': 'foo', ...}} # wrong, defaults kept
The sibling flags exclude_unset and exclude_none are already forwarded in
the same dict branch, so this is an inconsistency, not intended behavior.
Forward exclude_defaults too. Adds a regression test.
Authored with the assistance of an AI tool; reviewed and verified by me.
3 weeks ago
github-actions[bot]
a5a68f14e7
📝 Update release notes
[skip ci]
3 weeks ago
Sebastián Ramírez
6926656247
👥 Update FastAPI GitHub topic repositories ( #15675 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
3 weeks ago
github-actions[bot]
9f4f3fdc5b
📝 Update release notes
[skip ci]
3 weeks ago
Sebastián Ramírez
d6629f7dfc
🌐 Update translations for ja (update-outdated) ( #15668 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Yurii Motov <[email protected] >
3 weeks ago
github-actions[bot]
dbe984018b
📝 Update release notes
[skip ci]
3 weeks ago
github-actions[bot]
46bc43a04a
📝 Update release notes
[skip ci]
3 weeks ago
github-actions[bot]
4bdda67fb2
📝 Update release notes
[skip ci]
3 weeks ago
Sebastián Ramírez
2b70d68942
🌐 Update translations for pt (update-outdated) ( #15667 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
3 weeks ago
Sebastián Ramírez
2aa88900df
🌐 Update translations for tr (update-outdated) ( #15666 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
3 weeks ago
github-actions[bot]
7b262b3d54
📝 Update release notes
[skip ci]
3 weeks ago
Sebastián Ramírez
d822aefc8a
🌐 Update translations for zh (update-outdated) ( #15665 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
3 weeks ago
Sebastián Ramírez
502d20c441
🌐 Update translations for ko (update-outdated) ( #15664 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
3 weeks ago
github-actions[bot]
cf2369a597
📝 Update release notes
[skip ci]
3 weeks ago
Sebastián Ramírez
674a625ae9
🌐 Update translations for de (update-outdated) ( #15673 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
3 weeks ago
github-actions[bot]
e1c1299bb5
📝 Update release notes
[skip ci]
3 weeks ago
Sebastián Ramírez
bb6dbdb6cd
🌐 Update translations for uk (update-outdated) ( #15672 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
3 weeks ago
github-actions[bot]
e29b179705
📝 Update release notes
[skip ci]
3 weeks ago
Sebastián Ramírez
d1216e7352
🌐 Update translations for ru (update-outdated) ( #15674 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Yurii Motov <[email protected] >
3 weeks ago
github-actions[bot]
d390d514eb
📝 Update release notes
[skip ci]
3 weeks ago
Sebastián Ramírez
37c92a87ff
👥 Update FastAPI People - Contributors and Translators ( #15662 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
3 weeks ago
github-actions[bot]
0ee8a24249
📝 Update release notes
[skip ci]
3 weeks ago
Sebastián Ramírez
b4d58fddee
👷 Automate release preparation ( #15661 )
3 weeks ago
github-actions[bot]
ee22a4b8ca
📝 Update release notes
[skip ci]
3 weeks ago
Sebastián Ramírez
1990ecb446
🔥 Remove slim package stub, deprecated for a while ( #15649 )
3 weeks ago
github-actions[bot]
91dba4484d
📝 Update release notes
[skip ci]
3 weeks ago
dependabot[bot]
99a1b1edee
⬆ Bump authlib from 1.6.11 to 1.7.2 ( #15512 )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yurii Motov <[email protected] >
Co-authored-by: Yurii Motov <[email protected] >
3 weeks ago
github-actions[bot]
199415da85
📝 Update release notes
[skip ci]
3 weeks ago
dependabot[bot]
dcac2f0d95
⬆ Bump pymdown-extensions from 10.21.2 to 10.21.3 ( #15569 )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yurii Motov <[email protected] >
3 weeks ago
github-actions[bot]
334582bfe4
📝 Update release notes
[skip ci]
3 weeks ago
dependabot[bot]
2a1506d167
⬆ Bump CodSpeedHQ/action from 4.14.0 to 4.15.1 ( #15513 )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yurii Motov <[email protected] >
3 weeks ago
github-actions[bot]
136b55f3d8
📝 Update release notes
[skip ci]
3 weeks ago
dependabot[bot]
4a5f0cd370
⬆ Bump python-multipart from 0.0.26 to 0.0.29 ( #15595 )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yurii Motov <[email protected] >
Co-authored-by: Yurii Motov <[email protected] >
3 weeks ago
github-actions[bot]
2bd97a6013
📝 Update release notes
[skip ci]
3 weeks ago
Yurii Motov
a3558be5f8
🔒 ️ Improve GitHub actions security ( #15607 )
3 weeks ago
github-actions[bot]
c9343d2cf0
📝 Update release notes
[skip ci]
3 weeks ago
Yurii Motov
a53efbcae9
⚰️ Remove ruff and coverage ignores for non-existing files ( #15610 )
Co-authored-by: AshNicolus <[email protected] >
3 weeks ago
github-actions[bot]
ad09734fa3
📝 Update release notes
[skip ci]
3 weeks ago
Yurii Motov
57535ef85b
✅ Use custom `changing_dir` instead of `CLIRunner.isolated_filesystem` to set working dir ( #15616 )
3 weeks ago
github-actions[bot]
dbfd55cea3
📝 Update release notes
[skip ci]
3 weeks ago