Skip to content

Commit 2a1523b

Browse files
chore: bump required uv version
1 parent d5cef5a commit 2a1523b

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install uv
2626
uses: astral-sh/setup-uv@v5
2727
with:
28-
version: '0.8.11'
28+
version: '0.9.13'
2929

3030
- name: Install dependencies
3131
run: uv sync --all-extras
@@ -47,7 +47,7 @@ jobs:
4747
- name: Install uv
4848
uses: astral-sh/setup-uv@v5
4949
with:
50-
version: '0.8.11'
50+
version: '0.9.13'
5151

5252
- name: Install dependencies
5353
run: uv sync --all-extras
@@ -81,7 +81,7 @@ jobs:
8181
- name: Install uv
8282
uses: astral-sh/setup-uv@v5
8383
with:
84-
version: '0.8.11'
84+
version: '0.9.13'
8585

8686
- name: Bootstrap
8787
run: ./scripts/bootstrap

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install uv
2020
uses: astral-sh/setup-uv@v5
2121
with:
22-
version: '0.8.11'
22+
version: '0.9.13'
2323

2424
- name: Publish to PyPI
2525
run: |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ aiohttp = ["aiohttp", "httpx_aiohttp>=0.1.9"]
4646

4747
[tool.uv]
4848
managed = true
49-
required-version = ">=0.5.0"
49+
required-version = ">=0.9"
5050
conflicts = [
5151
[
5252
{ group = "pydantic-v1" },

0 commit comments

Comments
 (0)