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 #15

Merged
merged 7 commits into from
Dec 16, 2024
Merged

Build #15

merged 7 commits into from
Dec 16, 2024

Conversation

jburel
Copy link
Member

@jburel jburel commented Nov 21, 2024

Update actions and Update PyPI publish workflow to use build instead of sdist

@jburel jburel requested a review from sbesson December 15, 2024 22:53
Copy link
Member

@sbesson sbesson left a comment

Choose a reason for hiding this comment

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

Infrastructure changes look good. One question about the impact of the prometheus-client library version changes

setup.py Outdated
@@ -19,7 +19,7 @@
install_requires=[
'omero-py>=5.6.0',
# TODO: Update to current release 0.7.*
'prometheus-client==0.2.*',
Copy link
Member

Choose a reason for hiding this comment

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

Given the note above, what are the implications of uncapping this dependency?
In particular:

  • are there some backwards-incompatible changes since version 0.2.x that would modify the usage of the library?
  • as the upstream library is still sub-1.0.0, should it be capped to protect from future changes?

Copy link
Member Author

Choose a reason for hiding this comment

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

I will try to see what happened when I re-introduced the cap, it might have been introduced when attempting to fix the initial issue

@jburel jburel merged commit eb47378 into ome:master Dec 16, 2024
1 check passed
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