Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion packages/agents-a365-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@microsoft/agents-hosting": "*",
"@azure/identity": "*",
"@azure/identity": "^4.2.1",
Comment thread
JesuTerraz marked this conversation as resolved.
Outdated
"jsonwebtoken": "^9.0.2"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@microsoft/agents-a365-tooling": "workspace:*",
"@microsoft/agents-a365-runtime": "workspace:*",
"@microsoft/agents-hosting": "*",
"langchain": "*",
"langchain": "^1.0.1",
"@langchain/mcp-adapters": "*"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/agents-a365-tooling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@microsoft/agents-a365-runtime": "workspace:*",
"@microsoft/agents-hosting": "*",
"@modelcontextprotocol/sdk": "*",
"express": "*"
"express": "^5.1.0"
},
"devDependencies": {
"@types/jest": "^29.5.14",
Expand Down
48 changes: 12 additions & 36 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ overrides:

# Azure packages
"@azure/monitor-opentelemetry-exporter": "^1.0.0-beta.32"
"@azure/identity": "^4.12.0"
"@azure/identity": "^4.2.1"
Comment thread
JesuTerraz marked this conversation as resolved.
Outdated

# LangChain packages - use latest stable
"langchain": "^1.0.1"
Expand Down Expand Up @@ -63,6 +63,7 @@ overrides:
"ts-node": "^10.9.2"
"dotenv": "^17.2.2"
"uuid": "^9.0.0"
"js-yaml": "^4.1.1"

# Workspace settings
linkWorkspacePackages: true
Expand Down
3 changes: 2 additions & 1 deletion tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@
"jest": "^29.0.0",
"rimraf": "^5.0.0",
"ts-jest": "^29.0.0",
"typescript": "^5.0.0"
"typescript": "^5.0.0",
"js-yaml": "^4.1.1"
},
"engines": {
"node": ">=18.0.0"
Expand Down
Loading