Skip to content

Commit

Permalink
Update Action Server to v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioz committed Oct 22, 2024
1 parent b23e6d5 commit c17d933
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- Add `Sema4.ai: Collpase All Entries` command and button in Agent/Action view.
- Added command to import action packages from Sema4.ai Gallery or zip files.
- Update Agent CLI to `v0.0.27`
- Update Action Server to `v1.1.2`

## New in 2.6.6 (2024-10-07)

Expand Down
2 changes: 1 addition & 1 deletion sema4ai/src/sema4ai_code/action_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
log = get_logger(__name__)

ONE_MINUTE_S = 60
ACTION_SERVER_VERSION = "1.1.1"
ACTION_SERVER_VERSION = "1.1.2"

if typing.TYPE_CHECKING:
from sema4ai_code.vendored_deps.url_callback_server import LastRequestInfoTypedDict
Expand Down

0 comments on commit c17d933

Please sign in to comment.