Skip to content

Commit e9ca41f

Browse files
committed
Update uv
1 parent ce55ab6 commit e9ca41f

File tree

4 files changed

+133
-99
lines changed

4 files changed

+133
-99
lines changed

.github/workflows/pull_request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install uv
2525
uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v6.6.1
2626
with:
27-
version: 0.8.22
27+
version: 0.9.0
2828

2929
- name: Install Python
3030
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ name = "python-template"
33
version = "0.1.0"
44
requires-python = ">=3.13"
55
dependencies = [
6-
"aiohttp==3.12.15",
6+
"aiohttp==3.13.0",
77
"azure-cosmos==4.9.0",
88
"azure-monitor-opentelemetry==1.8.1",
99
"fastapi[standard-no-fastapi-cloud-cli]==0.118.2",
10-
"poethepoet==0.37.0",
1110
"pydantic==2.12.0",
1211
"pydantic-settings[azure-key-vault]==2.11.0",
1312
]
1413

1514
[dependency-groups]
1615
dev = [
1716
"jupyter==1.1.1",
17+
"poethepoet==0.37.0",
1818
"pyright[nodejs]==1.1.406",
1919
"pytest==8.4.2",
2020
"pytest-asyncio==1.2.0",
@@ -24,7 +24,7 @@ dev = [
2424
]
2525

2626
[build-system]
27-
requires = ["uv_build>=0.8.22,<0.9.0"]
27+
requires = ["uv_build>=0.9.0,<0.10.0"]
2828
build-backend = "uv_build"
2929

3030
[tool.pyright]

src/python_template/api/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# 0.8.22-python3.13-bookworm-slim
2-
FROM astral/uv@sha256:c4a67221d74ad160ddf4e114804bda0f8dd2d2e1aa5c16e0817cf8530ff8f5f6 AS builder
1+
# 0.9.0-python3.13-bookworm-slim
2+
FROM astral/uv@sha256:3cb1f6710acffab0693c9efaaa32ab21ff10a4f8e38efaa5f2688abb49f35687 AS builder
33

44
ENV UV_COMPILE_BYTECODE=1 UV_LINK_MODE=copy UV_PYTHON_DOWNLOADS=0
55

@@ -13,8 +13,8 @@ COPY src src
1313
RUN --mount=type=cache,target=/root/.cache/uv \
1414
uv sync --locked --no-dev
1515

16-
# 3.13.7-slim-bookworm
17-
FROM python@sha256:adafcc17694d715c905b4c7bebd96907a1fd5cf183395f0ebc4d3428bd22d92d AS final
16+
# 3.13.8-slim-bookworm
17+
FROM python@sha256:61169c2bdb8e6bb44a8dfad33f569d324d52f079fded9a204b322a6fb9c9f799 AS final
1818

1919
ENV PYTHON_APP_ENVIRONMENT=""
2020

0 commit comments

Comments
 (0)