diff --git a/typescript-sdk/integrations/mastra/package.json b/typescript-sdk/integrations/mastra/package.json index fe3dd2252..3fd2a4970 100644 --- a/typescript-sdk/integrations/mastra/package.json +++ b/typescript-sdk/integrations/mastra/package.json @@ -31,11 +31,11 @@ }, "peerDependencies": { "@copilotkit/runtime": "^1.8.13", - "@mastra/core": "^0.10.10", + "@mastra/core": "^0.10.10 || ^0.11.1", "zod": "^3.25.67" }, "devDependencies": { - "@mastra/core": "^0.10.10", + "@mastra/core": "^0.11.1", "@types/jest": "^29.5.14", "@types/node": "^20.11.19", "jest": "^29.7.0",