Skip to content

Commit 94d432a

Browse files
committed
Merge branch 'development' of https://github.com/VedaWebProject/Tekst into development
2 parents ce91a38 + 2ed84cf commit 94d432a

File tree

5 files changed

+227
-227
lines changed

5 files changed

+227
-227
lines changed

.github/workflows/api-style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install uv
3636
uses: astral-sh/setup-uv@v7
3737
with:
38-
version: "0.9.7"
38+
version: "0.9.8"
3939
enable-cache: true
4040
- name: Install Python
4141
uses: actions/setup-python@v6

.github/workflows/api-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Install uv
4141
uses: astral-sh/setup-uv@v7
4242
with:
43-
version: "0.9.7"
43+
version: "0.9.8"
4444
enable-cache: true
4545
- name: Install Python
4646
uses: actions/setup-python@v6

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ENV PYTHONFAULTHANDLER=1 \
2626
FROM py-base AS api-builder
2727
WORKDIR "/tekst"
2828

29-
COPY --from=ghcr.io/astral-sh/uv:0.9.7 /uv /uvx /bin/
29+
COPY --from=ghcr.io/astral-sh/uv:0.9.8 /uv /uvx /bin/
3030
COPY Tekst-API/tekst/ ./tekst/
3131
COPY Tekst-API/uv.lock* \
3232
Tekst-API/pyproject.toml \

0 commit comments

Comments
 (0)