Skip to content

Commit 236c225

Browse files
junawaygithub-actions[bot]
authored andcommitted
v0.101.0
1 parent c7ff465 commit 236c225

13 files changed

Lines changed: 19 additions & 19 deletions

File tree

api/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "api"
3-
version = "0.100.9"
3+
version = "0.101.0"
44
description = "Agenta API"
55
requires-python = ">=3.11,<3.14"
66
authors = [

api/uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clients/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agenta-client"
3-
version = "0.100.9"
3+
version = "0.101.0"
44
description = "Fern-generated Python client for the Agenta API."
55
requires-python = ">=3.11,<3.14"
66
authors = [

clients/python/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hosting/kubernetes/helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: agenta
33
description: A Helm chart for deploying Agenta (OSS or EE) on Kubernetes
44
type: application
5-
version: 0.100.9
6-
appVersion: "v0.100.9"
5+
version: 0.101.0
6+
appVersion: "v0.101.0"
77
keywords:
88
- agenta
99
- llm

sdks/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agenta"
3-
version = "0.100.9"
3+
version = "0.101.0"
44
description = "The SDK for agenta is an open-source LLMOps platform."
55
readme = "README.md"
66
requires-python = ">=3.11,<3.14"

sdks/python/uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "services"
3-
version = "0.100.9"
3+
version = "0.101.0"
44
description = "Agenta Services (Chat & Completion)"
55
requires-python = ">=3.11,<3.14"
66
authors = [

services/uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/ee/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agenta/ee",
3-
"version": "0.100.9",
3+
"version": "0.101.0",
44
"private": true,
55
"engines": {
66
"node": "24.x"

0 commit comments

Comments
 (0)