Skip to content

Commit

Permalink
Bump version v0.15.8
Browse files Browse the repository at this point in the history
  • Loading branch information
wyfo committed Dec 18, 2021
1 parent 9a5e262 commit 299213b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ repos:
language: python
types: [ python ]
- repo: https://github.com/ambv/black
rev: 21.5b2
rev: 21.12b0
hooks:
- id: black
language_version: python3.6
args: [-C]
- repo: https://github.com/PyCQA/flake8
rev: 3.9.2
rev: 4.0.1
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.812
rev: v0.920
hooks:
- id: mypy
1 change: 0 additions & 1 deletion apischema/typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,6 @@ def required_keys(typed_dict: Type) -> Collection[str]:
def typing_origin(origin: Any) -> Any:
return TYPING_ALIASES.get(origin, origin)


else:
typing_origin = lambda tp: tp

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="apischema",
version="0.15.7",
version="0.15.8",
url="https://github.com/wyfo/apischema",
author="Joseph Perez",
author_email="joperez@hotmail.fr",
Expand Down

0 comments on commit 299213b

Please sign in to comment.