Skip to content

Commit 089c95c

Browse files
authored
release 0.0.3 (langchain-ai#7)
1 parent 0801bb2 commit 089c95c

File tree

2 files changed

+26
-7
lines changed

2 files changed

+26
-7
lines changed

pyproject.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,16 @@ build-backend = "pdm.backend"
44

55
[project]
66
name = "langgraph-swarm"
7-
version = "0.0.2"
7+
version = "0.0.3"
88
description = "An implementation of a multi-agent swarm using LangGraph"
99
authors = [
1010
{name = "Vadym Barda", email = "19161700+vbarda@users.noreply.github.com "}
1111
]
1212
readme = "README.md"
1313
requires-python = ">=3.10"
1414
dependencies = [
15-
"langgraph>=0.2.71",
15+
"langgraph>=0.3.0,<0.4.0",
16+
"langgraph-prebuilt>=0.1.0,<0.2.0"
1617
]
1718

1819
[dependency-groups]

uv.lock

+23-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)