Skip to content

Commit 0b9177d

Browse files
authored
fix: update agp-binding to 0.3.5 (#107)
Signed-off-by: Peter Balogh <p.balogh.sa@gmail.com>
1 parent c8d1ad4 commit 0b9177d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

integrations/agntcy-agp/agentic-apps/autogen_agent/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ autogen-ext = "^0.4.3"
1313
tiktoken = "^0.8.0"
1414
openai = "^1.60.2"
1515
autogen-core = "^0.4.3"
16-
agp-bindings = "^0.2.4"
16+
agp-bindings = "^0.3.5"
1717

1818
[build-system]
1919
requires = ["poetry-core"]

integrations/agntcy-agp/agentic-apps/langchain_agent/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ langchain-community = "0.3.16"
1212
langchain-openai = "0.2.12"
1313
langgraph = "^0.2.67"
1414
duckduckgo-search = "^7.3.0"
15-
agp-bindings = "^0.2.4"
15+
agp-bindings = "^0.3.5"
1616

1717
[build-system]
1818
requires = ["poetry-core"]

0 commit comments

Comments
 (0)