[PR #972] [MERGED] chore(cli): cleanup pyproject.toml #1024

Closed
opened 2026-02-16 09:17:57 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/deepagents/pull/972
Author: @mdrxy
Created: 1/31/2026
Status: Merged
Merged: 1/31/2026
Merged by: @mdrxy

Base: masterHead: mdrxy/cleanup-cli-pyproject


📝 Commits (5)

📊 Changes

13 files changed (+309 additions, -211 deletions)

View changed files

📝 libs/cli/deepagents_cli/agent.py (+1 -1)
📝 libs/cli/deepagents_cli/app.py (+1 -1)
📝 libs/cli/deepagents_cli/main.py (+1 -1)
📝 libs/cli/deepagents_cli/textual_adapter.py (+1 -1)
📝 libs/cli/deepagents_cli/widgets/autocomplete.py (+3 -7)
📝 libs/cli/pyproject.toml (+67 -72)
📝 libs/cli/scripts/check_imports.py (+3 -3)
📝 libs/cli/tests/integration_tests/test_sandbox_operations.py (+6 -3)
📝 libs/cli/tests/unit_tests/test_autocomplete.py (+1 -2)
📝 libs/cli/tests/unit_tests/test_end_to_end.py (+10 -9)
📝 libs/cli/tests/unit_tests/test_sessions.py (+3 -2)
📝 libs/cli/uv.lock (+183 -81)
📝 libs/harbor/uv.lock (+29 -28)

📄 Description

  • linting rules & application
  • use hatchling
  • set bounds on deps & group semantically

🔄 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/deepagents/pull/972 **Author:** [@mdrxy](https://github.com/mdrxy) **Created:** 1/31/2026 **Status:** ✅ Merged **Merged:** 1/31/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `master` ← **Head:** `mdrxy/cleanup-cli-pyproject` --- ### 📝 Commits (5) - [`bd9e5f4`](https://github.com/langchain-ai/deepagents/commit/bd9e5f4596d8b5d428fe91d192f98a59fbc5771e) cleanup - [`7f4db7c`](https://github.com/langchain-ai/deepagents/commit/7f4db7c5517c1bfeab77ab9245fb817e8d124f70) Merge branch 'master' into mdrxy/cleanup-cli-pyproject - [`7486c51`](https://github.com/langchain-ai/deepagents/commit/7486c51cfd9e363c95f98807dcbea47cc6245bfb) cr - [`f91dbec`](https://github.com/langchain-ai/deepagents/commit/f91dbec3adeb7b51a8a492ff79d12dd751516190) lock - [`41414e8`](https://github.com/langchain-ai/deepagents/commit/41414e819a65dbff8cb69ac2f78437add1d1a4a8) lockk ### 📊 Changes **13 files changed** (+309 additions, -211 deletions) <details> <summary>View changed files</summary> 📝 `libs/cli/deepagents_cli/agent.py` (+1 -1) 📝 `libs/cli/deepagents_cli/app.py` (+1 -1) 📝 `libs/cli/deepagents_cli/main.py` (+1 -1) 📝 `libs/cli/deepagents_cli/textual_adapter.py` (+1 -1) 📝 `libs/cli/deepagents_cli/widgets/autocomplete.py` (+3 -7) 📝 `libs/cli/pyproject.toml` (+67 -72) 📝 `libs/cli/scripts/check_imports.py` (+3 -3) 📝 `libs/cli/tests/integration_tests/test_sandbox_operations.py` (+6 -3) 📝 `libs/cli/tests/unit_tests/test_autocomplete.py` (+1 -2) 📝 `libs/cli/tests/unit_tests/test_end_to_end.py` (+10 -9) 📝 `libs/cli/tests/unit_tests/test_sessions.py` (+3 -2) 📝 `libs/cli/uv.lock` (+183 -81) 📝 `libs/harbor/uv.lock` (+29 -28) </details> ### 📄 Description * linting rules & application * use hatchling * set bounds on deps & group semantically --- <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-16 09:17:57 -05:00
yindo closed this issue 2026-02-16 09:17:57 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/deepagents#1024