AbanteAI / mentat

Mentat - The AI Coding Assistant
https://mentat.ai
Apache License 2.0
2.42k stars 226 forks source link

Require latest spice and ragdaemon #565

Closed granawkins closed 2 months ago

granawkins commented 2 months ago

use ~=0.1.x to always fetch latest minor version of spiceai and ragdaemon.

Pull Request Checklist

mentatbot[bot] commented 2 months ago

MENTAT CODE REVIEW IN ACTIVE DEVELOPMENT. Only in use on mentat and internal repos. Please Reply with feedback.

The changes align with the goal of keeping dependencies up-to-date with the latest minor versions. However, it's important to consider the potential risks of automatically updating to new minor versions, especially for libraries that may not strictly follow Semantic Versioning. It might be worth discussing or documenting the strategy for handling any breaking changes that could arise from these updates.