Skip to content

Commit baf2106

Browse files
cpsievertgadenbuie
andauthored
Update pyproject.toml
Co-authored-by: Garrick Aden-Buie <[email protected]>
1 parent 22a02b4 commit baf2106

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +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
120+
# langsmith (needed for langchain_core) versions >= 0.3
121+
# (up to at least 0.3.2 as of 2025-01-29)
122+
# cause an `argparse.ArgumentError` when running `pytest`.
123+
# https://github.com/posit-dev/py-shiny/issues/1829
123124
"langsmith<0.3",
124125
"openai",
125126
"ollama",

0 commit comments

Comments
 (0)