Skip to content

chore: bump python from 3.10-alpine to 3.14-alpine in /app - #628

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/docker/app/python-3.14-alpine
Open

chore: bump python from 3.10-alpine to 3.14-alpine in /app#628
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/docker/app/python-3.14-alpine

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 13, 2026

Copy link
Copy Markdown
Contributor

Bumps python from 3.10-alpine to 3.14-alpine.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file docker Pull requests that update docker code labels Feb 13, 2026
@ExperimentsInHonesty ExperimentsInHonesty moved this to PR Needs review (automated column, do not place items here manually) in P: PD: Project Board May 8, 2026
@fyliu

fyliu commented Aug 12, 2026

Copy link
Copy Markdown
Member

@dependabot rebase

Bumps python from 3.10-alpine to 3.14-alpine.

---
updated-dependencies:
- dependency-name: python
  dependency-version: 3.14-alpine
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/docker/app/python-3.14-alpine branch from 2f3d57d to f7a6240 Compare August 12, 2026 16:15

@fyliu fyliu left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The alpine upgrade is showing this problem during the build.

6.177 error: Failed to download distributions
6.177 Caused by: Failed to fetch wheel: psycopg2-binary==2.9.10
6.177 Caused by: Failed to build: psycopg2-binary==2.9.10
6.177 Caused by: Build backend failed to determine extra requires with build_wheel():

@fyliu

fyliu commented Aug 12, 2026

Copy link
Copy Markdown
Member

Follow LLM advice, I was able to switch to psycopg[binary] to make some progress, but then cffi is trying to do a source build. So I think some of our python dependencies haven't caught up with musl binary builds yet. I tried the python 3.13 base image, which works.

We haven't come up with an upgrade policy for python, but we can upgrade to 3.13 if we want to.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file docker Pull requests that update docker code

Projects

Status: PR Needs review (automated column, do not place items here manually)

Development

Successfully merging this pull request may close these issues.

2 participants