Skip to content

Commit 382e86f

Browse files
authored
Update to version v4.1.2
### Security - Upgraded axios to `1.13.5` to mitigate [CVE-2026-25639](https://nvd.nist.gov/vuln/detail/CVE-2026-25639) - Upgraded cryptography to `46.0.5` to mitigate [CVE-2026-26007](https://nvd.nist.gov/vuln/detail/CVE-2026-26007) - Upgraded webpack to `5.105.1` to mitigate [CVE-2025-68157](https://nvd.nist.gov/vuln/detail/CVE-2025-68157) and [CVE-2025-68458](https://nvd.nist.gov/vuln/detail/CVE-2025-68458) - Upgraded pip to `26.0.1` to mitigate [CVE-2026-1703](https://nvd.nist.gov/vuln/detail/CVE-2026-1703) - Upgraded langchain-core to `1.2.11` to mitigate [CVE-2026-26013](https://nvd.nist.gov/vuln/detail/CVE-2026-26013) - Upgraded pillow to `12.1.1` to mitigate [CVE-2026-25990](https://nvd.nist.gov/vuln/detail/CVE-2026-25990) - Upgraded qs to `6.14.2` to mitigate [CVE-2026-2391](https://nvd.nist.gov/vuln/detail/CVE-2026-2391)
2 parents 6151fbd + 54ceaef commit 382e86f

61 files changed

Lines changed: 1772 additions & 1263 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [4.1.2] - 2026-02-17
9+
10+
### Security
11+
12+
- Upgraded axios to `1.13.5` to mitigate [CVE-2026-25639](https://nvd.nist.gov/vuln/detail/CVE-2026-25639)
13+
- Upgraded cryptography to `46.0.5` to mitigate [CVE-2026-26007](https://nvd.nist.gov/vuln/detail/CVE-2026-26007)
14+
- Upgraded webpack to `5.105.1` to mitigate [CVE-2025-68157](https://nvd.nist.gov/vuln/detail/CVE-2025-68157) and [CVE-2025-68458](https://nvd.nist.gov/vuln/detail/CVE-2025-68458)
15+
- Upgraded pip to `26.0.1` to mitigate [CVE-2026-1703](https://nvd.nist.gov/vuln/detail/CVE-2026-1703)
16+
- Upgraded langchain-core to `1.2.11` to mitigate [CVE-2026-26013](https://nvd.nist.gov/vuln/detail/CVE-2026-26013)
17+
- Upgraded pillow to `12.1.1` to mitigate [CVE-2026-25990](https://nvd.nist.gov/vuln/detail/CVE-2026-25990)
18+
- Upgraded qs to `6.14.2` to mitigate [CVE-2026-2391](https://nvd.nist.gov/vuln/detail/CVE-2026-2391)
19+
820
## [4.1.1] - 2026-02-05
921

1022
### Security

NOTICE.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -726,6 +726,7 @@ ace-builds under the BSD-3-Clause license.
726726
ace-code under the BSD-3-Clause license.
727727
acorn under the MIT license.
728728
acorn-import-attributes under the MIT license.
729+
acorn-import-phases under the MIT license.
729730
acorn-jsx under the MIT license.
730731
acorn-walk under the MIT license.
731732
agent-base under the MIT license.

deployment/cdk-solution-helper/package-lock.json

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

deployment/cdk-solution-helper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@amzn/cdk-solution-helper",
3-
"version": "4.1.1",
3+
"version": "4.1.2",
44
"description": "This script performs token replacement as part of the build pipeline",
55
"license": "Apache-2.0",
66
"author": {

deployment/ecr/gaab-strands-agent/pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "gaab-strands-agent"
3-
version = "4.1.1"
3+
version = "4.1.2"
44
description = "GAAB Strands Agent Runtime for Amazon Bedrock AgentCore"
55
readme = "README.md"
66
requires-python = ">=3.13"
@@ -73,7 +73,8 @@ dev-dependencies = [
7373
"pytest-mock>=3.12.0",
7474
]
7575
override-dependencies = [
76-
"protobuf>=6.33.5"
76+
"protobuf>=6.33.5",
77+
"pillow>=12.1.1"
7778
]
7879

7980
[tool.black]

deployment/ecr/gaab-strands-agent/uv.lock

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

deployment/ecr/gaab-strands-common/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "gaab-strands-common"
3-
version = "4.1.1"
3+
version = "4.1.2"
44
description = "Shared library for GAAB Strands agents"
55
readme = "README.md"
66
requires-python = ">=3.13"

deployment/ecr/gaab-strands-common/uv.lock

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

deployment/ecr/gaab-strands-workflow-agent/pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "gaab-strands-workflow-agent"
3-
version = "4.1.1"
3+
version = "4.1.2"
44
description = "GAAB Strands Workflow Agent Runtime for Amazon Bedrock AgentCore"
55
readme = "README.md"
66
requires-python = ">=3.13"
@@ -54,7 +54,8 @@ dev-dependencies = [
5454
"pytest-mock>=3.12.0",
5555
]
5656
override-dependencies = [
57-
"protobuf>=6.33.5"
57+
"protobuf>=6.33.5",
58+
"pillow>=12.1.1"
5859
]
5960

6061
[tool.uv.sources]

deployment/ecr/gaab-strands-workflow-agent/uv.lock

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

0 commit comments

Comments
 (0)