pjanuario / pyecoforest

Python library for ecoforest local device.
MIT License
0 stars 2 forks source link

fix: downgrade httpx minimal requirement #7

Closed pjanuario closed 11 months ago

pjanuario commented 11 months ago

Generated summary (powered by Graphite) > #### What Changed > Updated > - httpx > #### Testing > Run the tests and verify that they pass. Also, test the functionality that depends on the httpx library. > #### Reasoning > This library is used in homeassistant and httpx library is a dependency in both modules. Reduced the minimal requirements to prevent issues with dependency hell
pjanuario commented 11 months ago

Current dependencies on/for this PR:

This comment was auto-generated by Graphite.

codecov[bot] commented 11 months ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (a59d8da) 91.11% compared to head (b8eeb95) 91.11%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #7 +/- ## ======================================= Coverage 91.11% 91.11% ======================================= Files 9 9 Lines 90 90 Branches 8 8 ======================================= Hits 82 82 Misses 4 4 Partials 4 4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

pjanuario commented 11 months ago

Merge Activity