Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions python-interpreter/packages/afm-cli/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "afm-cli"
version = "0.3.0"
version = "0.4.0"
description = "AFM CLI metapackage: installs afm-core and afm-langchain"
readme = "README.md"
classifiers = [
Expand All @@ -11,8 +11,8 @@ license = "Apache-2.0"
requires-python = ">=3.11"
urls = { Repository = "https://github.com/wso2/reference-implementations-afm" }
dependencies = [
"afm-core==0.2.0",
"afm-langchain>=0.2.0",
"afm-core==0.3.0",
"afm-langchain>=0.3.0",
]

[project.scripts]
Expand Down
2 changes: 1 addition & 1 deletion python-interpreter/packages/afm-core/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "afm-core"
version = "0.2.0"
version = "0.3.0"
description = "AFM (Agent-Flavored Markdown) core: parser, CLI, protocols, and interfaces"
readme = "README.md"
classifiers = [
Expand Down
4 changes: 2 additions & 2 deletions python-interpreter/packages/afm-langchain/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "afm-langchain"
version = "0.2.0"
version = "0.3.0"
description = "AFM LangChain execution backend"
readme = "README.md"
classifiers = [
Expand All @@ -11,7 +11,7 @@ license = "Apache-2.0"
requires-python = ">=3.11"
urls = { Repository = "https://github.com/wso2/reference-implementations-afm" }
dependencies = [
"afm-core>=0.2.0,<0.3.0",
"afm-core>=0.3.0,<0.4.0",
"langchain>=1.2.8",
"langchain-openai>=1.1.7",
"langchain-anthropic>=1.3.1",
Expand Down
Loading
Loading