Skip to content

Commit a7505be

Browse files
Bump python-interpreter afm-core versions to next patch
1 parent 5f38b70 commit a7505be

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

python-interpreter/packages/afm-cli/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "afm-cli"
3-
version = "0.2.9"
3+
version = "0.2.10"
44
description = "AFM CLI metapackage: installs afm-core and afm-langchain"
55
readme = "README.md"
66
classifiers = [
@@ -11,7 +11,7 @@ license = "Apache-2.0"
1111
requires-python = ">=3.11"
1212
urls = { Repository = "https://github.com/wso2/reference-implementations-afm" }
1313
dependencies = [
14-
"afm-core==0.1.5",
14+
"afm-core==0.1.7",
1515
"afm-langchain>=0.1.0",
1616
]
1717

python-interpreter/packages/afm-core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "afm-core"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
description = "AFM (Agent-Flavored Markdown) core: parser, CLI, protocols, and interfaces"
55
readme = "README.md"
66
classifiers = [

0 commit comments

Comments
 (0)