Compare commits

...

2 Commits

Author SHA1 Message Date
github-actions[bot] 519254efbe chore: version packages (#999)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-11-04 14:18:27 -05:00
Adrian Lyjak 6ab56b79f3 fix version breaking (#998) 2025-11-04 14:14:38 -05:00
12 changed files with 26 additions and 18 deletions
-5
View File
@@ -1,5 +0,0 @@
---
"llama-cloud-services-py": patch
---
Remove unneeded organization_id param from beta classifier client
-5
View File
@@ -1,5 +0,0 @@
---
"llama-cloud-services": minor
---
Switch to keyword arguments rather than positional args
+1 -1
View File
@@ -12,7 +12,7 @@
"@tanstack/react-router": "^1.133.22",
"@tanstack/react-router-devtools": "^1.133.22",
"@tanstack/react-start": "^1.133.22",
"llama-cloud-services": "workspace:*",
"llama-cloud-services": "file:../../ts/llama_cloud_services",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwind-merge": "^2.6.0",
-1
View File
@@ -2,4 +2,3 @@ packages:
- "ts/*"
- "py"
- "py/*"
- "examples-ts/*"
+6
View File
@@ -1,5 +1,11 @@
# llama-cloud-services-py
## 0.6.79
### Patch Changes
- e020e3e: Remove unneeded organization_id param from beta classifier client
## 0.6.78
### Patch Changes
+7
View File
@@ -1,5 +1,12 @@
# llama_parse
## 0.6.79
### Patch Changes
- Updated dependencies [e020e3e]
- llama-cloud-services-py@0.6.79
## 0.6.78
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "llama_parse",
"version": "0.6.78",
"version": "0.6.79",
"description": "",
"main": "index.js",
"private": false,
+2 -2
View File
@@ -11,13 +11,13 @@ dev = [
[project]
name = "llama-parse"
version = "0.6.78"
version = "0.6.79"
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.78"]
dependencies = ["llama-cloud-services>=0.6.79"]
[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.78",
"version": "0.6.79",
"private": false,
"license": "MIT",
"scripts": {},
+1 -1
View File
@@ -19,7 +19,7 @@ dev = [
[project]
name = "llama-cloud-services"
version = "0.6.78"
version = "0.6.79"
description = "Tailored SDK clients for LlamaCloud services."
authors = [{name = "Logan Markewich", email = "logan@runllama.ai"}]
requires-python = ">=3.9,<4.0"
+6
View File
@@ -1,5 +1,11 @@
# llama-cloud-services
## 0.4.0
### Minor Changes
- f293547: Switch to keyword arguments rather than positional args
## 0.3.10
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "llama-cloud-services",
"version": "0.3.10",
"version": "0.4.0",
"type": "module",
"license": "MIT",
"scripts": {