Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/staging-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ jobs:
uses: astral-sh/setup-uv@v7
with:
python-version: '3.14'
# self-hosted runners are ephemeral and the default 'auto' only caches
# on GitHub-hosted runners, so enable the cache explicitly
enable-cache: true

- name: Install dependencies
run: uv sync --group test --locked
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ repos:
hooks:
- id: gitlint
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.11.0
rev: 0.12.5
hooks:
- id: uv-lock
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# (C) 2021 GoodData Corporation
ARG PY_TAG
FROM ghcr.io/astral-sh/uv:0.11 AS uv
FROM ghcr.io/astral-sh/uv:0.12 AS uv
FROM python:${PY_TAG}

ARG PY_TAG
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies = [
]

[tool.uv]
required-version = "~=0.11.0"
required-version = "~=0.12.0"

[tool.uv.sources]
gooddata-sdk = { workspace = true }
Expand Down Expand Up @@ -82,7 +82,7 @@ tox = [
# uv.lock. Without this bound the resolver picks the newest uv, whose console script
# then shadows the pinned binary in the image and trips required-version at runtime.
# Keep in sync with [tool.uv] required-version above.
"uv~=0.11.0",
"uv~=0.12.0",
]

[tool.ruff]
Expand Down
46 changes: 23 additions & 23 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading