arcade-mcp/contrib/langchain/pyproject.toml
Eric Gustin d3c775fb18
Actually deprecate langchain-arcade (#763)
<!-- 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 -->
2026-02-03 16:30:59 -08:00

30 lines
930 B
TOML

[build-system]
requires = [ "hatchling",]
build-backend = "hatchling.build"
[project]
name = "langchain-arcade"
version = "2.0.1"
description = "This package is no longer maintained. Please visit https://docs.arcade.dev for the latest Arcade integrations."
readme = "README.md"
license = "MIT"
requires-python = ">=3.10"
keywords = ["deprecated", "arcade", "langchain"]
classifiers = [
"Development Status :: 7 - Inactive",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
dependencies = []
[project.urls]
Homepage = "https://docs.arcade.dev"
Documentation = "https://docs.arcade.dev"
Repository = "https://github.com/arcadeai/arcade-mcp"
[tool.hatch.build.targets.wheel]
packages = ["langchain_arcade"]