JSap0914
5729e674d3
🐛 Fix decimal_encoder crash on Decimal("sNaN") (signaling NaN)
Decimal('sNaN') is a valid Decimal value but float(Decimal('sNaN'))
raises ValueError. The else branch in decimal_encoder always called
float(), so any signaling NaN value reaching jsonable_encoder caused
an unhandled crash.
Fix: wrap the float() call in a try/except ValueError and fall back to
float('nan') for signaling NaN, consistent with the existing behaviour
for Decimal('NaN') (quiet NaN).
Added test_decimal_encoder_signaling_nan to cover the regression.
2 months ago
github-actions[bot]
202b2d2f5f
📝 Update release notes
[skip ci]
2 months ago
dependabot[bot]
e26e64381c
⬆ Bump the python-packages group across 1 directory with 7 updates ( #15777 )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 months ago
github-actions[bot]
c66d1c222b
📝 Update release notes
[skip ci]
2 months ago
dependabot[bot]
705324ed29
⬆ Bump cryptography from 46.0.7 to 48.0.1 ( #15779 )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 months ago
github-actions[bot]
627636b617
📝 Update release notes
[skip ci]
2 months ago
dependabot[bot]
84304df58f
⬆ Bump aiohttp from 3.14.0 to 3.14.1 ( #15781 )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 months ago
github-actions[bot]
aaf70c196c
📝 Update release notes
[skip ci]
2 months ago
dependabot[bot]
69f8d87fb7
⬆ Bump starlette from 1.2.1 to 1.3.1 ( #15780 )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 months ago
github-actions[bot]
a62dd75022
📝 Update release notes
[skip ci]
2 months ago
dependabot[bot]
2c77ae3f76
⬆ Bump astral-sh/setup-uv from 8.1.0 to 8.2.0 in the github-actions group ( #15776 )
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] >
2 months ago
github-actions[bot]
06074e739b
📝 Update release notes
[skip ci]
2 months ago
dependabot[bot]
5ebf2ab2d1
⬆ Bump https://github.com/crate-ci/typos from v1.47.1 to v1.47.2 in the pre-commit group ( #15775 )
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] >
2 months ago
github-actions[bot]
88683944c7
📝 Update release notes
[skip ci]
2 months ago
dependabot[bot]
9ca069f2be
⬆ Bump python-multipart from 0.0.30 to 0.0.32 ( #15778 )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 months ago
github-actions[bot]
2f5ba0d503
📝 Update release notes
[skip ci]
2 months ago
구희찬
44e5b99853
🌐 Fix broken Markdown in Korean custom response docs ( #15774 )
2 months ago
github-actions[bot]
2f836a9e70
📝 Update release notes
[skip ci]
2 months ago
Sebastián Ramírez
818b97a68b
⏪ ️ Revert removing scripts, only remove `coverage.sh` ( #15772 )
2 months ago
github-actions[bot]
aa5eeb3652
📝 Update release notes
[skip ci]
2 months ago
github-actions[bot]
090386b10e
📝 Update release notes
[skip ci]
2 months ago
Sebastián Ramírez
aeeb29f6d0
🌐 Update translations for fr (update-outdated) ( #15761 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2 months ago
Sebastián Ramírez
b401cb71c0
🌐 Update translations for zh-hant (update-outdated) ( #15760 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Yurii Motov <[email protected] >
2 months ago
github-actions[bot]
76008f778b
📝 Update release notes
[skip ci]
2 months ago
Sebastián Ramírez
011da093e1
🌐 Update translations for de (update-outdated) ( #15759 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Yurii Motov <[email protected] >
2 months ago
github-actions[bot]
132c533ace
📝 Update release notes
[skip ci]
2 months ago
Sebastián Ramírez
2f69b265ef
🌐 Update translations for ko (update-outdated) ( #15757 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2 months ago
github-actions[bot]
89fcd722e3
📝 Update release notes
[skip ci]
2 months ago
Sebastián Ramírez
3b9f938e50
🌐 Update translations for uk (update-outdated) ( #15756 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2 months ago
github-actions[bot]
a4bd128ed5
📝 Update release notes
[skip ci]
2 months ago
github-actions[bot]
8012339dc2
📝 Update release notes
[skip ci]
2 months ago
Sebastián Ramírez
d026f79b82
🌐 Update translations for zh (update-outdated) ( #15755 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Yurii Motov <[email protected] >
2 months ago
Sebastián Ramírez
43520809e9
🌐 Update translations for tr (update-outdated) ( #15754 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2 months ago
github-actions[bot]
93610bbbcc
📝 Update release notes
[skip ci]
2 months ago
Sebastián Ramírez
b82ab2fb41
🌐 Update translations for pt (update-outdated) ( #15753 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2 months ago
github-actions[bot]
451eb49bbc
📝 Update release notes
[skip ci]
2 months ago
Sebastián Ramírez
96592d954b
🌐 Update translations for es (update-outdated) ( #15752 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2 months ago
github-actions[bot]
eaf1d94925
📝 Update release notes
[skip ci]
2 months ago
Sebastián Ramírez
9871e03c8a
🌐 Update translations for ja (update-outdated) ( #15751 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2 months ago
github-actions[bot]
c9d3e82500
📝 Update release notes
[skip ci]
2 months ago
Sebastián Ramírez
864c29f075
🌐 Update translations for ru (update-outdated) ( #15758 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Yurii Motov <[email protected] >
2 months ago
github-actions[bot]
1b284435ee
📝 Update release notes
[skip ci]
2 months ago
Sebastián Ramírez
c054476c6f
🔥 Remove unused scripts ( #15771 )
2 months ago
github-actions[bot]
8c5a830b6d
📝 Update release notes
[skip ci]
2 months ago
Sebastián Ramírez
b7de2b7feb
🔧 Add ty configs to check docs sources ( #15770 )
2 months ago
github-actions[bot]
4473a0cd91
📝 Update release notes
[skip ci]
2 months ago
Sebastián Ramírez
76876e5a81
🔧 Add ty configs to check docs sources ( #15769 )
2 months ago
Sebastián Ramírez
a82e5f2fac
🔖 Release version 0.137.1 ( #15766 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2 months ago
github-actions[bot]
edd1461589
📝 Update release notes
[skip ci]
2 months ago
Sebastián Ramírez
b78c82262f
🚨 Fix typing checks for APIRoute ( #15765 )
2 months ago