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

Relax httpx dependency from ^0.23.0 to >=0.23.0 #69

Merged
merged 1 commit into from
Sep 25, 2024
Merged

Conversation

hugobuddel
Copy link
Contributor

The carret prevents any newer 'minor' releases of httpx to be used, because the 'major' version is 0. This makes it difficult to upgrade other dependencies of ScopeSim like notebook, because those depend on newer versions of httpx.

It is probably fine to just use >= for httpx, as we only use basic features that will probably not be deprecated or break.

The carret prevents any newer 'minor' releases of httpx to be used,
because the 'major' version is 0. This makes it difficult to upgrade
other dependencies of ScopeSim like notebook, because those depend on
newer versions of httpx.

It is probably fine to just use >= for httpx, as we only use basic
features that will probably not be deprecated or break.
Copy link

codecov bot commented Sep 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.60%. Comparing base (6d1a011) to head (a7573ec).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #69   +/-   ##
=======================================
  Coverage   75.60%   75.60%           
=======================================
  Files           3        3           
  Lines         369      369           
=======================================
  Hits          279      279           
  Misses         90       90           

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

@hugobuddel hugobuddel merged commit 9079e5f into main Sep 25, 2024
21 checks passed
@hugobuddel hugobuddel deleted the hb/relaxhttpx branch September 25, 2024 10:09
@hugobuddel hugobuddel restored the hb/relaxhttpx branch September 25, 2024 10:09
@hugobuddel hugobuddel deleted the hb/relaxhttpx branch September 25, 2024 10:25
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