Skip to content

Commit

Permalink
python312Packages.langsmith: 0.1.80 -> 0.1.85
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jul 14, 2024
1 parent dc53c7e commit 1a57607
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/langsmith/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

buildPythonPackage rec {
pname = "langsmith";
version = "0.1.80";
version = "0.1.85";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "langchain-ai";
repo = "langsmith-sdk";
rev = "refs/tags/v${version}";
hash = "sha256-bkbJKg2ikdkTenAP+GD+Ss13nF8KrizLNM72oDgQgJM=";
hash = "sha256-IPbamCfaurikFAqKnvMp8+x5ULCeQ61d5oZFO9+s4SQ=";
};

sourceRoot = "${src.name}/python";
Expand Down

0 comments on commit 1a57607

Please sign in to comment.