Skip to content

Commit

Permalink
python312Packages.llama-index-multi-modal-llms-openai: 0.3.0 -> 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Dec 17, 2024
1 parent 707ac83 commit e5d90d9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@

buildPythonPackage rec {
pname = "llama-index-multi-modal-llms-openai";
version = "0.3.0";
version = "0.4.0";
pyproject = true;

disabled = pythonOlder "3.8";

src = fetchPypi {
pname = "llama_index_multi_modal_llms_openai";
inherit version;
hash = "sha256-cemDx3ccOQiOQFjNeAKSGTFaD7YxueErkD5TJDuaP9Y=";
hash = "sha256-EcOsfi16zp283ZpmLye8pf786YxWgquv+33QHVl3Zlg=";
};

build-system = [ poetry-core ];
Expand Down

0 comments on commit e5d90d9

Please sign in to comment.