pre-commit-ci-lite[bot]
5c24dc0b17
🎨 Auto format
3 weeks ago
Muhamed Fazal PS
ed9b790685
fix: make _IncludedRouter cache rebuild thread-safe
Fixes #15974
The lazy cache rebuild in effective_candidates() and
effective_low_priority_routes() was not thread-safe. When multiple
threads triggered the first request concurrently, they could:
1. See a partially-built list (returning 404 for valid routes)
2. Append to the same list simultaneously (duplicating entries)
3. Leak entries into global warnings filters
This fix:
- Builds the list into a local variable before publishing
- Adds a threading.Lock to serialize concurrent rebuilds
- Uses double-checked locking to avoid unnecessary lock contention
- Publishes atomically (list first, version second)
3 weeks ago
github-actions[bot]
7cb06f360d
📝 Update release notes
[skip ci]
4 weeks ago
dependabot[bot]
1e60e32992
⬆ Bump CodSpeedHQ/action from 4.17.6 to 4.18.1 in the github-actions group ( #15950 )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 weeks ago
github-actions[bot]
fb53e1df99
📝 Update release notes
[skip ci]
4 weeks ago
dependabot[bot]
74963395fc
⬆ Bump the python-packages group with 8 updates ( #15952 )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 weeks ago
github-actions[bot]
3f3354a94d
📝 Update release notes
[skip ci]
4 weeks ago
Sebastián Ramírez
4cafad584d
🔧 Update sponsors: add TutorCruncher ( #15947 )
4 weeks ago
github-actions[bot]
dd17e4f723
📝 Update release notes
[skip ci]
1 month ago
Sebastián Ramírez
787e11b426
👷 Fix notify translations checkout target ( #15933 )
1 month ago
github-actions[bot]
68c02766d4
📝 Update release notes
[skip ci]
1 month ago
Sebastián Ramírez
f500ef131e
👷 Fix latest-changes checkout target ( #15932 )
1 month ago
github-actions[bot]
fdfd5091f1
📝 Update release notes
[skip ci]
1 month ago
Sebastián Ramírez
28c6fa1132
🔧 Update sponsors: remove RapidProxy ( #15929 )
1 month ago
github-actions[bot]
0475b62ff7
📝 Update release notes
[skip ci]
1 month ago
Sebastián Ramírez
9c913b7bf7
⬆️ Update issue-manager to 0.8.1 ( #15928 )
1 month ago
github-actions[bot]
f9816e4aa3
📝 Update release notes
[skip ci]
1 month ago
Sebastián Ramírez
a52b4b9283
⬆️ Update latest-changes to 0.6.1 ( #15926 )
1 month ago
github-actions[bot]
33299e22d1
📝 Update release notes
[skip ci]
1 month ago
Sebastián Ramírez
72726acc6b
🌐 Update translations for hi (add-missing) ( #15797 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Yurii Motov <[email protected] >
Co-authored-by: Yurii Motov <[email protected] >
1 month ago
github-actions[bot]
d27fe5cf15
📝 Update release notes
[skip ci]
1 month ago
Yurii Motov
91df2c20bc
🌐 Update `llm-prompt.md` for Hindi ( #15810 )
1 month ago
github-actions[bot]
ae59432d3b
📝 Update release notes
[skip ci]
1 month ago
Yurii Motov
b0708dcbb9
🌐 Fix language-specific translation prompt for Russian language ( #15924 )
1 month ago
Sebastián Ramírez
cecd96d9c6
🔖 Release version 0.139.0 ( #15910 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 month ago
github-actions[bot]
aea660936b
📝 Update release notes
[skip ci]
1 month ago
Sebastián Ramírez
319be508ce
✨ Support dependencies in `app.frontend()`, e.g. for automatic cookie authentication for the frontend ( #15908 )
1 month ago
github-actions[bot]
66a90f6ee9
📝 Update release notes
[skip ci]
1 month ago
Sebastián Ramírez
d30a3ebfc7
👥 Update FastAPI People - Experts ( #15909 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 month ago
github-actions[bot]
122f1b58f4
📝 Update release notes
[skip ci]
1 month ago
Sebastián Ramírez
fd6ece32ee
👥 Update FastAPI GitHub topic repositories ( #15906 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 month ago
github-actions[bot]
ec2a6adaf1
📝 Update release notes
[skip ci]
1 month ago
Sebastián Ramírez
9d7d7febd3
🌐 Update translations for fr (update-outdated) ( #15897 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Yurii Motov <[email protected] >
1 month ago
github-actions[bot]
8dc852df47
📝 Update release notes
[skip ci]
1 month ago
github-actions[bot]
704927a066
📝 Update release notes
[skip ci]
1 month ago
Sebastián Ramírez
c80355b65e
🌐 Update translations for zh-hant (update-outdated) ( #15896 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Yurii Motov <[email protected] >
1 month ago
Sebastián Ramírez
28c93900e7
🌐 Update translations for ja (update-outdated) ( #15895 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Yurii Motov <[email protected] >
1 month ago
github-actions[bot]
a49e35172d
📝 Update release notes
[skip ci]
1 month ago
Sebastián Ramírez
512a3e7825
🌐 Update translations for de (update-outdated) ( #15899 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Yurii Motov <[email protected] >
1 month ago
github-actions[bot]
e23813a9b5
📝 Update release notes
[skip ci]
1 month ago
Sebastián Ramírez
c2cdfcbcdd
🌐 Update translations for es (update-outdated) ( #15892 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Yurii Motov <[email protected] >
1 month ago
github-actions[bot]
60237faadb
📝 Update release notes
[skip ci]
1 month ago
Sebastián Ramírez
e7324a77db
🌐 Update translations for tr (update-outdated) ( #15891 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Yurii Motov <[email protected] >
1 month ago
github-actions[bot]
50ab217bc6
📝 Update release notes
[skip ci]
1 month ago
Sebastián Ramírez
48dd913e56
🌐 Update translations for pt (update-outdated) ( #15893 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Yurii Motov <[email protected] >
1 month ago
github-actions[bot]
59d335d200
📝 Update release notes
[skip ci]
1 month ago
Sebastián Ramírez
6119d87586
🌐 Update translations for zh (update-outdated) ( #15898 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Yurii Motov <[email protected] >
1 month ago
github-actions[bot]
2b5cf661ca
📝 Update release notes
[skip ci]
1 month ago
Sebastián Ramírez
509ac59f5c
🌐 Update translations for uk (update-outdated) ( #15900 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Yurii Motov <[email protected] >
1 month ago
github-actions[bot]
ffcbd457ea
📝 Update release notes
[skip ci]
1 month ago