Skip to content

fix(ci): pin poetry==2.4.1 in regenerate-api-client workflow (HYBIM-778) - #67

Merged
etserend merged 1 commit into
mainfrom
HYBIM-778-pin-poetry-version
Jul 7, 2026
Merged

fix(ci): pin poetry==2.4.1 in regenerate-api-client workflow (HYBIM-778)#67
etserend merged 1 commit into
mainfrom
HYBIM-778-pin-poetry-version

Conversation

@etserend

@etserend etserend commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

Summary

regenerate-api-client.yaml was using pip install poetry with no version pin, while all other locations already pin poetry==2.4.1:

Location Before After
regenerate-api-client.yaml pip install poetry pip install poetry==2.4.1
ci-tests.yaml pipx install poetry==2.4.1 unchanged
release-splunk-ao.yaml pipx install poetry==2.4.1 unchanged
.pre-commit-config.yaml rev: 2.4.1 unchanged

2.4.1 is the current latest stable poetry release.

Test plan

  • CI green

…IM-778)

All other CI workflows and pre-commit already pin poetry==2.4.1.
This brings regenerate-api-client.yaml into consistency.
@etserend
etserend merged commit a74c3a9 into main Jul 7, 2026
13 checks passed
@etserend
etserend deleted the HYBIM-778-pin-poetry-version branch July 7, 2026 15:36
@github-actions github-actions Bot locked and limited conversation to collaborators Jul 7, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants