Skip to content

Commit 1e1f9b2

Browse files
committed
upgrade uv back to >= 0.9
1 parent 6f33a7b commit 1e1f9b2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install uv
2525
uses: runloopai/setup-uv@main
2626
with:
27-
version: '0.8.11'
27+
version: '0.9.13'
2828

2929
- name: Install dependencies
3030
run: uv sync --all-extras
@@ -46,7 +46,7 @@ jobs:
4646
- name: Install uv
4747
uses: runloopai/setup-uv@main
4848
with:
49-
version: '0.8.11'
49+
version: '0.9.13'
5050

5151
- name: Install dependencies
5252
run: uv sync --all-extras
@@ -80,7 +80,7 @@ jobs:
8080
- name: Install uv
8181
uses: runloopai/setup-uv@main
8282
with:
83-
version: '0.8.11'
83+
version: '0.9.13'
8484

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

pyproject.toml

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

4545
[tool.uv]
4646
managed = true
47-
required-version = ">=0.8"
47+
required-version = ">=0.9"
4848
conflicts = [
4949
[
5050
{ group = "pydantic-v1" },

0 commit comments

Comments
 (0)