Skip to content

Commit be56c24

Browse files
authored
chore: update agp bindings in sample apps (#9)
Signed-off-by: Peter Balogh <p.balogh.sa@gmail.com>
1 parent dfaf230 commit be56c24

File tree

4 files changed

+46
-36
lines changed

4 files changed

+46
-36
lines changed

integrations/agntcy-agp/agentic-apps/autogen_agent/poetry.lock

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

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.1.2"
16+
agp-bindings = "^0.1.6"
1717

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

integrations/agntcy-agp/agentic-apps/langchain_agent/poetry.lock

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

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.1.2"
15+
agp-bindings = "^0.1.6"
1616

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

0 commit comments

Comments
 (0)