chore: version packages (#517)

This commit is contained in:
llama-org-ci-bot[bot]
2026-04-09 17:50:30 -06:00
committed by GitHub
parent 12bda1881b
commit 9080985778
5 changed files with 9 additions and 8 deletions
-5
View File
@@ -1,5 +0,0 @@
---
"llama-agents-server": patch
---
Ensure single_connection=True prevents locking from happening
@@ -1,5 +1,11 @@
# llama-agents-server
## 0.4.3
### Patch Changes
- 12bda18: Ensure single_connection=True prevents locking from happening
## 0.4.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "llama-agents-server",
"version": "0.4.2",
"version": "0.4.3",
"private": false,
"license": "MIT",
"scripts": {},
+1 -1
View File
@@ -19,7 +19,7 @@ dev = [
[project]
name = "llama-agents-server"
version = "0.4.2"
version = "0.4.3"
description = "HTTP server for deploying and serving LlamaIndex workflows as web services"
readme = "README.md"
requires-python = ">=3.10"
Generated
+1 -1
View File
@@ -2599,7 +2599,7 @@ dev = [
[[package]]
name = "llama-agents-server"
version = "0.4.2"
version = "0.4.3"
source = { editable = "packages/llama-agents-server" }
dependencies = [
{ name = "httpx" },