chore: version packages (#995)

This commit is contained in:
github-actions[bot]
2025-11-03 20:15:50 -06:00
committed by GitHub
parent 9f1ef4ef1f
commit 662bc37462
7 changed files with 19 additions and 11 deletions
-6
View File
@@ -1,6 +0,0 @@
---
"llama_parse": patch
"llama-cloud-services-py": patch
---
Fix extract
+6
View File
@@ -1,5 +1,11 @@
# llama-cloud-services-py
## 0.6.78
### Patch Changes
- 9f1ef4e: Fix extract
## 0.6.77
### Patch Changes
+8
View File
@@ -1,5 +1,13 @@
# llama_parse
## 0.6.78
### Patch Changes
- 9f1ef4e: Fix extract
- Updated dependencies [9f1ef4e]
- llama-cloud-services-py@0.6.78
## 0.6.77
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "llama_parse",
"version": "0.6.77",
"version": "0.6.78",
"description": "",
"main": "index.js",
"private": false,
+2 -2
View File
@@ -11,13 +11,13 @@ dev = [
[project]
name = "llama-parse"
version = "0.6.77"
version = "0.6.78"
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.77"]
dependencies = ["llama-cloud-services>=0.6.78"]
[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.77",
"version": "0.6.78",
"private": false,
"license": "MIT",
"scripts": {},
+1 -1
View File
@@ -19,7 +19,7 @@ dev = [
[project]
name = "llama-cloud-services"
version = "0.6.77"
version = "0.6.78"
description = "Tailored SDK clients for LlamaCloud services."
authors = [{name = "Logan Markewich", email = "logan@runllama.ai"}]
requires-python = ">=3.9,<4.0"