bloomberg / memray

Memray is a memory profiler for Python
https://bloomberg.github.io/memray/
Apache License 2.0
13.17k stars 392 forks source link

Depend on Textual >= 0.41 #522

Closed godlygeek closed 8 months ago

godlygeek commented 8 months ago

memray tree already uses features that require this version (TextArea was introduced in Textual 0.38, and TextArea.text gained a setter in Textual 0.41).

Correct our package metadata to accurately reflect our supported versions of the Textual dependency.

See #518

codecov-commenter commented 8 months ago

Codecov Report

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

Comparison is base (d491065) 92.37% compared to head (1dd0b7a) 92.23%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #522 +/- ## ========================================== - Coverage 92.37% 92.23% -0.15% ========================================== Files 91 91 Lines 11270 11270 Branches 1571 1571 ========================================== - Hits 10411 10395 -16 - Misses 854 870 +16 Partials 5 5 ``` | [Flag](https://app.codecov.io/gh/bloomberg/memray/pull/522/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bloomberg) | Coverage Δ | | |---|---|---| | [cpp](https://app.codecov.io/gh/bloomberg/memray/pull/522/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bloomberg) | `85.39% <ø> (-0.44%)` | :arrow_down: | | [python_and_cython](https://app.codecov.io/gh/bloomberg/memray/pull/522/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bloomberg) | `95.53% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bloomberg#carryforward-flags-in-the-pull-request-comment) to find out more.

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