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

build: fix ostk-core incompatible release #83

Closed
wants to merge 1 commit into from

Conversation

apaletta3
Copy link
Contributor

This should resolve the incompatible versions of ostk-core issue

Copy link

codecov bot commented Mar 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.62%. Comparing base (6037655) to head (11deda8).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #83   +/-   ##
=======================================
  Coverage   69.62%   69.62%           
=======================================
  Files           7        7           
  Lines         474      474           
=======================================
  Hits          330      330           
  Misses        144      144           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@apaletta3 apaletta3 enabled auto-merge (squash) March 20, 2024 23:27
@@ -1,3 +1,3 @@
# Apache License 2.0

open-space-toolkit-core~=2.1.0
open-space-toolkit-core~=2.1
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't know if this is a good idea to do.

This will let the Python version get auto-bumped to 2.2, 2.3, etc. Since we only allow the CPP dependencies to bump patch versions, this could get us out of sync with CPP.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Gotcha, so then we should allow all to be patch auto-updates

@apaletta3 apaletta3 disabled auto-merge March 20, 2024 23:32
@apaletta3
Copy link
Contributor Author

decided against pinning to the minor version so that it doesn't get out of sync with cpp

@apaletta3 apaletta3 closed this Mar 20, 2024
@apaletta3 apaletta3 deleted the build/fix-ostk-core-incompatible-release branch March 20, 2024 23:38
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