Skip to content

Commit

Permalink
Merge pull request #2465 from Agenta-AI/release/v0.33.2
Browse files Browse the repository at this point in the history
v0.33.2
  • Loading branch information
jp-agenta authored Feb 10, 2025
2 parents edcfcaf + 89f8d65 commit e3cbd33
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion agenta-backend/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "agenta_backend"
version = "0.33.1"
version = "0.33.2"
description = ""
authors = ["Mahmoud Mabrouk <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 0 additions & 2 deletions agenta-cli/agenta/sdk/decorators/routing.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@

app.include_router(router, prefix=AGENTA_RUNTIME_PREFIX)

log.info("Agenta - Runtime Prefix:" + (AGENTA_RUNTIME_PREFIX or None))


class PathValidator(BaseModel):
url: HttpUrl
Expand Down
2 changes: 1 addition & 1 deletion agenta-cli/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "agenta"
version = "0.33.1"
version = "0.33.2"
description = "The SDK for agenta is an open-source LLMOps platform."
readme = "README.md"
authors = ["Mahmoud Mabrouk <[email protected]>"]
Expand Down
4 changes: 2 additions & 2 deletions agenta-web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion agenta-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "agenta",
"version": "0.33.1",
"version": "0.33.2",
"private": true,
"engines": {
"node": ">=18"
Expand Down

0 comments on commit e3cbd33

Please sign in to comment.