chore: version packages (rc) (#375)

Co-authored-by: llama-org-ci-bot[bot] <231146559+llama-org-ci-bot[bot]@users.noreply.github.com>
This commit is contained in:
llama-org-ci-bot[bot]
2026-02-11 20:14:22 -05:00
committed by Adrian Lyjak
parent 898d65fea8
commit a86aee2949
5 changed files with 10 additions and 3 deletions
+1
View File
@@ -11,6 +11,7 @@
},
"changesets": [
"bright-waves-crash",
"itchy-crabs-report",
"mighty-apricots-matter",
"modern-planets-tan",
"neat-chicken-bake",
@@ -1,5 +1,11 @@
# llama-agents-server
## 0.2.0-rc.2
### Minor Changes
- 6ccdebd: Refactor server internals from monolithic handler to composable runtime decorators (ServerRuntimeDecorator, PersistenceDecorator, IdleReleaseDecorator) enabling pluggable server runtimes
## 0.2.0-rc.1
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "llama-agents-server",
"version": "0.2.0-rc.1",
"version": "0.2.0-rc.2",
"private": false,
"license": "MIT",
"scripts": {},
+1 -1
View File
@@ -19,7 +19,7 @@ dev = [
[project]
name = "llama-agents-server"
version = "0.2.0rc1"
version = "0.2.0rc2"
description = "HTTP server for deploying and serving LlamaIndex workflows as web services"
readme = "README.md"
requires-python = ">=3.9"
Generated
+1 -1
View File
@@ -1875,7 +1875,7 @@ dev = [
[[package]]
name = "llama-agents-server"
version = "0.2.0rc1"
version = "0.2.0rc2"
source = { editable = "packages/llama-agents-server" }
dependencies = [
{ name = "httpx" },