mirror of
https://github.com/run-llama/workflows-py.git
synced 2026-07-18 16:14:58 -04:00
chore: version packages (#524)
This commit is contained in:
committed by
GitHub
parent
d4448f8633
commit
1d612a499f
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"llama-agents-agentcore": patch
|
||||
---
|
||||
|
||||
Run agentcore workflows in background tasks
|
||||
@@ -1,5 +1,11 @@
|
||||
# llama-agents-agentcore
|
||||
|
||||
## 0.8.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- d4448f8: Run agentcore workflows in background tasks
|
||||
|
||||
## 0.8.15
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "llama-agents-agentcore",
|
||||
"version": "0.8.15",
|
||||
"version": "0.8.16",
|
||||
"private": false,
|
||||
"dependencies": {
|
||||
"llama-agents-core": "workspace:*",
|
||||
|
||||
@@ -15,7 +15,7 @@ dev = [
|
||||
|
||||
[project]
|
||||
name = "llama-agents-agentcore"
|
||||
version = "0.8.15"
|
||||
version = "0.8.16"
|
||||
description = "LlamaAgents x Bedrock AgentCore deployment utilities"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.10,<4"
|
||||
|
||||
Reference in New Issue
Block a user