pre-commit-ci-lite[bot]
607f77820b
🎨 Auto format
5 months ago
Jonathan Fulton
cb6000c417
test: add tests for Request, BackgroundTasks, and new Response instance
- Add test for dependency returning different Response instance (JSONResponse)
- Add test for Request type in dependency chain
- Add test for BackgroundTasks with Depends annotation
- Update module docstring to reflect broader scope (all special types)
5 months ago
Jonathan Fulton
6b782a8f9f
fix: allow Response type hint as dependency annotation ( #10127 )
Previously, using Response as a type hint with Depends would fail:
def endpoint(response: Annotated[Response, Depends(modify_response)]):
This was due to an overly strict assertion that prevented Depends
from being used with Response type annotations.
The fix moves the Depends check before the special type handling,
so when a Depends is specified, the dependency is called normally
and its return value used, rather than applying the special
Response injection logic.
This allows patterns like:
- response: Annotated[Response, Depends(modify_response)]
- response: Response = Depends(modify_response)
While still supporting regular Response injection:
- response: Response
Fixes #10127
6 months ago
github-actions[bot]
08924400c2
📝 Update release notes
[skip ci]
6 months ago
Sebastián Ramírez
c9629e0eb2
🌐 Update translations for tr (update-outdated) ( #14745 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
6 months ago
github-actions[bot]
9348a5e2cf
📝 Update release notes
[skip ci]
6 months ago
Vineet Kumar
a3dccaeb14
📝 Fix minor typos in release notes ( #14780 )
📝 Fix typos in release notes
6 months ago
github-actions[bot]
8c32e91c10
📝 Update release notes
[skip ci]
6 months ago
JUNG SEUNGHOON
7a0589466c
🌐 Update `llm-prompt.md` for Korean language ( #14763 )
* docs(ko): refine 'burger' to '햄버거' and update glossary
* Update docs/ko/llm-prompt.md
Co-authored-by: Motov Yurii <[email protected] >
* Add app and command to glossary
Update glossary: add 애플리케이션 (app) and 명령어 (command)
---------
Co-authored-by: Motov Yurii <[email protected] >
6 months ago
github-actions[bot]
442d007e76
📝 Update release notes
[skip ci]
6 months ago
Motov Yurii
eaf07c5d84
🌐 Update translations for ko (update outdated, found by fixer tool) ( #14738 )
* Update outdated pages found by fixer tool
* Re-translate with updated prompt (fixed translation for `you`)
* Re-translate with `gtpt-5` model
* Re-translate with new preferred translation for `burger`
* Re-translate with new preferred translations for `app` and `command`
6 months ago
github-actions[bot]
597b435ae7
📝 Update release notes
[skip ci]
6 months ago
Sofie Van Landeghem
74cc27fd5a
🔧 Ensure that an edit to `uv.lock` gets the `internal` label ( #14759 )
add uv.lock to files for labeling the PR with 'internal'
6 months ago
github-actions[bot]
f1a39cab12
📝 Update release notes
[skip ci]
6 months ago
Sebastián Ramírez
509afeb475
🌐 Update translations for de (update-outdated) ( #14690 )
* 🌐 Update translations for de (update-outdated)
* Apply suggestions from code review
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Motov Yurii <[email protected] >
6 months ago
github-actions[bot]
6e47171e9c
📝 Update release notes
[skip ci]
6 months ago
Motov Yurii
b9b75ba5f1
🌐 Update LLM prompt for Russian translations ( #14733 )
Add some specific translations
6 months ago
github-actions[bot]
e0abd210f6
📝 Update release notes
[skip ci]
6 months ago
Sebastián Ramírez
2eb978b87a
🌐 Update translations for ru (update-outdated) ( #14693 )
* 🌐 Update translations for ru (update-outdated)
* 🎨 Auto format
* Apply suggestions from code review
* Apply suggestions from code review 2
* Apply suggestions from code review 3
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Motov Yurii <[email protected] >
6 months ago
github-actions[bot]
50a78bf840
📝 Update release notes
[skip ci]
6 months ago
Sebastián Ramírez
2d459e4845
🌐 Update translations for pt (update-outdated) ( #14724 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
6 months ago
github-actions[bot]
7faa7089d6
📝 Update release notes
[skip ci]
6 months ago
hy.lee
0ab68a762f
🌐 Update Korean LLM prompt ( #14740 )
6 months ago
github-actions[bot]
7443bc7a46
📝 Update release notes
[skip ci]
6 months ago
Kader Miyanyedi
6afb15c518
🌐 Improve LLM prompt for Turkish translations ( #14728 )
6 months ago
github-actions[bot]
ad6b2901a6
📝 Update release notes
[skip ci]
6 months ago
Sebastián Ramírez
463a3a24d7
🔧 Update sponsors: remove Requestly ( #14735 )
6 months ago
github-actions[bot]
db5441eba1
📝 Update release notes
[skip ci]
6 months ago
Sebastián Ramírez
536a5bafe7
🔧 Update sponsors, LambdaTest changes to TestMu AI ( #14734 )
6 months ago
github-actions[bot]
0c7f2b66d7
📝 Update release notes
[skip ci]
6 months ago
Rafael de Oliveira Marques
9fec72687f
🌐 Update portuguese llm-prompt.md ( #14702 )
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: Sofie Van Landeghem <[email protected] >
6 months ago
github-actions[bot]
8fa635c718
📝 Update release notes
[skip ci]
6 months ago
Sebastián Ramírez
fb15bba819
🌐 Update LLM prompt instructions file for French ( #14618 )
6 months ago
github-actions[bot]
23bcfa094d
📝 Update release notes
[skip ci]
6 months ago
Sebastián Ramírez
f317ede223
🌐 Update translations for ko (add-missing) ( #14699 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
6 months ago
github-actions[bot]
c597d9cb53
📝 Update release notes
[skip ci]
6 months ago
fcharrier
a96dd013a4
🐛 Fix copy button in custom.js ( #14722 )
6 months ago
github-actions[bot]
a456e92a21
📝 Update release notes
[skip ci]
6 months ago
Sebastián Ramírez
1be80f4885
📝 Add contribution instructions about LLM generated code and comments and automated tools for PRs ( #14706 )
6 months ago
github-actions[bot]
e63f382b0f
📝 Update release notes
[skip ci]
6 months ago
Sebastián Ramírez
7b864acf37
📝 Update docs for management tasks ( #14705 )
6 months ago
github-actions[bot]
e9e0419ed0
📝 Update release notes
[skip ci]
6 months ago
Sebastián Ramírez
249a776b70
📝 Update docs about managing translations ( #14704 )
6 months ago
github-actions[bot]
97aa825422
📝 Update release notes
[skip ci]
6 months ago
Sebastián Ramírez
1054fbd256
📝 Update docs for contributing with translations ( #14701 )
6 months ago
github-actions[bot]
effe493ae0
📝 Update release notes
[skip ci]
6 months ago
github-actions[bot]
612a2d20bc
📝 Update release notes
[skip ci]
6 months ago
dependabot[bot]
14f3068762
⬆ Bump actions/cache from 4 to 5 ( #14511 )
Bumps [actions/cache](https://github.com/actions/cache ) from 4 to 5.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
6 months ago
dependabot[bot]
d05b18ec40
⬆ Bump actions/upload-artifact from 5 to 6 ( #14525 )
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 5 to 6.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
6 months ago
github-actions[bot]
9a76f2fec9
📝 Update release notes
[skip ci]
6 months ago