Skip to content

Commit f4c8754

Browse files
committed
1 parent 0e18459 commit f4c8754

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pkgs/development/python-modules/langsmith/default.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
buildPythonPackage 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"

0 commit comments

Comments
 (0)