We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00d407a commit a565330Copy full SHA for a565330
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "langchain-roleplay"
7
-version = "0.0.1"
+version = "0.0.2"
8
description = "A utility for reading configurations from a YAML file to run Langchain."
9
authors = [{ name = "maye76", email = "hi@maye.run" }]
10
readme = "README.md"
@@ -15,7 +15,6 @@ classifiers = [
15
]
16
dependencies = [
17
"langchain>=0.3.17",
18
- "langgraph>=0.2.70",
19
"pydantic>=2.10.6",
20
"PyYAML>=6.0.2",
21
"langchain-openai>=0.3.4",
0 commit comments