chore: version packages (#524)

This commit is contained in:
llama-org-ci-bot[bot]
2026-04-10 16:06:20 -06:00
committed by GitHub
parent d4448f8633
commit 1d612a499f
5 changed files with 9 additions and 8 deletions
-5
View File
@@ -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 -1
View File
@@ -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"
Generated
+1 -1
View File
@@ -2166,7 +2166,7 @@ wheels = [
[[package]]
name = "llama-agents-agentcore"
version = "0.8.15"
version = "0.8.16"
source = { editable = "packages/llama-agents-agentcore" }
dependencies = [
{ name = "bedrock-agentcore" },