diff --git a/pkgs/development/python-modules/ollama/default.nix b/pkgs/development/python-modules/ollama/default.nix index c0b556a940824..be11a601cc267 100644 --- a/pkgs/development/python-modules/ollama/default.nix +++ b/pkgs/development/python-modules/ollama/default.nix @@ -5,6 +5,7 @@ httpx, pillow, poetry-core, + pydantic, pytest-asyncio, pytest-httpserver, pytestCheckHook, @@ -13,7 +14,7 @@ buildPythonPackage rec { pname = "ollama"; - version = "0.3.3"; + version = "0.4.4"; pyproject = true; disabled = pythonOlder "3.8"; @@ -22,7 +23,7 @@ buildPythonPackage rec { owner = "ollama"; repo = "ollama-python"; rev = "refs/tags/v${version}"; - hash = "sha256-27OJwPvHBxCdaiHk8EQ2s1OeBzgsrzp1MjgKHNgvz+A="; + hash = "sha256-GW/4adrU6/4cM96U6A8Btgv7Qt1jtSFJr9F8+zwTEpk="; }; postPatch = '' @@ -38,6 +39,7 @@ buildPythonPackage rec { nativeCheckInputs = [ pillow + pydantic pytest-asyncio pytest-httpserver pytestCheckHook