mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-22 15:42:25 +02:00
13 lines
177 B
TOML
13 lines
177 B
TOML
[project]
|
|
name = "advanced-graph-examples"
|
|
version = "0.1.0"
|
|
requires-python = ">=3.13,<3.14"
|
|
dependencies = [
|
|
"saf-python-sdk>=0.1.1",
|
|
]
|
|
|
|
[tool.uv]
|
|
dev-dependencies = []
|
|
|
|
|