mirror of
https://github.com/run-llama/workflows-py.git
synced 2026-07-20 01:04:22 -04:00
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:
committed by
Adrian Lyjak
parent
898d65fea8
commit
a86aee2949
@@ -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,6 +1,6 @@
|
||||
{
|
||||
"name": "llama-agents-server",
|
||||
"version": "0.2.0-rc.1",
|
||||
"version": "0.2.0-rc.2",
|
||||
"private": false,
|
||||
"license": "MIT",
|
||||
"scripts": {},
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user