File tree Expand file tree Collapse file tree 2 files changed +48
-1
lines changed
Expand file tree Collapse file tree 2 files changed +48
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v2.1.0 (2022-04-24)
4+
5+ ### :sparkles : New
6+ - Now the parameters passed through " ; args" ; are also serialized.
7+
8+ ` ;` ;` ; python
9+ def func(i: int):
10+ return i
11+
12+ assert func(' ; 1' ; ) = ;= ; 1
13+ ` ;` ;` ;
14+
15+
16+ ### :recycle : Changes
17+ - Small changes for release config
18+
19+ - no need ` ; cfg` ; settings in editorconfig.
20+
21+ ### :arrow_up : Dependencies
22+ - Bump types-toml from 0.10.4 to 0.10.5
23+
24+ - Upgrade dependency black -> ; black[ d]
25+
26+ - Bump types-setuptools from 57.4.12 to 57.4.14
27+
28+ - Bump types-setuptools from 57.4.11 to 57.4.12
29+
30+ - Bump pre-commit from 2.17.0 to 2.18.1
31+
32+ - Bump black from 22.1.0 to 22.3.0
33+
34+ - Bump mypy from 0.941 to 0.942
35+
36+ - Bump flake8-bugbear from 22.3.20 to 22.3.23
37+
38+ - Bump flake8-bugbear from 22.1.11 to 22.3.20
39+
40+ - Bump pytest from 7.1.0 to 7.1.1
41+
42+ - Bump types-setuptools from 57.4.10 to 57.4.11
43+
44+ - Bump mypy from 0.940 to 0.941
45+
46+ - Bump mypy from 0.931 to 0.940
47+
48+ - Bump pytest from 7.0.1 to 7.1.0
49+
350## v2.0.1 (2022-03-09)
451
552### :bug : Bugs
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " api-client-pydantic"
3- version = " 2.0.1 "
3+ version = " 2.1.0 "
44description = " API Client extension for validate and transform requests / responses using pydantic."
55authors = [
" MaxST <[email protected] >" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments