Skip to content

Commit ba19e5f

Browse files
committed
PyProject: Willa to 0.0.2, langchain to <1.0
Since we have already released 0.0.1, any following code would be in furtherance of the development of 0.0.2. Meanwhile, Langchain 1.0 is incompatible with some of our dependencies. For now, pin to <1.0.
1 parent f576c77 commit ba19e5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

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

55
[project]
66
name = "willa"
7-
version = "0.0.1"
7+
version = "0.0.2"
88
dependencies = [
99
"asyncpg",
1010
"awscli-local",
1111
"boto3",
1212
"chainlit ~= 2.7.1",
1313
"lancedb",
1414
"langchain_aws",
15-
"langchain_core",
15+
"langchain_core < 1.0",
1616
"langchain_ollama",
1717
"langfuse",
1818
"langgraph",

0 commit comments

Comments
 (0)