Files
langgraph/libs/cli/examples/graph_prerelease_reqs/pyproject.toml
T
2025-09-24 09:54:24 -07:00

14 lines
286 B
TOML

[project]
name = "graph-prerelease-reqs"
version = "0.1.0"
description = "Test for prerelease stuff"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"langchain-openai==1.0.0a2",
"langgraph==1.0.0a2",
"langchain_community>=0.3.0",
]
[tool.uv]
prerelease = "allow"