Skip to content

Conversation

bollwyvl
Copy link

Hi, thanks for this tool!

This PR relaxes the dependency on typing_extensions== to be a >=: tightly pinning this (very prevalent) package creates all kinds of issues when used in more complex environments. I didn't look deep enough, but it is likely this could be pinned to an even lower value, as ParamSpec and TypeGuard have been stable for some time.

@Nusnus Nusnus requested a review from auvipy March 31, 2025 21:58
Copy link

codecov bot commented Mar 31, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.55%. Comparing base (81daa0d) to head (662ead0).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2281   +/-   ##
=======================================
  Coverage   81.55%   81.55%           
=======================================
  Files          77       77           
  Lines        9541     9541           
  Branches     1162     1162           
=======================================
  Hits         7781     7781           
  Misses       1568     1568           
  Partials      192      192           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Member

@auvipy auvipy left a comment

Choose a reason for hiding this comment

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

We will need a modified PR on this

@bollwyvl
Copy link
Author

bollwyvl commented Apr 1, 2025

Thanks for the speedy review!

need a modified PR

Sure, happy to keep the ball rolling! What needs modifying?

@@ -1,4 +1,4 @@
typing_extensions==4.12.2; python_version<"3.10"
typing_extensions>=4.12.2; python_version<"3.10"
Copy link
Member

Choose a reason for hiding this comment

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

we can keep this as is and make the latest version available with python =>3.11

Copy link
Member

Choose a reason for hiding this comment

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

this was pinned only for python version under 3.10

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