Skip to content

Commit 18f1562

Browse files
authored
python3Packages.langchain: revert bad update (#404770)
1 parent 3175699 commit 18f1562

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@
4242

4343
buildPythonPackage rec {
4444
pname = "langchain";
45-
version = "0.3.25";
45+
version = "0.3.24";
4646
pyproject = true;
4747

4848
src = fetchFromGitHub {
4949
owner = "langchain-ai";
5050
repo = "langchain";
5151
tag = "langchain==${version}";
52-
hash = "sha256-AzH1rZFqEH8sovZZfJykvsEmCedEZWigQFHWHl6/PdE=";
52+
hash = "sha256-Up/pH2TxLPiPO49oIa2ZlNeH3TyN9sZSlNsqOIRmlxc=";
5353
};
5454

5555
sourceRoot = "${src.name}/libs/langchain";

0 commit comments

Comments
 (0)