Unverified Commit 17259928 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

python3Packages.langchain-deepseek: 1.0.0 -> 1.0.1 (#462264)

parents ae841a39 c3532681
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,14 +22,14 @@

buildPythonPackage rec {
  pname = "langchain-deepseek";
  version = "1.0.0";
  version = "1.0.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "langchain-ai";
    repo = "langchain";
    tag = "langchain-deepseek==${version}";
    hash = "sha256-sOJxtiYL/hgDEeWkCvHP3mfI4tmrBuQp1BYN5WX+npo=";
    hash = "sha256-9iLJ0+wSBdPJqu71waYlq2pZV594mSoZcewsnMOeT64=";
  };

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