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
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v6
- name: Install uv
uses: astral-sh/setup-uv@v6
uses: astral-sh/setup-uv@v7
with:
python-version: ${{ matrix.python-version }}
- name: Install GNU sed on macOS
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
steps:
- uses: actions/checkout@v6
- name: Install uv
uses: astral-sh/setup-uv@v6
uses: astral-sh/setup-uv@v7
with:
python-version: ${{ matrix.python-version }}
- name: Install deps
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-per-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
fetch-depth: 0
- name: Install uv
uses: astral-sh/setup-uv@v6
uses: astral-sh/setup-uv@v7
with:
python-version: "3.13"
- name: Install GNU sed (macOS)
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ and this project adheres to
testing triggered by the ci:per-commit label ([3967e42], [#66])
- Remove duplicated lint-shell target in Makefile ([a652654], [#67])
- Add mypy type checking to CI workflow ([6b9a3db], [#42])
- Bump astral-sh/setup-uv from 6 to 7 ([cfa8b6c], [#72])
- Migrate from Poetry to uv ([14bc55e], [#65])

## [0.1.10] - 2024-12-XX
Expand Down Expand Up @@ -65,6 +66,7 @@ and this project adheres to
[0.1.9]: https://github.com/LeakIX/LeakIXClient-Python/releases/tag/v0.1.9

<!-- Commit links -->
[cfa8b6c]: https://github.com/LeakIX/LeakIXClient-Python/commit/cfa8b6c
[6b9a3db]: https://github.com/LeakIX/LeakIXClient-Python/commit/6b9a3db
[d111628]: https://github.com/LeakIX/LeakIXClient-Python/commit/d111628
[df916e5]: https://github.com/LeakIX/LeakIXClient-Python/commit/df916e5
Expand All @@ -86,3 +88,4 @@ and this project adheres to
[#67]: https://github.com/LeakIX/LeakIXClient-Python/issues/67
[#42]: https://github.com/LeakIX/LeakIXClient-Python/issues/42
[#68]: https://github.com/LeakIX/LeakIXClient-Python/pull/68
[#72]: https://github.com/LeakIX/LeakIXClient-Python/pull/72
Loading