chore: sync poetry.lock with pyproject.toml - #292
Merged
Merged
Conversation
The >=1.0.4 pin added in #283 is unnecessary — any 1.x satisfies the requirement. Keeping >=1.0.0,<2.0.0 allows the latest 1.x to install. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Regenerate the lock with Poetry 2.1.1 (Docker) so content-hash matches pyproject.toml and `poetry install` succeeds in CI images. Co-authored-by: Cursor <cursoragent@cursor.com>
✅ Deploy Preview for ds-user-guide ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
wesleyboar
marked this pull request as draft
September 22, 2026 23:26
Keep the lock on current Poetry instead of pinning the file to 2.1.1. Align Dockerfile POETRY_VERSION with the lock generator. Co-authored-by: Cursor <cursoragent@cursor.com>
Restore package versions from main; re-lock without --regenerate so only metadata reflects the relaxed mkdocs-tacc bound. Co-authored-by: Cursor <cursoragent@cursor.com>
Netlify pins come from poetry.lock; content-hash-only lock matches main package versions, so drop bot-exported bumps from the regenerate commit. Co-authored-by: Cursor <cursoragent@cursor.com>
Drop the #286 relax; lock metadata matches main again. Co-authored-by: Cursor <cursoragent@cursor.com>
Mirror TACC-Docs Docker/CI fixes so apt and image builds succeed on current Debian mirrors. Keep POETRY_VERSION 2.3.2 for this repo. Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What Did You Change?
POETRY_VERSIONinDockerfileto match lock version
Do You Want Support (syntax, design, etc)?
No.
Any Reference Material Worth Sharing?
poetry installTest Plan
poetry install --only main --no-root(Poetry 2.3.2)Notes
Made with Cursor