Skip to content

Commit 7d869e5

Browse files
committed
fix langchain install dep hell
1 parent 9a5e2a0 commit 7d869e5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,7 @@ dev = [
113113
"anthropic",
114114
"google-generativeai;python_version>='3.9'",
115115
"langchain_core",
116-
# langsmith (needed for langchain_core) versions >= 0.3
117-
# (up to at least 0.3.2 as of 2025-01-29)
118-
# cause an `argparse.ArgumentError` when running `pytest`.
119-
# https://github.com/posit-dev/py-shiny/issues/1829
120-
"langsmith<0.3",
116+
"langsmith>=0.3.4",
121117
"openai",
122118
"ollama",
123119
"chatlas>=0.6.1",

0 commit comments

Comments
 (0)