Skip to content

Commit

Permalink
Merge pull request #327194 from r-ryantm/auto-update/python312Package…
Browse files Browse the repository at this point in the history
…s.langsmith

python312Packages.langsmith: 0.1.80 -> 0.1.85
  • Loading branch information
natsukium authored Jul 15, 2024
2 parents d50a509 + 1a57607 commit e309c5b
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 e309c5b

Please sign in to comment.