Skip to content

md-babel-py bump#1994

Open
leshy wants to merge 1 commit intodevfrom
ivan/chore/md-babel-py-bump
Open

md-babel-py bump#1994
leshy wants to merge 1 commit intodevfrom
ivan/chore/md-babel-py-bump

Conversation

@leshy
Copy link
Copy Markdown
Contributor

@leshy leshy commented May 6, 2026

bumps md-babel-py in order to support longer timeouts (added a cli option)

I'd like to process heavier data

md-babel-py run --execution-timeout 600 plot.md

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented May 6, 2026

Greptile Summary

Bumps the dev-only md-babel-py dependency from 1.1.3 to 1.1.5 and regenerates the uv.lock to pick up the new --execution-timeout CLI option needed for processing heavier workloads.

  • pyproject.toml: pin changed from ==1.1.3 to ==1.1.5 under the dev extras group.
  • uv.lock: sdist/wheel URLs and SHA-256 hashes updated to match the new release; no other dependency entries are touched.

Confidence Score: 5/5

Safe to merge — the change is confined to a dev-only dependency and does not touch any production code paths.

The update replaces a pinned dev-only package (md-babel-py) with a slightly larger wheel that adds a single CLI flag. The lockfile hashes are consistent with the published PyPI artifacts, no production dependencies are modified, and the rest of the lockfile is untouched.

No files require special attention.

Important Files Changed

Filename Overview
pyproject.toml Bumps dev-only dependency md-babel-py from 1.1.3 to 1.1.5 to gain the new --execution-timeout CLI option.
uv.lock Lockfile updated with new wheel/sdist URLs and hashes for md-babel-py 1.1.5; all other entries unchanged.

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant UV as uv (package manager)
    participant PyPI as PyPI
    participant MdBabel as md-babel-py 1.1.5

    Dev->>UV: uv sync (dev extras)
    UV->>PyPI: fetch md_babel_py-1.1.5-py3-none-any.whl
    PyPI-->>UV: wheel + hash verified
    UV-->>Dev: environment ready
    Dev->>MdBabel: md-babel-py run --execution-timeout 600 plot.md
    MdBabel-->>Dev: executed with 600s timeout
Loading

Reviews (1): Last reviewed commit: "md-babel-py bump" | Re-trigger Greptile

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant