File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
pkgs/development/python-modules/langsmith Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 2222
2323buildPythonPackage rec {
2424 pname = "langsmith" ;
25- version = "0.1.85 " ;
25+ version = "0.1.99 " ;
2626 pyproject = true ;
2727
2828 disabled = pythonOlder "3.8" ;
@@ -31,7 +31,7 @@ buildPythonPackage rec {
3131 owner = "langchain-ai" ;
3232 repo = "langsmith-sdk" ;
3333 rev = "refs/tags/v${ version } " ;
34- hash = "sha256-IPbamCfaurikFAqKnvMp8+x5ULCeQ61d5oZFO9+s4SQ =" ;
34+ hash = "sha256-aN5HiQAXX7ZlVBzkit4DAw+7KQHI3ck1DLvBPDSKVhM =" ;
3535 } ;
3636
3737 sourceRoot = "${ src . name } /python" ;
@@ -78,6 +78,7 @@ buildPythonPackage rec {
7878 disabledTestPaths = [
7979 # due to circular import
8080 "tests/integration_tests/test_client.py"
81+ "tests/integration_tests/test_prompts.py"
8182 "tests/unit_tests/test_client.py"
8283 # Tests require a Langsmith API key
8384 "tests/evaluation/test_evaluation.py"
You can’t perform that action at this time.
0 commit comments