[PR #4698] ci: migrate to uv! #4015

Closed
opened 2026-02-20 17:49:31 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langchain-ai/langgraph/pull/4698

State: closed
Merged: Yes


  • Migrate to uv
  • Format pyproject.toml files properly
  • Remove upper bounds on dependencies, and bounds on dev dependencies (we should be using latest)
  • Move to hatch for packaing

In the future we should:

  • Set up dependabot / automate lockfile updates and tests
  • Add tests for min compatible versions (I'll do this right after merge)
  • Use dynamic versioning
  • Bump pydantic to v2.11.4 in the lockfile, we have some tests failing
**Original Pull Request:** https://github.com/langchain-ai/langgraph/pull/4698 **State:** closed **Merged:** Yes --- * Migrate to `uv` * Format `pyproject.toml` files properly * Remove upper bounds on dependencies, and bounds on dev dependencies (we should be using latest) * Move to hatch for packaing In the future we should: * Set up dependabot / automate lockfile updates and tests * Add tests for min compatible versions (I'll do this right after merge) * Use dynamic versioning * Bump `pydantic` to v2.11.4 in the lockfile, we have some tests failing
yindo added the pull-request label 2026-02-20 17:49:31 -05:00
yindo closed this issue 2026-02-20 17:49:31 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#4015