Skip to content

Commit

Permalink
python312Packages.ollama: 0.4.4 -> 0.4.5 (#369637)
Browse files Browse the repository at this point in the history
  • Loading branch information
happysalada authored Dec 31, 2024
2 parents a7745fe + cb48707 commit 806ee5a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pkgs/development/python-modules/ollama/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

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

disabled = pythonOlder "3.8";
Expand All @@ -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 = ''
Expand All @@ -35,11 +35,13 @@ buildPythonPackage rec {

build-system = [ poetry-core ];

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

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

0 comments on commit 806ee5a

Please sign in to comment.