Skip to content

chore: bump version to 0.4.1#179

Merged
dm36 merged 1 commit intomasterfrom
dhruv/bump-version
Mar 26, 2026
Merged

chore: bump version to 0.4.1#179
dm36 merged 1 commit intomasterfrom
dhruv/bump-version

Conversation

@dm36
Copy link
Collaborator

@dm36 dm36 commented Mar 26, 2026

Greptile Summary

Bumps the scale-launch package version from 0.4.0 to 0.4.1 in pyproject.toml, following the recent fix in #178 (preserve result body in async FAILURE responses). The poetry.lock was regenerated with Poetry 2.2.1, producing minor marker changes for Python 3.8-only packages (astunparse, pytz, wheel) — these are functionally equivalent narrowings from < 3.9 to == 3.8.

Confidence Score: 5/5

This PR is safe to merge — it is a routine version bump with no functional code changes.

The only code change is a single version string bump in pyproject.toml. The poetry.lock changes are auto-generated and functionally equivalent. No logic, dependencies, or behavior is altered.

No files require special attention.

Important Files Changed

Filename Overview
pyproject.toml Version bump from 0.4.0 to 0.4.1. No other changes.
poetry.lock Auto-regenerated by Poetry 2.2.1 (upgraded from 2.1.1). Minor marker changes for Python 3.8 compatibility packages (astunparse, pytz, wheel).

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["pyproject.toml\nversion: 0.4.0 → 0.4.1"] --> B["poetry lock regenerated\nPoetry 2.1.1 → 2.2.1"]
    B --> C["Marker refinements\n(< 3.9 → == 3.8)"]
    C --> D["astunparse"]
    C --> E["pytz"]
    C --> F["wheel"]
Loading

Reviews (1): Last reviewed commit: "chore: bump version to 0.4.1" | Re-trigger Greptile

@dm36 dm36 merged commit ea44618 into master Mar 26, 2026
4 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.

2 participants