Skip to content

Release/v1.4.0#346

Merged
VKTB merged 36 commits into
mainfrom
develop
Jun 29, 2026
Merged

Release/v1.4.0#346
VKTB merged 36 commits into
mainfrom
develop

Conversation

@VKTB

@VKTB VKTB commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

Description

Makes a release for v1.4.0, containing the latest package updates.

Testing instructions

  • Review code
  • Check Actions build
  • Review changes to test coverage

VKTB and others added 30 commits May 15, 2026 13:11
Merge `main` into `develop` after `v1.3.1` release
Migrate from `pip` to `uv` & add `cooldown` to Dependabot
Bumps python from `db66119` to `399babc`.

---
updated-dependencies:
- dependency-name: python
  dependency-version: 3.13.14-alpine3.24
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps the github-actions group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `6.0.2` | `6.0.3` |
| [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | `8.1.0` | `8.2.0` |
| [codecov/codecov-action](https://github.com/codecov/codecov-action) | `6.0.0` | `7.0.0` |
| [docker/metadata-action](https://github.com/docker/metadata-action) | `6.0.0` | `6.1.0` |
| [docker/login-action](https://github.com/docker/login-action) | `4.1.0` | `4.2.0` |
| [docker/build-push-action](https://github.com/docker/build-push-action) | `7.1.0` | `7.2.0` |



Updates `actions/checkout` from 6.0.2 to 6.0.3
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@de0fac2...df4cb1c)

Updates `astral-sh/setup-uv` from 8.1.0 to 8.2.0
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@0880764...fac544c)

Updates `codecov/codecov-action` from 6.0.0 to 7.0.0
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@57e3a13...fb8b358)

Updates `docker/metadata-action` from 6.0.0 to 6.1.0
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](docker/metadata-action@030e881...80c7e94)

Updates `docker/login-action` from 4.1.0 to 4.2.0
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@4907a6d...650006c)

Updates `docker/build-push-action` from 7.1.0 to 7.2.0
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@bcafcac...f9f3042)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: astral-sh/setup-uv
  dependency-version: 8.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: codecov/codecov-action
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: docker/metadata-action
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: docker/login-action
  dependency-version: 4.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: docker/build-push-action
  dependency-version: 7.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Updates the requirements on [uv-build](https://github.com/astral-sh/uv) to permit the latest version.
- [Release notes](https://github.com/astral-sh/uv/releases)
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md)
- [Commits](astral-sh/uv@0.11.13...0.11.21)

---
updated-dependencies:
- dependency-name: uv-build
  dependency-version: 0.11.21
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
…/develop/github-actions-ededed8155

Bump the github-actions group across 1 directory with 6 updates
…build-gte-0.11.21-and-lt-0.12.0

Update uv-build requirement from <0.12.0,>=0.11.13 to >=0.11.21,<0.12.0
Updates the requirements on [fastapi[all]](https://github.com/fastapi/fastapi) and [boto3](https://github.com/boto/boto3) to permit the latest version.

Updates `fastapi[all]` to 0.137.1
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.136.1...0.137.1)

Updates `boto3` from 1.43.29 to 1.43.30
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.43.29...1.43.30)

---
updated-dependencies:
- dependency-name: boto3
  dependency-version: 1.43.30
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: uv
- dependency-name: fastapi[all]
  dependency-version: 0.137.1
  dependency-type: direct:production
  dependency-group: uv
...

Signed-off-by: dependabot[bot] <support@github.com>
…6cc8d10928

Bump the uv group across 1 directory with 2 updates
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).


Updates `actions/checkout` from 6.0.3 to 7.0.0
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@df4cb1c...9c091bb)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
…/develop/github-actions-2217aebe03

Bump actions/checkout from 6.0.3 to 7.0.0 in the github-actions group
…/python-399babc

Bump python from `db66119` to `399babc`
…-version-file-#338

Add `.python-version` file to `Dockerfile` stages
Updates the requirements on [fastapi[all]](https://github.com/fastapi/fastapi), [boto3](https://github.com/boto/boto3) and [pytest](https://github.com/pytest-dev/pytest) to permit the latest version.

Updates `fastapi[all]` to 0.138.0
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.137.1...0.138.0)

Updates `boto3` from 1.43.30 to 1.43.34
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.43.30...1.43.34)

Updates `pytest` from 9.1.0 to 9.1.1
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@9.1.0...9.1.1)

---
updated-dependencies:
- dependency-name: fastapi[all]
  dependency-version: 0.138.0
  dependency-type: direct:production
  dependency-group: uv
- dependency-name: boto3
  dependency-version: 1.43.34
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: uv
- dependency-name: pytest
  dependency-version: 9.1.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: uv
...

Signed-off-by: dependabot[bot] <support@github.com>
…0f39d52bb9

Bump the uv group across 1 directory with 3 updates
Updates the requirements on [uv-build](https://github.com/astral-sh/uv) to permit the latest version.
- [Release notes](https://github.com/astral-sh/uv/releases)
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md)
- [Commits](astral-sh/uv@0.11.21...0.11.23)

---
updated-dependencies:
- dependency-name: uv-build
  dependency-version: 0.11.23
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
VKTB added 5 commits June 29, 2026 10:48
…lure-for-pyjwt-#342

Fix Dependabot update failure for `pyjwt` dependency
…matching-#344

Fix version mismatch for pyjwt depdency in `pyproject.toml` and `uv.lock`
…build-gte-0.11.23-and-lt-0.12.0

Update uv-build requirement from <0.12.0,>=0.11.21 to >=0.11.23,<0.12.0
@codecov-commenter

codecov-commenter commented Jun 29, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.51%. Comparing base (cc262dd) to head (0790b4e).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #346   +/-   ##
=======================================
  Coverage   83.51%   83.51%           
=======================================
  Files          25       25           
  Lines         728      728           
=======================================
  Hits          608      608           
  Misses        120      120           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@VKTB
VKTB requested a review from joelvdavies June 29, 2026 13:04
@VKTB
VKTB merged commit fc8e9c3 into main Jun 29, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants