Skip to content

Commit 6269525

Browse files
authored
chore: release for 1.0 compat (#247)
Release for 1.0 compatibility
1 parent cc0154b commit 6269525

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "pdm.backend"
44

55
[project]
66
name = "langgraph-supervisor"
7-
version = "0.0.29"
7+
version = "0.0.30"
88
description = "An implementation of a supervisor multi-agent architecture using LangGraph"
99
authors = [
1010
{name = "Vadym Barda", email = "[email protected] "}
@@ -14,8 +14,8 @@ license-files = ["LICENSE"]
1414
readme = "README.md"
1515
requires-python = ">=3.10"
1616
dependencies = [
17-
"langgraph>=0.6.0,<0.7.0",
18-
"langchain-core>=0.3.40"
17+
"langgraph>=0.6.0,<2.0.0",
18+
"langchain-core>=1.0.0,<2.0.0"
1919
]
2020

2121
[dependency-groups]

uv.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)