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

Add min version for typing_extensions requirement #1277

Merged
merged 1 commit into from
Aug 27, 2022
Merged

Add min version for typing_extensions requirement #1277

merged 1 commit into from
Aug 27, 2022

Conversation

Shortfinga
Copy link
Contributor

I stumbled upon this while having an older typing_extensions version
installed. According to my investigation TypeAlias was introduced with
typing_extensions 3.10.0 which makes sense since it is a Python 3.10
feature.

I stumbled upon this while having an older typing_extensions version
installed. According to my investigation TypeAlias was introduced with
typing_extensions 3.10.0 which makes sense since it is a Python 3.10
feature.
@codecov
Copy link

codecov bot commented Aug 26, 2022

Codecov Report

Merging #1277 (3a879df) into main (2ddc48a) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1277   +/-   ##
=======================================
  Coverage   94.92%   94.92%           
=======================================
  Files          30       30           
  Lines        4966     4966           
  Branches     1022     1022           
=======================================
  Hits         4714     4714           
  Misses        141      141           
  Partials      111      111           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@nils-wisiol
Copy link

Applying this dependency manually to my installation solved my problem. Thanks! 🚀

@MartinThoma
Copy link
Member

Thank you! Yes, that makes a lot of sense!

python/typing_extensions@d362ccb added TypeAlias and that seems to be 3.10.0.0. Looks good to me!

@MartinThoma MartinThoma merged commit 84460f5 into py-pdf:main Aug 27, 2022
@MartinThoma
Copy link
Member

@Shortfinga If you want, I can add you to https://pypdf2.readthedocs.io/en/latest/meta/CONTRIBUTORS.html :-)

The change will be released to PyPI tomorrow

MartinThoma added a commit that referenced this pull request Aug 28, 2022
Robustness (ROB):
-  Fix errors/warnings on no /Resources within extract_text (#1276)
-  Add required line separators in ContentStream ArrayObjects (#1281)

Maintenance (MAINT):
-  Use NameObject idempotency (#1290)

Testing (TST):
-  Rectangle deletion (#1289)
-  Add workflow tests (#1287)
-  Remove files after tests ran (#1286)

Packaging (PKG):
-  Add minimum version for typing_extensions requirement (#1277)

Full Changelog: 2.10.3...2.10.4
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.

3 participants