Skip to content

Conversation

@luojiyin1987
Copy link

@luojiyin1987 luojiyin1987 commented Nov 21, 2025

  • Replace uv/pip mixed usage with unified Poetry approach
  • Optimize layer caching by copying pyproject.toml and README.md first
  • Fix dependency installation order (--no-root then --only-root)
  • Add dev dependencies section to pyproject.toml for better separation
  • Move pytest, pytest-asyncio, and pre-commit to dev dependencies

This resolves build failures caused by package source availability and lock file synchronization issues.

🤖 Generated with Claude Code

Description

Describe your changes in detail (optional if the linked issue already contains a detailed description of the changes).

Checklist

Go over all the following points, and put an x in all the boxes that apply.

  • I have read the CONTRIBUTION guide (required)
  • I have linked this PR to an issue using the Development section on the right sidebar or by adding Fixes #issue-number in the PR description (required)
  • I have checked if any dependencies need to be added or updated in pyproject.toml
  • I have updated the tests accordingly (required for a bug fix or a new feature)
  • I have updated the documentation if needed:
  • I have added examples if this is a new feature

Note: If you are developing a new action for SocialAgent, please review the checklist below and mark all applicable items with an x. If you're not adding a new action, you can skip this section.

If you are unsure about any of these, don't hesitate to ask. We are here to help!

- Replace uv/pip mixed usage with unified Poetry approach
- Optimize layer caching by copying pyproject.toml and README.md first
- Fix dependency installation order (--no-root then --only-root)
- Add dev dependencies section to pyproject.toml for better separation
- Move pytest, pytest-asyncio, and pre-commit to dev dependencies

This resolves build failures caused by package source availability and
lock file synchronization issues.

🤖 Generated with [Claude Code](https://claude.ai/claude-code)

Co-Authored-By: Claude <[email protected]>
@echo-yiyiyi echo-yiyiyi self-requested a review December 12, 2025 13:33
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