-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Update typing-extensions requirement from ~=4.0 to ~=4.1 #5912
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
Update typing-extensions requirement from ~=4.0 to ~=4.1 #5912
Conversation
Updates the requirements on [typing-extensions](https://github.com/python/typing) to permit the latest version. - [Release notes](https://github.com/python/typing/releases) - [Changelog](https://github.com/python/typing/blob/master/typing_extensions/CHANGELOG) - [Commits](python/typing@4.0.0...4.1.1) --- updated-dependencies: - dependency-name: typing-extensions dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Pull Request Test Coverage Report for Build 1980712037
💛 - Coveralls |
In |
I think it's a way to check that new version of dependency do not break the tests. If we unpin we could have the main branch fail suddenly because a new release broke it. (Well,if it's not pinned in setup.cfg the released pylint itself could break too which admittedly is worse) |
Shouldn't we have a pretty large acceptable range for this one by the way ? It's causing problem with other installed libraries very easily. (Pylint was impossible to install with tensortflow from 2.5 to 2.7, a pretty long time for example). |
I think we should add at least a lower bound in |
Do you have an idea how we can find the lowest bound ? Otherwise we could do |
Should be a process of running the test suite a couple of times. I might find the time to do that somewhere next week! |
All right, if we're doing it empirically I think testing |
I wasn't sharp yesterday it seems. We actually do pin We probably don't need an upper bound as |
Updates the requirements on typing-extensions to permit the latest version.
Changelog
Sourced from typing-extensions's changelog.
... (truncated)
Commits
b5dadf1
Prepare release 4.1.1 (#1077)83ed5bf
Fix Python 3.7.1 and run more versions in CI (#1076)16cf672
prepare release 4.1.0 (#1072)9403ccf
PEP 646 implementation (#963)773f759
PEP 655 Add interaction with required_keys, optional_keys and get_typ...f6e8272
add LiteralString (PEP 675) (#1053)a53957c
Add Never and assert_never (#1060)31c318d
ParamSpec: backport bpo-46676 (#1059)eeb29ad
Add typing_extensions.reveal_type (#1055)59e5918
add dataclass_transform (#1054)You can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)