Skip to content

Commit 6e42a18

Browse files
committed
Close #1829: pin langsmith
1 parent a7eec3e commit 6e42a18

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,10 @@ dev = [
117117
"anthropic",
118118
"google-generativeai;python_version>='3.9'",
119119
"langchain_core",
120+
# Recent versions of langsmith (needed for langchain_core) cause a
121+
# `argparse.ArgumentError` when running `pytest`.
122+
# https://github.com/posit-dev/py-shiny/pull/1830
123+
"langsmith<0.3",
120124
"openai",
121125
"ollama",
122126
"tokenizers",

0 commit comments

Comments
 (0)