Unverified Commit 1250c487 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.qdrant-client: remove disabled

parent 80f2b82a
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -12,7 +12,6 @@
  pydantic,
  pytest-asyncio,
  pytestCheckHook,
  pythonOlder,
  urllib3,
}:

@@ -21,8 +20,6 @@ buildPythonPackage rec {
  version = "1.16.2";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchFromGitHub {
    owner = "qdrant";
    repo = "qdrant-client";