DatGuy1 / Windows-Toasts

Python library used to send toast notifications on Windows machines
Apache License 2.0
96 stars 6 forks source link

Allow newer versions of winrt #138

Closed Safihre closed 3 months ago

Safihre commented 3 months ago

Due to the current limitations on winrt of windows-toasts, we can't use newer versions of the winrt packages. Pip errors out:

ERROR: Cannot install windows-toasts==1.1.0 and winrt-runtime==2.0.1 because these package versions have conflicting dependencies.

The conflict is caused by:
    The user requested winrt-runtime==2.0.1
    windows-toasts 1.1.0 depends on winrt-runtime<=2.0.0b2

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict
codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.77%. Comparing base (5b5b962) to head (4f59ae6). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #138 +/- ## ======================================= Coverage 97.77% 97.77% ======================================= Files 10 10 Lines 630 630 Branches 90 90 ======================================= Hits 616 616 Misses 9 9 Partials 5 5 ```

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