Skip to content

fix: add missing py.typed marker and upgrade CI actions - #53

Open
Arijit Kumar Roy (arijitroy003) wants to merge 1 commit into
langchain-ai:mainfrom
arijitroy003:fix/ci-upgrade-and-py-typed
Open

fix: add missing py.typed marker and upgrade CI actions#53
Arijit Kumar Roy (arijitroy003) wants to merge 1 commit into
langchain-ai:mainfrom
arijitroy003:fix/ci-upgrade-and-py-typed

Conversation

@arijitroy003

Copy link
Copy Markdown

Summary

  • Add missing src/react_agent/py.typed marker file (declared in pyproject.toml but doesn't exist, needed for PEP 561)
  • Upgrade actions/setup-python from v4 to v5 in unit-tests.yml and integration-tests.yml
  • Add .ruff_cache/ to .gitignore (ruff is used for linting)

Testing

Verified py.typed is declared in pyproject.toml package-data. Verified setup-python@v4 in workflow files. Verified .ruff_cache not in .gitignore.

Signed-off-by: arijitroy003 <arijitroy003@gmail.com>
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.

1 participant