Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.

Require latest spice and ragdaemon #565

Merged
merged 1 commit into from
Apr 13, 2024
Merged

Conversation

granawkins
Copy link
Member

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

Pull Request Checklist

  • Documentation has been updated, or this change doesn't require that

@@ -17,12 +17,12 @@ pytest-mock==3.11.1
pytest-reportlog==0.4.0
pytest-timeout==2.2.0
python-dotenv==1.0.0
ragdaemon==0.1.5
ragdaemon~=0.1.0
Copy link
Contributor

Choose a reason for hiding this comment

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

Using ~=0.1.0 for ragdaemon will allow minor updates but might introduce breaking changes if ragdaemon follows Semantic Versioning and introduces breaking changes in 0.2.0. Consider specifying a more precise version range if stability is a concern.

selenium==4.15.2
sentry-sdk==1.34.0
sounddevice==0.4.6
soundfile==0.12.1
spiceai==0.1.11
spiceai~=0.1.0
Copy link
Contributor

Choose a reason for hiding this comment

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

The use of ~=0.1.0 for spiceai follows the same concern as ragdaemon. It's great for staying up-to-date with the latest features but be cautious of potential breaking changes in minor versions.

Copy link
Contributor

mentatbot bot commented Apr 13, 2024

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.

@granawkins granawkins merged commit 4a36f1a into main Apr 13, 2024
16 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant