Skip to content

Commit feff4ec

Browse files
committed
Merge branch 'main' into drop/python38
2 parents 105b5cc + ccff5b2 commit feff4ec

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,23 +31,32 @@ jobs:
3131
- macos-latest
3232
python-version:
3333
- "3.14"
34+
uv-resolution:
35+
- highest
3436
include:
3537
- os: windows-latest
3638
python-version: "3.9"
39+
uv-resolution: lowest-direct
3740
- os: ubuntu-latest
3841
python-version: "3.10"
42+
uv-resolution: highest
3943
- os: macos-latest
4044
python-version: "3.11"
45+
uv-resolution: lowest-direct
4146
- os: windows-latest
4247
python-version: "3.12"
48+
uv-resolution: highest
4349
- os: ubuntu-latest
4450
python-version: "3.13"
51+
uv-resolution: highest
4552
- os: macos-latest
4653
python-version: "3.13"
54+
uv-resolution: highest
4755
fail-fast: false
4856
runs-on: ${{ matrix.os }}
4957
env:
5058
UV_PYTHON: ${{ matrix.python-version }}
59+
UV_RESOLUTION: ${{ matrix.uv-resolution }}
5160
steps:
5261
- uses: actions/checkout@v6
5362
- name: Set up Python
@@ -68,7 +77,7 @@ jobs:
6877
with:
6978
limit-access-to-actor: true
7079
- name: Install Dependencies
71-
run: uv sync --locked --no-dev --group tests
80+
run: uv sync --no-dev --group tests
7281
- name: Lint
7382
run: uv run bash scripts/lint.sh
7483
- run: mkdir coverage

release-notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
### Internal
1010

11+
* 👷 Run tests with lower bound uv sync. PR [#37](https://github.com/fastapi/annotated-doc/pull/37) by [@YuriiMotov](https://github.com/YuriiMotov).
1112
* 👷 Run mypy by pre-commit. PR [#35](https://github.com/fastapi/annotated-doc/pull/35) by [@YuriiMotov](https://github.com/YuriiMotov).
1213
* ⬆ Bump ruff from 0.14.3 to 0.14.14. PR [#33](https://github.com/fastapi/annotated-doc/pull/33) by [@dependabot[bot]](https://github.com/apps/dependabot).
1314
* ⬆ Bump prek from 0.2.25 to 0.3.1. PR [#34](https://github.com/fastapi/annotated-doc/pull/34) by [@dependabot[bot]](https://github.com/apps/dependabot).

0 commit comments

Comments
 (0)