nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python312Packages.llama-index-agent-openai: 0.4.7 -> 0.4.8

+2 -2
+2 -2
pkgs/development/python-modules/llama-index-agent-openai/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "llama-index-agent-openai"; 13 - version = "0.4.7"; 13 + version = "0.4.8"; 14 14 pyproject = true; 15 15 16 16 disabled = pythonOlder "3.8"; ··· 18 18 src = fetchPypi { 19 19 pname = "llama_index_agent_openai"; 20 20 inherit version; 21 - hash = "sha256-+xu6sfCkIzCVA2QaLO2Nwa5sB9WomLT3Ft4NuZV0bg0="; 21 + hash = "sha256-unbyHht/D2bjJtxBnCzEA8u2FK4o95BFQLEQNpWWX2g="; 22 22 }; 23 23 24 24 pythonRelaxDeps = [ "llama-index-llms-openai" ];