Merge pull request #300522 from r-ryantm/auto-update/python311Packages.llama-index-agent-openai

python311Packages.llama-index-agent-openai: 0.2.0 -> 0.2.1
This commit is contained in:
Fabian Affolter 2024-03-31 21:15:10 +02:00 committed by GitHub
commit b8d649e4b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "llama-index-agent-openai";
version = "0.2.0";
version = "0.2.1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_index_agent_openai";
inherit version;
hash = "sha256-iDHuNk1TeBNAG6LK38JnAdPRrVODhQ9+fdytL1aNlO8=";
hash = "sha256-ydCixD0vdSuA99PdflbhEsSd3b0Gl0lzFTz9uTdLYrQ=";
};
pythonRelaxDeps = [