Unverified Commit 6aaaab7c authored by Yt's avatar Yt Committed by GitHub
Browse files

Merge pull request #278708 from r-ryantm/auto-update/python310Packages.txtai

python310Packages.txtai: 6.2.0 -> 6.3.0
parents e46648c6 f1a8cf0b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@
, unittestCheckHook
}:
let
  version = "6.2.0";
  version = "6.3.0";
  api = [ aiohttp fastapi uvicorn ];
  # cloud = [ apache-libcloud ];
  console = [ rich ];
@@ -105,7 +105,7 @@ buildPythonPackage {
    owner = "neuml";
    repo = "txtai";
    rev = "refs/tags/v${version}";
    hash = "sha256-aWuY2z5DIVhZ5bRADhKSadCofIQQdLQAb52HnjPMS/4=";
    hash = "sha256-Efk4HAJsQtSGp4S8S1dFBmObJ9ff9u9bRrTa5lACpTU=";
  };

  nativeBuildInputs = [