Skip to content

chore(deps): update python#1930

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/python-3.x
Open

chore(deps): update python#1930
renovate[bot] wants to merge 1 commit intomainfrom
renovate/python-3.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 21, 2026

This PR contains the following updates:

Package Type Update Change
python (source) requires-python minor >=3.13,<3.14>=3.14,<3.15
python final minor 3.13-slim-bookworm3.14-slim-bookworm
python stage minor 3.13-slim3.14-slim

Release Notes

python/cpython (python)

v3.14.3

Compare Source

v3.14.2

Compare Source

v3.14.1

Compare Source

v3.14.0

Compare Source


Configuration

📅 Schedule: Branch creation - "every weekend" in timezone US/Eastern, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/python-3.x branch 13 times, most recently from 6d1ffd8 to 8454595 Compare February 28, 2026 10:10
@renovate renovate bot force-pushed the renovate/python-3.x branch 7 times, most recently from 9aea9b9 to cc73944 Compare March 2, 2026 17:26
@@ -10,7 +10,7 @@
# Usage with Helm chart:
# Set dagsterDaemon.image.repository and dagsterDaemon.image.tag in values.yaml

Copy link

Choose a reason for hiding this comment

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

Bug: Several pyproject.toml files were not updated to require Python 3.14, creating an inconsistency with the Docker images which now use Python 3.14.
Severity: MEDIUM

Suggested Fix

Update the requires-python setting in the root pyproject.toml, packages/ol-orchestrate-lib/pyproject.toml, and dg_projects/data_loading/pyproject.toml to require Python 3.14 (e.g., >=3.14,<3.15) to match the version used in the Docker containers.

Prompt for AI Agent
Review the code at the location below. A potential bug has been identified by an AI
agent.
Verify if this is a real issue. If it is, propose a fix; if not, explain why it's not
valid.

Location: dg_deployments/Dockerfile.dagster-k8s#L12

Potential issue: The pull request updates the Docker images to use Python 3.14, but
several `pyproject.toml` files (in the root, `packages/ol-orchestrate-lib`, and
`dg_projects/data_loading`) were not updated to match. These files still allow for
Python `>3.13`, creating a discrepancy between local development and production
environments. This could lead to subtle bugs if code is developed against a different
Python version than what is run in the containerized production environment.

Did we get this right? 👍 / 👎 to inform future reviews.

@renovate renovate bot force-pushed the renovate/python-3.x branch 9 times, most recently from 570579d to 3ff631a Compare March 6, 2026 15:11
@renovate renovate bot force-pushed the renovate/python-3.x branch 13 times, most recently from 160f943 to d2dd69a Compare March 13, 2026 16:26
@renovate renovate bot force-pushed the renovate/python-3.x branch 15 times, most recently from ec6cde8 to 4118ccb Compare March 18, 2026 16:31
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.

0 participants