六翼羊王
f2643bb79c
Merge branch 'master' into master
2 months ago
github-actions[bot]
b44585589a
📝 Update release notes
[skip ci]
2 months ago
dependabot[bot]
f43cc1c0ef
⬆ Bump pydantic-ai from 1.63.0 to 1.83.0 ( #15417 )
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]
5c89b88c9f
📝 Update release notes
[skip ci]
2 months ago
dependabot[bot]
4216f99515
⬆ Bump prek from 0.3.2 to 0.3.9 ( #15418 )
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]
33aa27c7b7
📝 Update release notes
[skip ci]
2 months ago
dependabot[bot]
086048e395
⬆ Bump fastar from 0.9.0 to 0.11.0 ( #15419 )
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]
91dd310da9
📝 Update release notes
[skip ci]
2 months ago
dependabot[bot]
3747204677
⬆ Bump astral-sh/setup-uv from 7.6.0 to 8.1.0 ( #15415 )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 months ago
Sebastián Ramírez
e54e5a8980
🔖 Release version 0.136.1
2 months ago
github-actions[bot]
9a8a5fd999
📝 Update release notes
[skip ci]
2 months ago
Sofie Van Landeghem
7815a32f2e
⬆️ Update Pydantic v2 code to address deprecations ( #15101 )
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2 months ago
github-actions[bot]
ef1c927b05
📝 Update release notes
[skip ci]
2 months ago
Motov Yurii
38039e12a8
🔨 Tweak translation script ( #15174 )
2 months ago
github-actions[bot]
4fa826ce0a
📝 Update release notes
[skip ci]
2 months ago
dependabot[bot]
c39415673e
⬆ Bump mkdocs-material from 9.7.1 to 9.7.6 ( #15408 )
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]
ae230ad2f9
📝 Update release notes
[skip ci]
2 months ago
dependabot[bot]
d9eb39d1a1
⬆ Bump inline-snapshot from 0.31.1 to 0.32.6 ( #15409 )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Motov Yurii <[email protected] >
2 months ago
github-actions[bot]
4f8b5d14d3
📝 Update release notes
[skip ci]
2 months ago
dependabot[bot]
04958499e0
⬆ Bump pytest-codspeed from 4.3.0 to 4.4.0 ( #15407 )
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]
71f3c30108
📝 Update release notes
[skip ci]
2 months ago
dependabot[bot]
ea230dc80b
⬆ Bump pytest-cov from 7.0.0 to 7.1.0 ( #15406 )
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]
5f68b19002
📝 Update release notes
[skip ci]
2 months ago
dependabot[bot]
7402e33375
⬆ Bump cloudflare/wrangler-action from 3.14.1 to 3.15.0 ( #15405 )
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]
750ef483f2
📝 Update release notes
[skip ci]
2 months ago
dependabot[bot]
7c6b79eb3b
⬆ Bump mypy from 1.19.1 to 1.20.1 ( #15410 )
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]
c38782e0e8
📝 Update release notes
[skip ci]
2 months ago
dependabot[bot]
840e462667
⬆ Bump python-dotenv from 1.2.1 to 1.2.2 ( #15400 )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 months ago
yangxiangwen
d739b0a475
retrigger ci
2 months ago
pre-commit-ci-lite[bot]
ee28d0aef1
🎨 Auto format
2 months ago
yangxiangwen
74a4c31c39
♻️ Consolidate Playwright screenshot scripts into a single file
- Merge 12 separate screenshot scripts into generate_screenshots.py
- Fix inverted retry logic in server readiness check (break on success instead of on ConnectError)
- Fix duplicate browser launch and viewport loss in cookie_param_models and query_param_models
- Add wait_for_server() for scripts that were missing it (separate_openapi_schemas)
- Support running all or individual screenshots via CLI arguments
2 months ago
yangxiangwen
840bfbfd92
🐛 Fix Playwright scripts: server readiness check and duplicate browser launch
- Fix inverted retry logic in httpx readiness check: break on success instead of on ConnectError
- Increase retry count from 3 to 10 for more reliable server startup wait
- Remove duplicate browser launch and context overwrite in cookie_param_models and query_param_models scripts, preserving the intended 960x1080 viewport
2 months ago
github-actions[bot]
88021c3dc0
📝 Update release notes
[skip ci]
2 months ago
dependabot[bot]
13eade2fd9
⬆ Bump starlette from 0.52.1 to 1.0.0 ( #15397 )
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]
e0900abc6d
📝 Update release notes
[skip ci]
2 months ago
dependabot[bot]
4e6d8dc600
⬆ Bump pygithub from 2.8.1 to 2.9.1 ( #15396 )
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]
2bf3cdeb19
📝 Update release notes
[skip ci]
2 months ago
dependabot[bot]
043fdce921
⬆ Bump pyjwt from 2.12.0 to 2.12.1 ( #15393 )
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]
9d79b257ad
📝 Update release notes
[skip ci]
2 months ago
dependabot[bot]
6fadc67d62
⬆ Bump zizmor from 1.23.1 to 1.24.1 ( #15394 )
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]
a93b1db937
📝 Update release notes
[skip ci]
2 months ago
dependabot[bot]
e5a86c3972
⬆ Bump strawberry-graphql from 0.312.3 to 0.314.3 ( #15395 )
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]
916edab526
📝 Update release notes
[skip ci]
2 months ago
dependabot[bot]
355c12ce0e
⬆ Bump python-multipart from 0.0.22 to 0.0.26 ( #15360 )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Motov Yurii <[email protected] >
2 months ago
github-actions[bot]
4a29794efb
📝 Update release notes
[skip ci]
2 months ago
dependabot[bot]
c6bf1a9702
⬆ Bump authlib from 1.6.9 to 1.6.11 ( #15373 )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Motov Yurii <[email protected] >
2 months ago
github-actions[bot]
19c7b4bc28
📝 Update release notes
[skip ci]
2 months ago
dependabot[bot]
0d68ccc87c
⬆ Bump aiohttp from 3.13.3 to 3.13.4 ( #15282 )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Motov Yurii <[email protected] >
2 months ago
github-actions[bot]
fb5f830bf8
📝 Update release notes
[skip ci]
2 months ago
dependabot[bot]
7ce742e2c1
⬆ Bump pygments from 2.19.2 to 2.20.0 ( #15263 )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Motov Yurii <[email protected] >
2 months ago