<!-- CURSOR_SUMMARY --> > [!NOTE] > **Low Risk** > Low risk packaging/dev tooling changes only: bumps the `langchain-arcade` package version and adds a simple `make install` helper, with no runtime logic changes. > > **Overview** > Updates the deprecated `langchain-arcade` package metadata by bumping `pyproject.toml` version from `2.0.0` to `2.0.1`. > > Adds a minimal `contrib/langchain/Makefile` with an `install` target that runs `uv sync` to standardize dependency setup. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 823a66e1db9cd406a00ff0c3fe1b89b4f1b9f835. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
4 lines
35 B
Makefile
4 lines
35 B
Makefile
.PHONY: install
|
|
|
|
install:
|
|
uv sync
|