We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6198858 commit 322c464Copy full SHA for 322c464
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## v2.0.1 (2022-03-09)
4
+
5
+### :bug: Bugs
6
+ - Fixed a bug with working with the config of a model that does not have extra.
7
8
+### :arrow_up: Dependencies
9
+ - Bump types-setuptools from 57.4.9 to 57.4.10
10
11
## v2.0.0 (2022-03-08)
12
13
### :boom: Breaking Changes
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "api-client-pydantic"
-version = "2.0.0"
+version = "2.0.1"
description = "API Client extension for validate and transform requests / responses using pydantic."
authors = ["MaxST <[email protected]>"]
license = "MIT"
0 commit comments