Skip to content

Commit b3fc9d1

Browse files
authored
Update sema4ai-http-helper to 2.0.1 version (#206)
1 parent 4767fe1 commit b3fc9d1

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

actions/docs/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
## 1.3.8 - 2025-04-02
6+
7+
- Update `sema4ai-http-helper` to 2.0.1 version.
8+
59
## 1.3.7 - 2025-04-02
610

711
- Update to latest `sema4ai-http-helper` version.

actions/poetry.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

actions/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "sema4ai-actions"
3-
version = "1.3.7"
3+
version = "1.3.8"
44
description = "Sema4AI Actions"
55
authors = ["Sema4.ai Engineering <[email protected]>"]
66
readme = "README.md"
@@ -16,7 +16,7 @@ robocorp-truststore= ">=0.8.0"
1616
psutil = ">=5.0,<7.0"
1717
docstring_parser_fork = "^0.0.5"
1818
pydantic = "^2.0" # Required for the `Response[T]`
19-
sema4ai-http-helper = "^2.0.0"
19+
sema4ai-http-helper = "^2.0.1"
2020

2121
[tool.poetry.group.dev.dependencies]
2222
sema4ai-devutils = { path = "../devutils/", develop = true }

actions/src/sema4ai/actions/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def my_action():
4242
from ._secret import OAuth2Secret, Secret
4343
from ._table import Row, RowValue, Table
4444

45-
__version__ = "1.3.7"
45+
__version__ = "1.3.8"
4646
version_info = [int(x) for x in __version__.split(".")]
4747

4848

0 commit comments

Comments
 (0)