Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update poetry to 1.8.3 #493

Merged
merged 1 commit into from
May 10, 2024
Merged

Update poetry to 1.8.3 #493

merged 1 commit into from
May 10, 2024

Conversation

TShapinsky
Copy link
Member

as I was going through the dependency updates from dependabot I was having issues with failing package installs and really long dependency resolution times. I decided to upgrade to the latest version of poetry and that seems to have fixed all of the problems I was having.

@@ -38,7 +38,7 @@ influxdb = "^5.3.1"
# required for tests to pass right now. There are often issues when pinning to a branch
# and calling poetry update. I have had to completely remove my venv and reinstall in order
# to get the latest updates.
alfalfa-client = { git = "https://github.com/nrel/alfalfa-client.git", branch = "upload_model_check" }
alfalfa-client = { git = "https://github.com/nrel/alfalfa-client.git", branch = "develop" }
Copy link
Member

Choose a reason for hiding this comment

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

when does this get re-aligned with dev?

Copy link
Member Author

Choose a reason for hiding this comment

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

do you mean with a release of alfalfa_client?
everytime an API change is made the client has to change, so usually I wait until it's time to release the new version of alfalfa to release the new client so that people's setups don't break by automatically installing incompatible versions of the alfalfa client.

Additionally, this package inclusion is only used for testing so it doesn't really affect anyone besides us. The reason it was set to the upload_model_check branch instead of dev for a while was because there were changes made in the client to fix a breaking bug that hadn't been merged yet.

@TShapinsky TShapinsky merged commit d12bf42 into develop May 10, 2024
6 checks passed
@TShapinsky TShapinsky deleted the poetry_update branch May 10, 2024 15:20
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.

2 participants