mirror of
https://github.com/langchain-ai/executive-ai-assistant.git
synced 2026-06-30 21:38:04 -04:00
12b0d3696d
Bumps [langgraph-checkpoint](https://github.com/langchain-ai/langgraph) from 2.1.1 to 4.0.0. - [Release notes](https://github.com/langchain-ai/langgraph/releases) - [Commits](https://github.com/langchain-ai/langgraph/compare/checkpoint==2.1.1...checkpoint==4.0.0) --- updated-dependencies: - dependency-name: langgraph-checkpoint dependency-version: 4.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
46 lines
969 B
TOML
46 lines
969 B
TOML
[tool.poetry]
|
|
name = "eaia"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = []
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.12"
|
|
langgraph = "^0.5.0"
|
|
langgraph-checkpoint = "^4.0.0"
|
|
langchain = "^0.3.9"
|
|
langchain-openai = "^0.2"
|
|
langchain-anthropic = "^0.3"
|
|
google-api-python-client = "^2.190.0"
|
|
langchain-auth = "^0.2.0"
|
|
langgraph-sdk = "^0.3"
|
|
langsmith = "^0.7.6"
|
|
pytz = "*"
|
|
pyyaml = "*"
|
|
python-dateutil = "^2.9.0.post0"
|
|
python-dotenv = "^1.2.1"
|
|
langgraph-cli = {extras = ["inmem"], version = "^0.3.8"}
|
|
langgraph-api = "^0.2.134"
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["src"]
|
|
|
|
[tool.setuptools.package-data]
|
|
customer_support = ["*.txt", "*.rst"]
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
|
ipykernel = "^6.29.4"
|
|
pytest-asyncio = "^0.23.6"
|
|
pytest = "^8.4.2"
|
|
pytest-watch = "^4.2.0"
|
|
vcrpy = "^8.1.1"
|
|
langgraph-cli = "^0.3.8"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|
|
|
|
[tool.pytest.ini_options]
|
|
asyncio_mode = "auto"
|