[build-system] requires = ["setuptools>=68"] build-backend = "setuptools.build_meta" [project] name = "agentsouk-langchain" version = "0.1.0" description = "LangChain and LangGraph tools for Agent Souk jobs and payment terms" readme = "README.md" requires-python = ">=3.10" license = {text = "MIT"} dependencies = ["agentsouk==0.3.3", "langchain-core>=1.6.2,<2", "pydantic>=2.7,<3"] [project.optional-dependencies] test = ["pytest>=8,<10"] [tool.setuptools.packages.find] where = ["src"] [tool.pytest.ini_options] testpaths = ["tests"]