diff --git a/api/pyproject.toml b/api/pyproject.toml index dbf772b78..8882202a4 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "api" -version = "0.77.3" +version = "0.77.4" description = "Agenta API" authors = [ { name = "Mahmoud Mabrouk", email = "mahmoud@agenta.ai" }, diff --git a/sdk/pyproject.toml b/sdk/pyproject.toml index a26b90916..079717a0b 100644 --- a/sdk/pyproject.toml +++ b/sdk/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "agenta" -version = "0.77.3" +version = "0.77.4" description = "The SDK for agenta is an open-source LLMOps platform." readme = "README.md" authors = [ diff --git a/web/ee/package.json b/web/ee/package.json index 78c5f6e45..d21522b18 100644 --- a/web/ee/package.json +++ b/web/ee/package.json @@ -1,6 +1,6 @@ { "name": "@agenta/ee", - "version": "0.77.3", + "version": "0.77.4", "private": true, "engines": { "node": ">=18" diff --git a/web/oss/package.json b/web/oss/package.json index d6dc78e83..30153a341 100644 --- a/web/oss/package.json +++ b/web/oss/package.json @@ -1,6 +1,6 @@ { "name": "@agenta/oss", - "version": "0.77.3", + "version": "0.77.4", "private": true, "engines": { "node": ">=18" @@ -20,6 +20,7 @@ }, "dependencies": { "@agenta/web-tests": "workspace:../tests", + "@agentaai/nextstepjs": "^2.1.3-agenta.1", "@ant-design/colors": "^7.2.1", "@ant-design/cssinjs": "^2.0.1", "@ant-design/icons": "^6.1.0", @@ -89,7 +90,6 @@ "lodash": "^4.17.21", "lucide-react": "^0.475.0", "motion": "^12.0.0", - "@agentaai/nextstepjs": "^2.1.3-agenta.1", "next": "15.5.9", "papaparse": "^5.5.3", "postcss": "^8.5.6", diff --git a/web/package.json b/web/package.json index 5560faf56..117e5dcb5 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "agenta-web", - "version": "0.77.3", + "version": "0.77.4", "workspaces": [ "ee", "oss",