Skip to content

Commit 5d715ce

Browse files
authored
Update agent dependencies to version 1.2.2 (#163)
* Update agent dependencies to version 1.2.2 * Update dependencies to version 1.2.2
1 parent ba390df commit 5d715ce

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

nodejs/langchain/sample-agent/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"@microsoft/agents-a365-runtime": "^0.1.0-preview.30",
2929
"@microsoft/agents-a365-tooling": "^0.1.0-preview.30",
3030
"@microsoft/agents-a365-tooling-extensions-langchain": "^0.1.0-preview.30",
31-
"@microsoft/agents-activity": "1.1.1",
32-
"@microsoft/agents-hosting": "1.1.1",
31+
"@microsoft/agents-activity": "^1.2.2",
32+
"@microsoft/agents-hosting": "^1.2.2",
3333
"@microsoft/agents-a365-observability-hosting": "^0.1.0-preview.64",
3434
"dotenv": "^17.2.3",
3535
"express": "^5.1.0",
@@ -48,4 +48,4 @@
4848
"nodemon": "^3.1.10",
4949
"ts-node": "^10.9.2"
5050
}
51-
}
51+
}

nodejs/openai/sample-agent/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"license": "MIT",
1616
"description": "",
1717
"dependencies": {
18-
"@microsoft/agents-hosting": "1.1.1",
19-
"@microsoft/agents-activity": "1.1.1",
18+
"@microsoft/agents-hosting": "^1.2.2",
19+
"@microsoft/agents-activity": "^1.2.2",
2020
"@microsoft/agents-a365-notifications": "^0.1.0-preview.30",
2121
"@microsoft/agents-a365-observability": "^0.1.0-preview.30",
2222
"@microsoft/agents-a365-runtime": "^0.1.0-preview.30",

0 commit comments

Comments
 (0)