Commit 2d1e187b authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.langchain-anthropic: 1.2.0 -> 1.3.0

parent 6e600478
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,14 +24,14 @@

buildPythonPackage rec {
  pname = "langchain-anthropic";
  version = "1.2.0";
  version = "1.3.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "langchain-ai";
    repo = "langchain";
    tag = "langchain-anthropic==${version}";
    hash = "sha256-dmuDgKQW1yAz/8tjQx7LaUiuz5Sh4cAyd9nt33mCPbI=";
    hash = "sha256-/CqnpeQXYdafkly8shen72dIZU3I9o/2TwM903Nw9DA=";
  };

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