Skip to content

fix(cli): change prerelease behavior#6156

Merged
Isaac Francisco (isahers1) merged 7 commits intomainfrom
isaac/prerelease_fixes
Sep 24, 2025
Merged

fix(cli): change prerelease behavior#6156
Isaac Francisco (isahers1) merged 7 commits intomainfrom
isaac/prerelease_fixes

Conversation

@isahers1
Copy link
Copy Markdown
Contributor

respect users config, use uv defaults

@vercel
Copy link
Copy Markdown

vercel bot commented Sep 16, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Preview Comments Updated (UTC)
langgraph-docs-preview Ignored Ignored Preview Sep 23, 2025 6:48pm

# -- End of non-package dependency unit_tests --
# -- Installing all local dependencies --
RUN PYTHONDONTWRITEBYTECODE=1 uv pip install --system --prerelease=allow --no-cache-dir -c /api/constraints.txt -e /deps/*
RUN for dep in /deps/*; do echo "Installing $dep"; if [ -d "$dep" ]; then echo "Installing $dep"; (cd "$dep" && PYTHONDONTWRITEBYTECODE=1 uv pip install --system --no-cache-dir -c ../../api/constraints.txt .); fi; done
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

/api/constraints.txt

I find it easier to read using absolute path format (since it's shorter)

@isahers1 Isaac Francisco (isahers1) marked this pull request as ready for review September 23, 2025 18:36
@isahers1 Isaac Francisco (isahers1) merged commit d933d45 into main Sep 24, 2025
67 checks passed
@isahers1 Isaac Francisco (isahers1) deleted the isaac/prerelease_fixes branch September 24, 2025 16:54
Asamu David (phvash) added a commit that referenced this pull request Oct 17, 2025
**Description** 

As part of this PR #6156, local deps are no longer installed in editable
mode. This change reverts that behaviour and ensures local packages are
installed in editable mode.

**Issue:** fixes #6288
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