Compare commits

..

1 Commits

Author SHA1 Message Date
Neeraj Pradhan 4e24e5e7fc Bump up patch version for python packages 2026-01-21 12:19:03 -08:00
8 changed files with 16 additions and 21 deletions
+6
View File
@@ -0,0 +1,6 @@
---
"llama-cloud-services-py": patch
"llama_parse": patch
---
Bump up patch versions for python packages
+5
View File
@@ -0,0 +1,5 @@
---
"llama-cloud-services-py": patch
---
Use error description in ExtractedData invalid extraction error
-7
View File
@@ -1,12 +1,5 @@
# llama-cloud-services-py
## 0.6.91
### Patch Changes
- 07ec282: Bump up patch versions for python packages
- 3040951: Use error description in ExtractedData invalid extraction error
## 0.6.90
### Patch Changes
-9
View File
@@ -1,14 +1,5 @@
# llama_parse
## 0.6.91
### Patch Changes
- 07ec282: Bump up patch versions for python packages
- Updated dependencies [07ec282]
- Updated dependencies [3040951]
- llama-cloud-services-py@0.6.91
## 0.6.90
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "llama_parse",
"version": "0.6.91",
"version": "0.6.90",
"description": "",
"main": "index.js",
"private": false,
+2 -2
View File
@@ -11,13 +11,13 @@ dev = [
[project]
name = "llama-parse"
version = "0.6.91"
version = "0.6.90"
description = "Parse files into RAG-Optimized formats."
authors = [{name = "Logan Markewich", email = "logan@llamaindex.ai"}]
requires-python = ">=3.9,<4.0"
readme = "README.md"
license = "MIT"
dependencies = ["llama-cloud-services>=0.6.91"]
dependencies = ["llama-cloud-services>=0.6.90"]
[project.scripts]
llama-parse = "llama_parse.cli.main:parse"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "llama-cloud-services-py",
"version": "0.6.91",
"version": "0.6.90",
"private": false,
"license": "MIT",
"scripts": {},
+1 -1
View File
@@ -23,7 +23,7 @@ dev = [
[project]
name = "llama-cloud-services"
version = "0.6.91"
version = "0.6.90"
description = "Tailored SDK clients for LlamaCloud services."
authors = [{name = "Logan Markewich", email = "logan@runllama.ai"}]
requires-python = ">=3.9,<4.0"