Compare commits

...

3 Commits

Author SHA1 Message Date
George He 82c0022aca Undo parse changes 2025-08-17 09:45:35 -07:00
George He efa267cb7f Bump to 0.1.39 2025-08-17 09:41:59 -07:00
George He 75fee8d600 Update llama-cloud-services 2025-08-16 11:54:56 -07:00
2 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -19,7 +19,7 @@ dev = [
[project]
name = "llama-cloud-services"
version = "0.6.60"
version = "0.6.61"
description = "Tailored SDK clients for LlamaCloud services."
authors = [{name = "Logan Markewich", email = "logan@runllama.ai"}]
requires-python = ">=3.9,<4.0"
@@ -27,7 +27,7 @@ readme = "README.md"
license = "MIT"
dependencies = [
"llama-index-core>=0.12.0",
"llama-cloud==0.1.37",
"llama-cloud==0.1.39",
"pydantic>=2.8,!=2.10",
"click>=8.1.7,<9",
"python-dotenv>=1.0.1,<2",
Generated
+5 -5
View File
@@ -1582,21 +1582,21 @@ wheels = [
[[package]]
name = "llama-cloud"
version = "0.1.37"
version = "0.1.39"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "certifi" },
{ name = "httpx" },
{ name = "pydantic" },
]
sdist = { url = "https://files.pythonhosted.org/packages/9c/dd/c4f2516523778a0d4b284fa4b66a0136afdd59694f105102838cf793e675/llama_cloud-0.1.37.tar.gz", hash = "sha256:b6d62e7386d1aa85905b7e3f7c19a40694be54c1596668bceaa456cd84ede666", size = 108707, upload-time = "2025-08-04T22:00:37.18Z" }
sdist = { url = "https://files.pythonhosted.org/packages/54/d3/058363cff521239b982638663f0cdf29aa94b6a5abaf2d593000f68a3333/llama_cloud-0.1.39.tar.gz", hash = "sha256:cd2e30540df4b1c18051f680962347838178596c875a71550d518a4d9729056f", size = 120625, upload-time = "2025-08-17T16:38:56.188Z" }
wheels = [
{ url = "https://files.pythonhosted.org/packages/59/ca/a7f874b041d2566f000ecc88bf1b76819a8bdbbaea85036ca6905ae3f0f7/llama_cloud-0.1.37-py3-none-any.whl", hash = "sha256:3109ec74575f53311ec4957ca8aea2d6e30556a43d24c6316ceab91c4fed6ab7", size = 314244, upload-time = "2025-08-04T22:00:35.696Z" },
{ url = "https://files.pythonhosted.org/packages/87/39/830d7d00e6964204c01fafe1f6d186a2f365ba009861f8e9e26be1b8360e/llama_cloud-0.1.39-py3-none-any.whl", hash = "sha256:1cb741937d0b5ae853761439f6115cd3d64f4ae88a6e9109699f30662806c993", size = 317407, upload-time = "2025-08-17T16:38:54.31Z" },
]
[[package]]
name = "llama-cloud-services"
version = "0.6.59"
version = "0.6.61"
source = { editable = "." }
dependencies = [
{ name = "click", version = "8.1.8", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10'" },
@@ -1631,7 +1631,7 @@ dev = [
requires-dist = [
{ name = "click", specifier = ">=8.1.7,<9" },
{ name = "eval-type-backport", marker = "python_full_version < '3.10'", specifier = ">=0.2.0,<0.3" },
{ name = "llama-cloud", specifier = "==0.1.37" },
{ name = "llama-cloud", specifier = "==0.1.39" },
{ name = "llama-index-core", specifier = ">=0.12.0" },
{ name = "packaging", specifier = ">=25.0" },
{ name = "platformdirs", specifier = ">=4.3.7,<5" },