Unverified Commit 21bfe3b8 authored by Yt's avatar Yt Committed by GitHub
Browse files

python3Packages.qdrant-client: 1.16.2 -> 1.17.0 (#494351)

parents 6797dba3 c31bcbf3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,14 +17,14 @@

buildPythonPackage rec {
  pname = "qdrant-client";
  version = "1.16.2";
  version = "1.17.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "qdrant";
    repo = "qdrant-client";
    tag = "v${version}";
    hash = "sha256-sOZDQmwiTz3lZ1lR0xJDxMmNc5QauWLJV5Ida2INibY=";
    hash = "sha256-4FH1YXoHDSOs0Tg+FkxEGtLhkNYZUhdIy4L0aYcMyM8=";
  };

  build-system = [ poetry-core ];