Unverified Commit 6a82bac7 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

python3Packages.langchain-core: 0.3.65 -> 0.3.66 (#420699)

parents afc2ff0f 4e927463
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -36,14 +36,14 @@

buildPythonPackage rec {
  pname = "langchain-core";
  version = "0.3.65";
  version = "0.3.66";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "langchain-ai";
    repo = "langchain";
    tag = "langchain-core==${version}";
    hash = "sha256-2iEUrLjvjVpArOPXzF5Z6ZeeQbIGZxuZUTC2buYTOCQ=";
    hash = "sha256-k9B2ApNyX3w6RTt/XdOl2FvU87NuZSi96vvfJOnBltM=";
  };

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