about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2024-04-17 08:51:24 +0200
committerGitHub <noreply@github.com>2024-04-17 08:51:24 +0200
commit78a41c6bb5a592ef2e3be87ad40013474bc61cc3 (patch)
treeb54bbba8751eb4391152235772d479937102b94d
parentec74fc2a2740337f89f7887f350b688f9f497fb0 (diff)
parentd9c68601a8f60e8bafbff2c38f0ef68cbbf49372 (diff)
Merge pull request #304588 from r-ryantm/auto-update/python311Packages.langchain-core
python311Packages.langchain-core: 0.1.42 -> 0.1.43
-rw-r--r--pkgs/development/python-modules/langchain-core/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/langchain-core/default.nix b/pkgs/development/python-modules/langchain-core/default.nix
index e7c3361e7158f..bab510205cffb 100644
--- a/pkgs/development/python-modules/langchain-core/default.nix
+++ b/pkgs/development/python-modules/langchain-core/default.nix
@@ -17,7 +17,7 @@
 
 buildPythonPackage rec {
   pname = "langchain-core";
-  version = "0.1.42";
+  version = "0.1.43";
   pyproject = true;
 
   disabled = pythonOlder "3.8";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
   src = fetchPypi {
     pname = "langchain_core";
     inherit version;
-    hash = "sha256-QHUb9g6l2OKy7+ZSkNtDRxfuODSHDAAuQOKBHwnYFOY=";
+    hash = "sha256-SZEz+two7899JDBiNlIVGAgLsQ/Yv290Jt5KK78q67U=";
   };
 
   pythonRelaxDeps = [