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 9a5e2a0 commit 7d869e5Copy full SHA for 7d869e5
pyproject.toml
@@ -113,11 +113,7 @@ dev = [
113
"anthropic",
114
"google-generativeai;python_version>='3.9'",
115
"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",
+ "langsmith>=0.3.4",
121
"openai",
122
"ollama",
123
"chatlas>=0.6.1",
0 commit comments