python313Packages.llama-cloud-services: 0.6.53 -> 0.6.54, python313Packages.llama-parse: 0.6.46 -> 0.6.54 (#430944)
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
llama-cloud,
|
||||
llama-index-core,
|
||||
platformdirs,
|
||||
poetry-core,
|
||||
hatchling,
|
||||
pydantic,
|
||||
pytest-asyncio,
|
||||
pytestCheckHook,
|
||||
@@ -17,19 +17,21 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "llama-cloud-services";
|
||||
version = "0.6.53";
|
||||
version = "0.6.54";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "run-llama";
|
||||
repo = "llama_cloud_services";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-b64yOpjOrcV+6isCVo3CQ/pbzrG8GBZe1rvBiUIJ+Y8=";
|
||||
hash = "sha256-bTJkpMWuQzlsooOXUBNhMvPgYH0h4NvA8uOW6Mg6q8s=";
|
||||
};
|
||||
|
||||
sourceRoot = "${src.name}/py";
|
||||
|
||||
pythonRelaxDeps = [ "llama-cloud" ];
|
||||
|
||||
build-system = [ poetry-core ];
|
||||
build-system = [ hatchling ];
|
||||
|
||||
dependencies = [
|
||||
click
|
||||
|
||||
@@ -3,28 +3,23 @@
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
llama-cloud-services,
|
||||
poetry-core,
|
||||
pythonOlder,
|
||||
hatchling,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "llama-parse";
|
||||
version = "0.6.46";
|
||||
version = "0.6.54";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "llama_parse";
|
||||
inherit version;
|
||||
hash = "sha256-YFQ/90Es+9JwNSLlmtuJE+2pZr5+keOVvxFNY1T05e8=";
|
||||
hash = "sha256-xwezEVIVXJuuhOMW+reQu8jIX02IJc5e44br632yWPE=";
|
||||
};
|
||||
|
||||
build-system = [ poetry-core ];
|
||||
build-system = [ hatchling ];
|
||||
|
||||
dependencies = [
|
||||
llama-cloud-services
|
||||
];
|
||||
dependencies = [ llama-cloud-services ];
|
||||
|
||||
pythonImportsCheck = [ "llama_parse" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user