Commit c31bcbf3 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.qdrant-client: 1.16.2 -> 1.17.0

parent 26eaeac4
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 ];