Skip to content

Commit

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

buildPythonPackage rec {
pname = "llama-index-embeddings-openai";
version = "0.3.0";
version = "0.3.1";
pyproject = true;

disabled = pythonOlder "3.8";

src = fetchPypi {
pname = "llama_index_embeddings_openai";
inherit version;
hash = "sha256-o31bpcyUejajzqpB38ZdcmqHP/s6J7e0lZKE9blE9hc=";
hash = "sha256-E2iq084ky67SPVrSUTQ87x63tKBtZWPWYG1ZyzR/7yA=";
};

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

0 comments on commit 707ac83

Please sign in to comment.