We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b665b7 commit f4becc3Copy full SHA for f4becc3
CHANGELOG.md
@@ -13,7 +13,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
- `setup` will generate a pyproject.toml with no Poetry information, and instead create a `setup.py` with the
14
project info.
15
- `none` will not create a project folder at all, only the inner package folder (which won't be inner anymore)
16
+<<<<<<< HEAD
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)
24
25
26
## 0.7.3 - 2020-12-21
0 commit comments