dependabot[bot]
54306ec0f2
docker(deps): Bump astral-sh/uv ( #14134 )
...
Bumps [astral-sh/uv](https://github.com/astral-sh/uv ) from 0.12.9-python3.14-trixie-slim to 0.12.16-python3.14-trixie-slim.
- [Release notes](https://github.com/astral-sh/uv/releases )
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/uv/compare/0.12.9...0.12.16 )
---
updated-dependencies:
- dependency-name: astral-sh/uv
dependency-version: 0.12.15-python3.14-trixie-slim
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-09-18 15:33:40 +00:00
Trenton H
530059c5c0
Performance: Preprocess classifier text with Tantivy instead of NLTK ( #14127 )
...
* Preprocesses classifier content with Tantivy instead of NLTK
Tokenizing and stemming now happen in one Rust call instead of NLTK's
Python tokenizer and per word stemming, which also removes the Redis
backed stem cache from every preprocessing call. The output matches the
NLTK pipeline closely; tokens containing digits are now stemmed, and the
English stop words follow Snowball's list.
Stemming and stop word removal apply whenever the OCR language is one of
the supported classifier languages, so PAPERLESS_ENABLE_NLTK and
PAPERLESS_NLTK_DIR are removed.
* Copies packages instead of hardlinking them in backend CI, some NLTK thing
* Adds a normalization to NFC to better fit what Tantivy expects
2026-09-16 07:35:26 -07:00
dependabot[bot]
705b45e507
docker(deps): Bump astral-sh/uv ( #13914 )
...
Bumps [astral-sh/uv](https://github.com/astral-sh/uv ) from 0.12.5-python3.14-trixie-slim to 0.12.9-python3.14-trixie-slim.
- [Release notes](https://github.com/astral-sh/uv/releases )
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/uv/compare/0.12.5...0.12.9 )
---
updated-dependencies:
- dependency-name: astral-sh/uv
dependency-version: 0.12.8-python3.14-trixie-slim
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-09-04 15:38:19 +00:00
Trenton H
5f9bc5de88
Chore: Upgrade Docker image to Python 3.14 ( #13721 )
...
* Upgrades our base image to uv 0.12 branch and Python 3.14
* Upgrades our workflows to uv 0.12.x as well
* Updates these locked wheels too
2026-08-19 09:43:14 -07:00
dependabot[bot]
4c7b3dd307
docker(deps): Bump astral-sh/uv ( #13472 )
...
Bumps [astral-sh/uv](https://github.com/astral-sh/uv ) from 0.11.28-python3.12-trixie-slim to 0.11.32-python3.12-trixie-slim.
- [Release notes](https://github.com/astral-sh/uv/releases )
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/uv/compare/0.11.28...0.11.32 )
---
updated-dependencies:
- dependency-name: astral-sh/uv
dependency-version: 0.11.32-python3.12-trixie-slim
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-08-02 04:00:13 +00:00
Albert Mikaelyan
735c3b073a
Fix: allow setting any UID and GID when running rootless ( #13090 )
2026-07-15 10:19:22 -07:00
dependabot[bot]
697e262b5d
docker(deps): Bump astral-sh/uv ( #13070 )
...
Bumps [astral-sh/uv](https://github.com/astral-sh/uv ) from 0.11.19-python3.12-trixie-slim to 0.11.28-python3.12-trixie-slim.
- [Release notes](https://github.com/astral-sh/uv/releases )
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/uv/compare/0.11.19...0.11.28 )
---
updated-dependencies:
- dependency-name: astral-sh/uv
dependency-version: 0.11.26-python3.12-trixie-slim
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-15 15:37:35 +00:00
dependabot[bot]
e40e9eb0f9
docker(deps): Bump astral-sh/uv ( #12920 )
...
Bumps [astral-sh/uv](https://github.com/astral-sh/uv ) from 0.11.6-python3.12-trixie-slim to 0.11.19-python3.12-trixie-slim.
- [Release notes](https://github.com/astral-sh/uv/releases )
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/uv/compare/0.11.6...0.11.19 )
---
updated-dependencies:
- dependency-name: astral-sh/uv
dependency-version: 0.11.18-python3.12-trixie-slim
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-04 08:28:09 -07:00
Trenton H
4f8eae17e1
Fix: Makes the font cache folder writeable to all users, like ourselves ( #12726 )
2026-05-06 12:24:30 -07:00
Trenton H
3adeda28b4
Upgrades uv to the 0.11.x branch ( #12710 )
2026-05-04 23:44:36 +00:00
Trenton H
dda05a7c00
Security: Improve overall security in a few ways ( #12501 )
...
- Make sure we're always using regex with timeouts for user controlled data
- Adds rate limiting to the token endpoint (configurable)
- Signs the classifier pickle file with the SECRET_KEY and refuse to load one which doesn't verify.
- Require the user to set a secret key, instead of falling back to our old hard coded one
2026-04-02 15:30:26 -07:00
dependabot[bot]
3856ec19c0
docker(deps): bump astral-sh/uv ( #12265 )
...
Bumps [astral-sh/uv](https://github.com/astral-sh/uv ) from 0.10.7-python3.12-trixie-slim to 0.10.8-python3.12-trixie-slim.
- [Release notes](https://github.com/astral-sh/uv/releases )
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/uv/compare/0.10.7...0.10.8 )
---
updated-dependencies:
- dependency-name: astral-sh/uv
dependency-version: 0.10.8-python3.12-trixie-slim
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-10 17:27:06 +00:00
dependabot[bot]
9c0f112e94
docker(deps): Bump astral-sh/uv ( #12191 )
...
Bumps [astral-sh/uv](https://github.com/astral-sh/uv ) from 0.10.5-python3.12-trixie-slim to 0.10.7-python3.12-trixie-slim.
- [Release notes](https://github.com/astral-sh/uv/releases )
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/uv/compare/0.10.5...0.10.7 )
---
updated-dependencies:
- dependency-name: astral-sh/uv
dependency-version: 0.10.7-python3.12-trixie-slim
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-03 07:56:35 -08:00
Trenton H
317a177537
Chore: Updates s6-overlay to 3.2.2.0 ( #12189 )
2026-03-02 09:00:03 -08:00
dependabot[bot]
8a798e1ce2
docker(deps): Bump astral-sh/uv ( #12125 )
...
Bumps [astral-sh/uv](https://github.com/astral-sh/uv ) from 0.10.0-python3.12-trixie-slim to 0.10.4-python3.12-trixie-slim.
- [Release notes](https://github.com/astral-sh/uv/releases )
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/uv/compare/0.10.0...0.10.4 )
---
updated-dependencies:
- dependency-name: astral-sh/uv
dependency-version: 0.10.4-python3.12-trixie-slim
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-24 18:23:00 +00:00
Trenton H
8db1c4e08b
Breaking: Remove pybzar as a barcode reader ( #12065 )
2026-02-13 08:14:00 -08:00
dependabot[bot]
21623e4455
docker(deps): Bump astral-sh/uv from 0.9.29-python3.12-trixie-slim to 0.10.0-python3.12-trixie-slim ( #12019 )
...
* docker(deps): Bump astral-sh/uv
Bumps [astral-sh/uv](https://github.com/astral-sh/uv ) from 0.9.29-python3.12-trixie-slim to 0.10.0-python3.12-trixie-slim.
- [Release notes](https://github.com/astral-sh/uv/releases )
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/uv/compare/0.9.29...0.10.0 )
---
updated-dependencies:
- dependency-name: astral-sh/uv
dependency-version: 0.10.0-python3.12-trixie-slim
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Update DEFAULT_UV_VERSION to 0.10.x
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-09 13:02:48 -08:00
dependabot[bot]
b8e3b6590e
docker(deps): Bump astral-sh/uv ( #11980 )
...
Bumps [astral-sh/uv](https://github.com/astral-sh/uv ) from 0.9.26-python3.12-trixie-slim to 0.9.28-python3.12-trixie-slim.
- [Release notes](https://github.com/astral-sh/uv/releases )
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/uv/compare/0.9.26...0.9.28 )
---
updated-dependencies:
- dependency-name: astral-sh/uv
dependency-version: 0.9.28-python3.12-trixie-slim
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-04 13:42:07 -08:00
dependabot[bot]
d447a9fb32
docker(deps): Bump astral-sh/uv ( #11762 )
...
Bumps [astral-sh/uv](https://github.com/astral-sh/uv ) from 0.9.15-python3.12-trixie-slim to 0.9.24-python3.12-trixie-slim.
- [Release notes](https://github.com/astral-sh/uv/releases )
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/uv/compare/0.9.15...0.9.24 )
---
updated-dependencies:
- dependency-name: astral-sh/uv
dependency-version: 0.9.24-python3.12-trixie-slim
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-16 13:43:43 -08:00
shamoon and Trenton H
1b41559067
Chore: Reduce amd64 Docker image size by using CPU-only PyTorch wheels ( #11779 )
...
---------
Co-authored-by: Trenton H <797416+stumpylog@users.noreply.github.com >
2026-01-15 22:33:19 +00:00
shamoon
07eb3c4761
Chore: upgrade to node v24 ( #11747 )
2026-01-09 20:41:09 -08:00
Trenton H
b748362509
Chore: Cleanup old caching strategies ( #11726 )
2026-01-09 10:51:28 -08:00
dependabot[bot]
b63e095a60
docker(deps): bump astral-sh/uv ( #11533 )
...
Bumps [astral-sh/uv](https://github.com/astral-sh/uv ) from 0.9.14-python3.12-trixie-slim to 0.9.15-python3.12-trixie-slim.
- [Release notes](https://github.com/astral-sh/uv/releases )
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/uv/compare/0.9.14...0.9.15 )
---
updated-dependencies:
- dependency-name: astral-sh/uv
dependency-version: 0.9.15-python3.12-trixie-slim
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-04 07:06:08 -08:00
dependabot[bot]
919c54c6ba
docker(deps): Bump astral-sh/uv ( #11450 )
...
Bumps [astral-sh/uv](https://github.com/astral-sh/uv ) from 0.9.10-python3.12-trixie-slim to 0.9.14-python3.12-trixie-slim.
- [Release notes](https://github.com/astral-sh/uv/releases )
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/uv/compare/0.9.10...0.9.14 )
---
updated-dependencies:
- dependency-name: astral-sh/uv
dependency-version: 0.9.11-python3.12-trixie-slim
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-01 18:28:42 +00:00
Trenton H
5036aa1ea3
Feature: Upgrade underlying Docker image to Trixie ( #10562 )
2025-11-22 02:08:47 +00:00
Trenton H
a96db50b0a
Feature: Replace duplicated static files with symlinks ( #11418 )
2025-11-21 20:07:57 +00:00
dependabot[bot]
a45692aa0f
docker(deps): bump astral-sh/uv ( #11394 )
...
---
updated-dependencies:
- dependency-name: astral-sh/uv
dependency-version: 0.9.10-python3.12-bookworm-slim
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-17 13:38:26 -08:00
dependabot[bot]
dd6f7fad32
docker(deps): bump astral-sh/uv ( #11338 )
...
Bumps [astral-sh/uv](https://github.com/astral-sh/uv ) from 0.9.7-python3.12-bookworm-slim to 0.9.9-python3.12-bookworm-slim.
- [Release notes](https://github.com/astral-sh/uv/releases )
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/uv/compare/0.9.7...0.9.9 )
---
updated-dependencies:
- dependency-name: astral-sh/uv
dependency-version: 0.9.8-python3.12-bookworm-slim
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-14 18:37:33 +00:00
dependabot[bot]
95736eebc4
docker(deps): Bump astral-sh/uv ( #11283 )
...
Bumps [astral-sh/uv](https://github.com/astral-sh/uv ) from 0.9.4-python3.12-bookworm-slim to 0.9.7-python3.12-bookworm-slim.
- [Release notes](https://github.com/astral-sh/uv/releases )
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/uv/compare/0.9.4...0.9.7 )
---
updated-dependencies:
- dependency-name: astral-sh/uv
dependency-version: 0.9.7-python3.12-bookworm-slim
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-04 20:12:56 -08:00
dependabot[bot] and Trenton H
a8b42a3c7a
docker(deps): bump astral-sh/uv from 0.9.2-python3.12-bookworm-slim to 0.9.4-python3.12-bookworm-slim ( #11091 )
...
* docker(deps): bump astral-sh/uv
Bumps [astral-sh/uv](https://github.com/astral-sh/uv ) from 0.9.2-python3.12-bookworm-slim to 0.9.4-python3.12-bookworm-slim.
- [Release notes](https://github.com/astral-sh/uv/releases )
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/uv/compare/0.9.2...0.9.4 )
---
updated-dependencies:
- dependency-name: astral-sh/uv
dependency-version: 0.9.4-python3.12-bookworm-slim
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* Syncs up the CI uv version as well
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Trenton H <797416+stumpylog@users.noreply.github.com >
2025-10-21 08:45:57 -07:00
dependabot[bot]
d394053ddc
docker(deps): Bump astral-sh/uv from 0.8.22-python3.12-bookworm-slim to 0.9.2-python3.12-bookworm-slim ( #11052 )
...
Bumps [astral-sh/uv](https://github.com/astral-sh/uv ) from 0.8.22-python3.12-bookworm-slim to 0.9.2-python3.12-bookworm-slim.
- [Release notes](https://github.com/astral-sh/uv/releases )
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/uv/compare/0.8.22...0.9.2 )
---
updated-dependencies:
- dependency-name: astral-sh/uv
dependency-version: 0.9.2-python3.12-bookworm-slim
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-13 14:28:59 -07:00
dependabot[bot]
766af6a48a
docker(deps): bump astral-sh/uv ( #10906 )
...
Bumps [astral-sh/uv](https://github.com/astral-sh/uv ) from 0.8.17-python3.12-bookworm-slim to 0.8.19-python3.12-bookworm-slim.
- [Release notes](https://github.com/astral-sh/uv/releases )
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/uv/compare/0.8.17...0.8.19 )
---
updated-dependencies:
- dependency-name: astral-sh/uv
dependency-version: 0.8.19-python3.12-bookworm-slim
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-26 18:42:28 +00:00
dependabot[bot]
4b32c3228e
docker(deps): Bump astral-sh/uv ( #10864 )
...
Bumps [astral-sh/uv](https://github.com/astral-sh/uv ) from 0.8.15-python3.12-bookworm-slim to 0.8.17-python3.12-bookworm-slim.
- [Release notes](https://github.com/astral-sh/uv/releases )
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/uv/compare/0.8.15...0.8.17 )
---
updated-dependencies:
- dependency-name: astral-sh/uv
dependency-version: 0.8.17-python3.12-bookworm-slim
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-17 13:48:08 -07:00
dependabot[bot]
a94a8e4c6f
docker(deps): Bump astral-sh/uv from 0.8.13-python3.12-bookworm-slim to 0.8.15-python3.12-bookworm-slim ( #10810 )
...
Bumps [astral-sh/uv](https://github.com/astral-sh/uv ) from 0.8.13-python3.12-bookworm-slim to 0.8.15-python3.12-bookworm-slim.
- [Release notes](https://github.com/astral-sh/uv/releases )
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/uv/compare/0.8.13...0.8.15 )
---
updated-dependencies:
- dependency-name: astral-sh/uv
dependency-version: 0.8.15-python3.12-bookworm-slim
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-09 16:49:39 +00:00
dependabot[bot]
909ccebb34
docker(deps): Bump astral-sh/uv to 0.8.13 ( #10685 )
...
Bumps [astral-sh/uv](https://github.com/astral-sh/uv ) from 0.8.8-python3.12-bookworm-slim to 0.8.13-python3.12-bookworm-slim.
- [Release notes](https://github.com/astral-sh/uv/releases )
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/uv/compare/0.8.8...0.8.13 )
---
updated-dependencies:
- dependency-name: astral-sh/uv
dependency-version: 0.8.13-python3.12-bookworm-slim
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-26 14:59:05 -07:00
dependabot[bot]
ee6b700243
docker(deps): Bump astral-sh/uv ( #10564 )
...
Bumps [astral-sh/uv](https://github.com/astral-sh/uv ) from 0.8.4-python3.12-bookworm-slim to 0.8.8-python3.12-bookworm-slim.
- [Release notes](https://github.com/astral-sh/uv/releases )
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/uv/compare/0.8.4...0.8.8 )
---
updated-dependencies:
- dependency-name: astral-sh/uv
dependency-version: 0.8.8-python3.12-bookworm-slim
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-12 06:39:43 -07:00
dependabot[bot] and Trenton H
2b73007e7e
docker(deps): bump astral-sh/uv from 0.7.19-python3.12-bookworm-slim to 0.8.3-python3.12-bookworm-slim ( #10465 )
...
* docker(deps): bump astral-sh/uv
Bumps [astral-sh/uv](https://github.com/astral-sh/uv ) from 0.7.19-python3.12-bookworm-slim to 0.8.3-python3.12-bookworm-slim.
- [Release notes](https://github.com/astral-sh/uv/releases )
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/uv/compare/0.7.19...0.8.3 )
---
updated-dependencies:
- dependency-name: astral-sh/uv
dependency-version: 0.8.3-python3.12-bookworm-slim
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bumps CI uv version to the 0.8.x branch
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Trenton H <797416+stumpylog@users.noreply.github.com >
2025-07-31 17:46:30 +00:00
V0idC0de
4b8f6ed643
Fixhancement: follow redirects in curl health check ( #10415 )
2025-07-20 06:31:49 -07:00
dependabot[bot]
850444c2fc
docker(deps): Bump astral-sh/uv ( #10343 )
...
Bumps [astral-sh/uv](https://github.com/astral-sh/uv ) from 0.7.9-python3.12-bookworm-slim to 0.7.19-python3.12-bookworm-slim.
- [Release notes](https://github.com/astral-sh/uv/releases )
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/uv/compare/0.7.9...0.7.19 )
---
updated-dependencies:
- dependency-name: astral-sh/uv
dependency-version: 0.7.19-python3.12-bookworm-slim
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-08 12:26:24 -07:00
shamoon
52b95f2b62
QoL: log version at startup, show backend vs frontend mismatch in system status ( #10214 )
2025-06-19 08:29:34 -07:00
dependabot[bot]
d7b2e002ce
docker(deps): bump astral-sh/uv ( #10084 )
...
Bumps [astral-sh/uv](https://github.com/astral-sh/uv ) from 0.7.8-python3.12-bookworm-slim to 0.7.9-python3.12-bookworm-slim.
- [Release notes](https://github.com/astral-sh/uv/releases )
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/uv/compare/0.7.8...0.7.9 )
---
updated-dependencies:
- dependency-name: astral-sh/uv
dependency-version: 0.7.9-python3.12-bookworm-slim
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-31 09:27:59 -07:00
dependabot[bot] and Trenton H
b06c0a0eba
docker(deps): Bump astral-sh/uv from 0.6.16-python3.12-bookworm-slim to 0.7.8-python3.12-bookworm-slim ( #10056 )
...
* docker(deps): Bump astral-sh/uv
Bumps [astral-sh/uv](https://github.com/astral-sh/uv ) from 0.6.16-python3.12-bookworm-slim to 0.7.8-python3.12-bookworm-slim.
- [Release notes](https://github.com/astral-sh/uv/releases )
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/uv/compare/0.6.16...0.7.8 )
---
updated-dependencies:
- dependency-name: astral-sh/uv
dependency-version: 0.7.8-python3.12-bookworm-slim
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Upgrades the CI workflow to also use 0.7.x
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Trenton H <797416+stumpylog@users.noreply.github.com >
2025-05-29 11:17:15 -07:00
shamoon
c6b3fd8bcb
Chore: update s6-overlay to v3.2.1.0 ( #9893 )
2025-05-07 08:56:11 -07:00
dependabot[bot]
0cefdc8475
docker(deps): Bump astral-sh/uv from 0.6.14-python3.12-bookworm-slim to 0.6.16-python3.12-bookworm-slim ( #9767 )
...
Bumps [astral-sh/uv](https://github.com/astral-sh/uv ) from 0.6.14-python3.12-bookworm-slim to 0.6.16-python3.12-bookworm-slim.
- [Release notes](https://github.com/astral-sh/uv/releases )
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/uv/compare/0.6.14...0.6.16 )
---
updated-dependencies:
- dependency-name: astral-sh/uv
dependency-version: 0.6.16-python3.12-bookworm-slim
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-24 17:14:44 +00:00
dependabot[bot]
96227f785a
docker(deps): bump astral-sh/uv from 0.6.13-python3.12-bookworm-slim to 0.6.14-python3.12-bookworm-slim ( #9656 )
...
Bumps [astral-sh/uv](https://github.com/astral-sh/uv ) from 0.6.13-python3.12-bookworm-slim to 0.6.14-python3.12-bookworm-slim.
- [Release notes](https://github.com/astral-sh/uv/releases )
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/uv/compare/0.6.13...0.6.14 )
---
updated-dependencies:
- dependency-name: astral-sh/uv
dependency-version: 0.6.14-python3.12-bookworm-slim
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-21 18:46:19 +00:00
dependabot[bot]
53c106d448
docker(deps): Bump astral-sh/uv ( #9573 )
...
Bumps [astral-sh/uv](https://github.com/astral-sh/uv ) from 0.6.9-python3.12-bookworm-slim to 0.6.13-python3.12-bookworm-slim.
- [Release notes](https://github.com/astral-sh/uv/releases )
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/uv/compare/0.6.9...0.6.13 )
---
updated-dependencies:
- dependency-name: astral-sh/uv
dependency-version: 0.6.13-python3.12-bookworm-slim
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-09 21:43:12 +00:00
dependabot[bot]
b3ba673d9a
docker(deps): Bump astral-sh/uv from 0.6.5-python3.12-bookworm-slim to 0.6.9-python3.12-bookworm-slim ( #9488 )
...
Bumps [astral-sh/uv](https://github.com/astral-sh/uv ) from 0.6.5-python3.12-bookworm-slim to 0.6.9-python3.12-bookworm-slim.
- [Release notes](https://github.com/astral-sh/uv/releases )
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/uv/compare/0.6.5...0.6.9 )
---
updated-dependencies:
- dependency-name: astral-sh/uv
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-26 21:31:45 +00:00
Trenton H
9c68100dc0
Fix: Make management commands aware of the container environment ( #9499 )
2025-03-26 14:17:10 -07:00
shamoon
2f70d58219
Development: change frontend package manager to pnpm ( #9363 )
2025-03-11 17:59:44 +00:00
Trenton H
9944f81512
Fix: Allow setting of other Granian options ( #9360 )
2025-03-11 17:33:56 +00:00