Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Bump typeguard from 2.9.1 to 2.10.0 #652

Merged
merged 1 commit into from
Jan 29, 2021

Conversation

cjolowicz
Copy link
Owner

@cjolowicz cjolowicz commented Nov 3, 2020

Bumps typeguard from 2.9.1 to 2.10.0.

Changelog

Sourced from typeguard's changelog.

Version history

This library adheres to Semantic Versioning 2.0 <https://semver.org/#semantic-versioning-200>_.

2.10.0 (2020-10-17)

  • Added support for Python 3.9 (PR by Csergő Bálint)
  • Added support for nested Literal
  • Added support for TypedDict inheritance (with some caveats; see the user guide on that for details)
  • An appropriate TypeError is now raised when encountering an illegal Literal value
  • Fixed checking NoReturn on Python < 3.8 when typing_extensions was not installed
  • Fixed import hook matching unwanted modules (PR by Wouter Bolsterlee)
  • Install the pytest plugin earlier in the test run to support more use cases (PR by Wouter Bolsterlee)

2.9.1 (2020-06-07)

  • Fixed ImportError on Python < 3.8 when typing_extensions was not installed

2.9.0 (2020-06-06)

  • Upped the minimum Python version from 3.5.2 to 3.5.3
  • Added support for typing.NoReturn
  • Added full support for typing_extensions (now equivalent to support of the typing module)
  • Added the option of supplying check_type() with globals/locals for correct resolution of forward references
  • Fixed erroneous TypeError when trying to check against non-runtime typing.Protocol (skips the check for now until a proper compatibility check has been implemented)
  • Fixed forward references in TypedDict not being resolved
  • Fixed checking against recursive types

2.8.0 (2020-06-02)

  • Added support for the Mock and MagicMock types (PR by prescod)
  • Added support for typing_extensions.Literal (PR by Ryan Rowe)
  • Fixed unintended wrapping of untyped generators (PR by prescod)
  • Fixed checking against bound type variables with check_type() without a call memo
  • Fixed error message when checking against a Union containing a Literal

2.7.1 (2019-12-27)

  • Fixed @typechecked returning None when called with always=True and Python runs in optimized mode
  • Fixed performance regression introduced in v2.7.0 (the getattr_static() call was causing a 3x slowdown)

2.7.0 (2019-12-10)

... (truncated)

Commits
  • 419992f Added release date
  • e646cec Moved tooling configuration to pyproject.toml
  • 3db0cc7 Declared Python 3.9 support
  • d0a6404 Added support for TypedDict inheritance
  • a0cff15 Updated the version history
  • c65844e Made typeguard work on python3.9 (#150)
  • 55fbcb5 Correctly match package/module names in import hook (#144)
  • 01a6fc4 Use correct function name in documentation (#142)
  • 9673ad1 Install import hook earlier during pytest initialization (#143)
  • 461cfd5 Update README.rst (#141)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

@cjolowicz cjolowicz added dependencies Dependencies python Pull requests that update Python code labels Nov 3, 2020
@cjolowicz cjolowicz force-pushed the retrocookie-pr/dependabot/pip/typeguard-2.10.0 branch from ef11114 to 311d00d Compare November 3, 2020 15:59
@cjolowicz cjolowicz force-pushed the retrocookie-pr/dependabot/pip/typeguard-2.10.0 branch 4 times, most recently from eb8c68c to 7948090 Compare January 25, 2021 23:12
@cjolowicz cjolowicz force-pushed the retrocookie-pr/dependabot/pip/typeguard-2.10.0 branch 4 times, most recently from 65197cc to 696c4e8 Compare January 29, 2021 00:28
@cjolowicz cjolowicz force-pushed the retrocookie-pr/dependabot/pip/typeguard-2.10.0 branch from 696c4e8 to e444b68 Compare January 29, 2021 12:17
@cjolowicz cjolowicz merged commit 1a6dd42 into master Jan 29, 2021
@cjolowicz cjolowicz deleted the retrocookie-pr/dependabot/pip/typeguard-2.10.0 branch January 29, 2021 12:34
@cjolowicz cjolowicz mentioned this pull request Jan 29, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
dependencies Dependencies python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant