[PR #373] [MERGED] add uv equivalents to pip install commands #689

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/373
Author: @mdrxy
Created: 9/4/2025
Status: Merged
Merged: 9/4/2025
Merged by: @mdrxy

Base: mainHead: mdrxy/pip-to-uv


📝 Commits (10+)

📊 Changes

631 files changed (+3495 additions, -973 deletions)

View changed files

convert_pip_to_codegroup.py (+243 -0)
📝 pipeline/core/watcher.py (+4 -4)
📝 pipeline/tools/links.py (+3 -3)
📝 pipeline/tools/partner_pkg_table.py (+1 -1)
📝 pyproject.toml (+10 -13)
📝 src/langgraph-platform/add-auth-server.mdx (+8 -1)
📝 src/langgraph-platform/agent-auth.mdx (+7 -1)
📝 src/langgraph-platform/autogen-integration.mdx (+7 -1)
📝 src/langgraph-platform/local-server.mdx (+1 -1)
📝 src/langgraph-platform/quick-start-studio.mdx (+16 -2)
📝 src/langgraph-platform/server-mcp.mdx (+7 -1)
📝 src/langgraph-platform/set-up-custom-auth.mdx (+17 -2)
📝 src/langsmith/evaluate-chatbot-tutorial.mdx (+7 -1)
📝 src/langsmith/evaluate-complex-agent.mdx (+7 -1)
📝 src/langsmith/manage-prompts-programmatically.mdx (+5 -5)
📝 src/langsmith/mask-inputs-outputs.mdx (+30 -4)
📝 src/langsmith/pytest.mdx (+31 -4)
📝 src/langsmith/run-backtests-new-agent.mdx (+7 -1)
📝 src/langsmith/trace-with-instructor.mdx (+7 -1)
📝 src/langsmith/trace-with-openai-agents-sdk.mdx (+7 -1)

...and 80 more files

📄 Description

Added a script to automate & standardized

Manually reviewed all changes


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/373 **Author:** [@mdrxy](https://github.com/mdrxy) **Created:** 9/4/2025 **Status:** ✅ Merged **Merged:** 9/4/2025 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `mdrxy/pip-to-uv` --- ### 📝 Commits (10+) - [`5ca16b1`](https://github.com/langchain-ai/docs/commit/5ca16b1980f207ddb71a7af93803678d68813638) add script - [`55a8276`](https://github.com/langchain-ai/docs/commit/55a827623de954d92291566203ada6335ad15e53) convert all w/ manual review - [`8583f1b`](https://github.com/langchain-ai/docs/commit/8583f1bf2fdc95b1f77af417ea8f6af397463cf8) update script - [`5ce9551`](https://github.com/langchain-ai/docs/commit/5ce95515d127f465fdbd3900701c3a88994f72b3) more conversions - [`02160b6`](https://github.com/langchain-ai/docs/commit/02160b6a8f952935205f93e38b6a9439192d6607) further script updates - [`47c5a17`](https://github.com/langchain-ai/docs/commit/47c5a170532601e6b6fff3ca1b3b01ff15c0f136) standardize pip install args - [`5376459`](https://github.com/langchain-ai/docs/commit/537645990ab90f22d9bd63f74e937f802e85f05f) relocate my scripts (leave others in place_ - [`7ca2573`](https://github.com/langchain-ai/docs/commit/7ca25734528d5a8b563746f3315c62822d4a6064) some linting - [`3d544c1`](https://github.com/langchain-ai/docs/commit/3d544c1460dbee39daede1d4df3f729f557abacf) more - [`41e33c7`](https://github.com/langchain-ai/docs/commit/41e33c7487433ebbe3c7f8341767bf0190704692) Merge branch 'main' into mdrxy/pip-to-uv ### 📊 Changes **631 files changed** (+3495 additions, -973 deletions) <details> <summary>View changed files</summary> ➕ `convert_pip_to_codegroup.py` (+243 -0) 📝 `pipeline/core/watcher.py` (+4 -4) 📝 `pipeline/tools/links.py` (+3 -3) 📝 `pipeline/tools/partner_pkg_table.py` (+1 -1) 📝 `pyproject.toml` (+10 -13) 📝 `src/langgraph-platform/add-auth-server.mdx` (+8 -1) 📝 `src/langgraph-platform/agent-auth.mdx` (+7 -1) 📝 `src/langgraph-platform/autogen-integration.mdx` (+7 -1) 📝 `src/langgraph-platform/local-server.mdx` (+1 -1) 📝 `src/langgraph-platform/quick-start-studio.mdx` (+16 -2) 📝 `src/langgraph-platform/server-mcp.mdx` (+7 -1) 📝 `src/langgraph-platform/set-up-custom-auth.mdx` (+17 -2) 📝 `src/langsmith/evaluate-chatbot-tutorial.mdx` (+7 -1) 📝 `src/langsmith/evaluate-complex-agent.mdx` (+7 -1) 📝 `src/langsmith/manage-prompts-programmatically.mdx` (+5 -5) 📝 `src/langsmith/mask-inputs-outputs.mdx` (+30 -4) 📝 `src/langsmith/pytest.mdx` (+31 -4) 📝 `src/langsmith/run-backtests-new-agent.mdx` (+7 -1) 📝 `src/langsmith/trace-with-instructor.mdx` (+7 -1) 📝 `src/langsmith/trace-with-openai-agents-sdk.mdx` (+7 -1) _...and 80 more files_ </details> ### 📄 Description Added a script to automate & standardized Manually reviewed all changes --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:20:55 -05:00
yindo closed this issue 2026-02-17 17:20:55 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#689