Skip to content

Commit f4becc3

Browse files
committed
fix: Handle Unset Enums when deserializing (openapi-generators#306)
1 parent 6b665b7 commit f4becc3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
- `setup` will generate a pyproject.toml with no Poetry information, and instead create a `setup.py` with the
1414
project info.
1515
- `none` will not create a project folder at all, only the inner package folder (which won't be inner anymore)
16+
<<<<<<< HEAD
1617
- 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)
1724
1825

1926
## 0.7.3 - 2020-12-21

0 commit comments

Comments
 (0)