Skip to content

Conversation

@sitmo
Copy link

@sitmo sitmo commented May 14, 2025

In the dependencies section in pyproject.toml, changes pinned version like

"argcomplete==3.5.1",

to ranges like

"argcomplete (>=3.5.1,<4.0.0)",

to improve interoperability and reduce version conflict when useing the vast.ai CLI in other environments.

@kristopolous kristopolous self-assigned this May 15, 2025
@kristopolous kristopolous self-requested a review May 15, 2025 18:59
@kristopolous
Copy link
Contributor

kristopolous commented May 15, 2025

the ranges are ok, but there's too much here. we want to keep some of them open. It should be a more minimal pr that only fixes the undesired behavior you have.

@stackanthony
Copy link
Contributor

To add onto this, make sure you run poetry lock after you've finished Chris' requested changes. This is essential to keep the state of our lockfile fresh in the project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants