Sebastián Ramírez
|
e758f67362
|
Merge branch 'master' into add-missing-tests-for-code-examples
|
7 months ago |
Sebastián Ramírez
|
05ccdf3e81
|
⬆️ Upgrade Strawberry for tests
|
7 months ago |
Sebastián Ramírez
|
90a9f04926
|
✅ Tweak test, add xfail
|
7 months ago |
Sebastián Ramírez
|
8e1aad2ecf
|
💡 Tweak TODO comments to make them easier for me to find them
|
7 months ago |
github-actions[bot]
|
55b556a7d1
|
📝 Update release notes
[skip ci]
|
7 months ago |
Motov Yurii
|
a4d04c9b7e
|
👷 Remove `lint` job from `test` CI workflow (#14593)
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
|
7 months ago |
github-actions[bot]
|
23caa2709b
|
📝 Update release notes
[skip ci]
|
7 months ago |
Sebastián Ramírez
|
c264467efe
|
📝 Add documentary to website (#14600)
|
7 months ago |
github-actions[bot]
|
2b212ddd76
|
📝 Update release notes
[skip ci]
|
7 months ago |
Nils-Hero Lindemann
|
7203e860b3
|
🌐 Update translations for de (update-outdated) (#14581)
* Sync with #14575 (Drop support for Pydantic v1)
* Add a word and fix a typo
Found while syncing.
|
7 months ago |
github-actions[bot]
|
e55f223b46
|
📝 Update release notes
[skip ci]
|
7 months ago |
Sebastián Ramírez
|
a329baaa54
|
👷 Update secrets check (#14592)
|
7 months ago |
github-actions[bot]
|
a7a0aee984
|
📝 Update release notes
[skip ci]
|
7 months ago |
Sebastián Ramírez
|
6539b80d9f
|
👷 Run CodSpeed tests in parallel to other tests to speed up CI (#14586)
|
7 months ago |
github-actions[bot]
|
e1bd9f3e33
|
📝 Update release notes
[skip ci]
|
7 months ago |
Sebastián Ramírez
|
b9b2793bda
|
🔨 Update scripts and pre-commit to autofix files (#14585)
|
7 months ago |
Sebastián Ramírez
|
c4a1ab5036
|
🔖 Release version 0.127.0
|
7 months ago |
github-actions[bot]
|
22c7200ebb
|
📝 Update release notes
[skip ci]
|
7 months ago |
Sebastián Ramírez
|
6e42bcd8ce
|
🔊 Add deprecation warnings when using `pydantic.v1` (#14583)
|
7 months ago |
github-actions[bot]
|
6513d4daa1
|
📝 Update release notes
[skip ci]
|
7 months ago |
Sebastián Ramírez
|
1d93d531bc
|
⬆️ Upgrade OpenAI model for translations to gpt-5.2 (#14579)
|
7 months ago |
github-actions[bot]
|
c2c1cc8aec
|
📝 Update release notes
[skip ci]
|
7 months ago |
Sebastián Ramírez
|
5289259275
|
🔧 Add LLM prompt file for Korean, generated from the existing translations (#14546)
Co-authored-by: hy.lee <[email protected]>
|
7 months ago |
github-actions[bot]
|
5783910d0c
|
📝 Update release notes
[skip ci]
|
7 months ago |
Sebastián Ramírez
|
026b43e5d3
|
🔧 Add LLM prompt file for Japanese, generated from the existing translations (#14545)
Co-authored-by: Maruo.S <[email protected]>
|
7 months ago |
Sebastián Ramírez
|
6b591ddd7e
|
📝 Update release notes
|
7 months ago |
Sebastián Ramírez
|
10252b1937
|
🔖 Release version 0.126.0
|
7 months ago |
github-actions[bot]
|
55ec28b81b
|
📝 Update release notes
[skip ci]
|
7 months ago |
Sebastián Ramírez
|
1cb4e25651
|
🔧 Tweak pre-commit to allow committing release-notes (#14577)
|
7 months ago |
github-actions[bot]
|
eac57f6908
|
📝 Update release notes
[skip ci]
|
7 months ago |
Sebastián Ramírez
|
e2cd8a4201
|
➖ Drop support for Pydantic v1, keeping short temporary support for Pydantic v2's `pydantic.v1` (#14575)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
7 months ago |
Yurii Motov
|
d4e7db05e5
|
UPdate test for `docs_src/python_types/tutorial005_py39.py` after fixing code example
|
7 months ago |
Yurii Motov
|
406de37882
|
Merge remote-tracking branch 'upstream/master' into add-missing-tests-for-code-examples
|
7 months ago |
github-actions[bot]
|
5c7dceb80f
|
📝 Update release notes
[skip ci]
|
7 months ago |
Paras Verma
|
d70ed5eceb
|
📝 Fix duplicated variable in `docs_src/python_types/tutorial005_py39.py` (#14565)
Fix duplicated variable in python types example
|
7 months ago |
github-actions[bot]
|
261c11b218
|
📝 Update release notes
[skip ci]
|
7 months ago |
Sebastián Ramírez
|
75d4f9c098
|
🔧 Add LLM prompt file for Ukrainian, generated from the existing translations (#14548)
|
7 months ago |
github-actions[bot]
|
19abc42efe
|
📝 Update release notes
[skip ci]
|
7 months ago |
Sebastián Ramírez
|
09ab90ed35
|
⬆️ Use prek as a pre-commit alternative (#14572)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
7 months ago |
Yurii Motov
|
5f3500dfdf
|
Omit Pydantic V1 code examples in coverage config
|
7 months ago |
Yurii Motov
|
8c8addfb59
|
Fix applying `needs_pydanticv2` to modules
|
7 months ago |
Yurii Motov
|
871d20795b
|
Remove redundand `needs_py39` in test
|
7 months ago |
Yurii Motov
|
0c183ee8fc
|
Add `pragma: no cover` in some tests
|
7 months ago |
Yurii Motov
|
225a022b80
|
Merge remote-tracking branch 'upstream/master' into add-missing-tests-for-code-examples
|
7 months ago |
Yurii Motov
|
e9aabb87e5
|
Exclude temporary code examples from coverage
|
7 months ago |
Yurii Motov
|
32bd9eee51
|
Add tests for `docs_src.query_params_str_validations.tutorial006c`
|
7 months ago |
Yurii Motov
|
1022dded86
|
Add tests for `docs_src.python_types.**`
|
7 months ago |
Yurii Motov
|
00bca9d9f9
|
Add tests for `docs_src.dependencies.tutorial010`
|
7 months ago |
Yurii Motov
|
2b9d85a61a
|
Add tests for `docs_src.dependencies.tutorial008` (skipped for annotated version)
|
7 months ago |
Yurii Motov
|
6b4017f91c
|
Add tests for `docs_src.dependencies.tutorial007`
|
7 months ago |