Unverified Commit 806ee5a4 authored by Yt's avatar Yt Committed by GitHub
Browse files

python312Packages.ollama: 0.4.4 -> 0.4.5 (#369637)

parents a7745fe1 cb487076
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

buildPythonPackage rec {
  pname = "ollama";
  version = "0.4.4";
  version = "0.4.5";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
    owner = "ollama";
    repo = "ollama-python";
    rev = "refs/tags/v${version}";
    hash = "sha256-GW/4adrU6/4cM96U6A8Btgv7Qt1jtSFJr9F8+zwTEpk=";
    hash = "sha256-8Y3CRd+VXABuMpaqfJ5mYQhQ+U4Qk7EcjSnPd/hsebY=";
  };

  postPatch = ''
@@ -35,11 +35,13 @@ buildPythonPackage rec {

  build-system = [ poetry-core ];

  dependencies = [ httpx ];
  dependencies = [
    httpx
    pydantic
  ];

  nativeCheckInputs = [
    pillow
    pydantic
    pytest-asyncio
    pytest-httpserver
    pytestCheckHook