We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22a02b4 commit baf2106Copy full SHA for baf2106
pyproject.toml
@@ -117,9 +117,10 @@ dev = [
117
"anthropic",
118
"google-generativeai;python_version>='3.9'",
119
"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
+ # langsmith (needed for langchain_core) versions >= 0.3
+ # (up to at least 0.3.2 as of 2025-01-29)
+ # cause an `argparse.ArgumentError` when running `pytest`.
123
+ # https://github.com/posit-dev/py-shiny/issues/1829
124
"langsmith<0.3",
125
"openai",
126
"ollama",
0 commit comments