Skip to content

Commit

Permalink
python3Packages.langchainplus-sdk: 0.0.10 -> 0.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukium authored and Yt committed Jun 22, 2023
1 parent 39287c5 commit f2decfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/langchainplus-sdk/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@

buildPythonPackage rec {
pname = "langchainplus-sdk";
version = "0.0.10";
version = "0.0.16";
format = "pyproject";

disabled = pythonOlder "3.8";

src = fetchPypi {
inherit version;
pname = "langchainplus_sdk";
hash = "sha256-T4ELON90qZ0B5XI+ZT2gLwXfPukilxzMq8Nl0Awz2/Y=";
hash = "sha256-L8Bn3QOO3PGAhtNC2ixpCYTE03+b+mhP/MrqNLQ+2yg=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit f2decfe

Please sign in to comment.