File tree Expand file tree Collapse file tree 4 files changed +133
-99
lines changed
Expand file tree Collapse file tree 4 files changed +133
-99
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -3,18 +3,18 @@ name = "python-template"
33version = " 0.1.0"
44requires-python = " >=3.13"
55dependencies = [
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 ]
1615dev = [
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" ]
2828build-backend = " uv_build"
2929
3030[tool .pyright ]
Original file line number Diff line number Diff line change 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
44ENV UV_COMPILE_BYTECODE=1 UV_LINK_MODE=copy UV_PYTHON_DOWNLOADS=0
55
@@ -13,8 +13,8 @@ COPY src src
1313RUN --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
1919ENV PYTHON_APP_ENVIRONMENT=""
2020
You can’t perform that action at this time.
0 commit comments