Unverified Commit 87be8f81 authored by Yt's avatar Yt Committed by GitHub
Browse files

python312Packages.qdrant-client: 1.11.3 -> 1.12.1 (#360642)

parents 2c27ab2e 116a5278
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.11.3";
  version = "1.12.1";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
    owner = "qdrant";
    repo = "qdrant-client";
    rev = "refs/tags/v${version}";
    hash = "sha256-1tBlWwD2GaphwupWUWRYwYrqGV9cTfG4k1L9N5mub/Q=";
    hash = "sha256-rElbGIXnhkHaAvtneEMhyyhySFlT4UT/vhhIlRD3xT0=";
  };

  build-system = [ poetry-core ];