File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
- ` setup ` will generate a pyproject.toml with no Poetry information, and instead create a ` setup.py ` with the
14
14
project info.
15
15
- ` none ` will not create a project folder at all, only the inner package folder (which won't be inner anymore)
16
+ <<<<<<< HEAD
16
17
- Lowered the minimum version of ` python-dateutil ` for improved dependency compatibility with other projects
18
+ =======
19
+ - Attempt to detect and alert users if they are using an unsupported version of OpenAPI (#281 ).
20
+ - Fixes ` Enum ` deserialization when the value is ` UNSET ` .
21
+
22
+ ### Changes
23
+ >>>>>>> aa6972c... fix: Handle Unset Enums when deserializing (#306 )
17
24
18
25
19
26
## 0.7.3 - 2020-12-21
You can’t perform that action at this time.
0 commit comments