Skip to content

Commit a565330

Browse files
committed
update version
1 parent 00d407a commit a565330

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "langchain-roleplay"
7-
version = "0.0.1"
7+
version = "0.0.2"
88
description = "A utility for reading configurations from a YAML file to run Langchain."
99
authors = [{ name = "maye76", email = "hi@maye.run" }]
1010
readme = "README.md"
@@ -15,7 +15,6 @@ classifiers = [
1515
]
1616
dependencies = [
1717
"langchain>=0.3.17",
18-
"langgraph>=0.2.70",
1918
"pydantic>=2.10.6",
2019
"PyYAML>=6.0.2",
2120
"langchain-openai>=0.3.4",

0 commit comments

Comments
 (0)