Skip to content
Open
Changes from all commits
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 samples/chatbot/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@genkit-ai/core": "^0.5.8",
"@genkit-ai/dotprompt": "^0.5.8",
"@genkit-ai/flow": "^0.5.8",
"@genkit-ai/vertexai": "^0.5.8",
"@genkit-ai/vertexai": "^0.9.12",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

Updating only @genkit-ai/vertexai to version ^0.9.12 while other @genkit-ai/* packages remain on ^0.5.8 is likely to cause dependency conflicts and break the application. Genkit packages are typically released together and are expected to be on the same version.

To prevent potential issues, all @genkit-ai/* dependencies should be updated to the same version. Please update the following packages in this package.json:

dependencies:

  • @genkit-ai/ai
  • @genkit-ai/core
  • @genkit-ai/dotprompt
  • @genkit-ai/flow

devDependencies:

  • genkit

All of these should be updated to ^0.9.12 to match @genkit-ai/vertexai.

"express": "^4.21.0",
"partial-json": "^0.1.7",
"zod": "^3.23.8"
Expand Down