mirror of
https://github.com/run-llama/workflows-py.git
synced 2026-07-19 16:53:35 -04:00
chore: version packages (#517)
This commit is contained in:
committed by
GitHub
parent
12bda1881b
commit
9080985778
@@ -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,6 +1,6 @@
|
||||
{
|
||||
"name": "llama-agents-server",
|
||||
"version": "0.4.2",
|
||||
"version": "0.4.3",
|
||||
"private": false,
|
||||
"license": "MIT",
|
||||
"scripts": {},
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user