Skip to content

Commit 99da52b

Browse files
authored
fix: update gateway to 0.3.2 and bindings to 0.1.7 in agentic apps (#12)
Signed-off-by: Peter Balogh <p.balogh.sa@gmail.com>
1 parent f599826 commit 99da52b

File tree

5 files changed

+48
-48
lines changed

5 files changed

+48
-48
lines changed

integrations/Taskfile.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ vars:
1111

1212
## Image config
1313
IMAGE_REPO: '{{ .IMAGE_REPO | default "ghcr.io/agntcy" }}'
14-
GATEWAY_IMAGE_TAG: '{{ .GATEWAY_IMAGE_TAG | default "0.3.0" }}'
14+
GATEWAY_IMAGE_TAG: '{{ .GATEWAY_IMAGE_TAG | default "0.3.2" }}'
1515
DIRECTORY_IMAGE_TAG: '{{ .DIRECTORY_IMAGE_TAG | default "v0.1.2" }}'
1616

1717
IMAGE_BAKE_OPTS: '{{ .IMAGE_BAKE_OPTS | default "--set *.platform=linux/arm64" }}'
18-
TEST_APP_TAG: '{{ .TEST_APP_TAG | default "v0.0.1" }}'
18+
TEST_APP_TAG: '{{ .TEST_APP_TAG | default "v0.0.2" }}'
1919

2020
AZURE_OPENAI_API_KEY: '{{ .AZURE_OPENAI_API_KEY | default "" }}'
2121
AZURE_OPENAI_ENDPOINT: '{{ .AZURE_OPENAI_ENDPOINT | default "" }}'

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

Lines changed: 22 additions & 22 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.6"
16+
agp-bindings = "^0.1.7"
1717

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

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

Lines changed: 22 additions & 22 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.6"
15+
agp-bindings = "^0.1.7"
1616

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

0 commit comments

Comments
 (0)