Unverified Commit 55d9309e authored by Yt's avatar Yt Committed by GitHub
Browse files

python312Packages.qdrant-client: 1.13.0 -> 1.14.2 (#402658)

parents 762ef01a 0a467340
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@

buildPythonPackage rec {
  pname = "qdrant-client";
  version = "1.13.0";
  version = "1.14.2";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
    owner = "qdrant";
    repo = "qdrant-client";
    tag = "v${version}";
    hash = "sha256-0SEIRAcaPLdJhPsjFaSuacj5JSHZVebj1iFrSXKqzto=";
    hash = "sha256-JohJbKIZfPG3qqjF8T1EmeS1sZALCglEIcsWiNSn/QE=";
  };

  build-system = [ poetry-core ];