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 ebffb4e commit 9dac8d3Copy full SHA for 9dac8d3
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+## 2.1.0 (2023-11-25)
4
+* ! Deprecate python 3.7 !
5
+* Deprecate flake8, use ruff for linting instead
6
+* Fixes for compatibility with v2 of json parsing library `pydantic`
7
+* Use python3.12 for CI and Docker
8
+* Migrate from setup.py to pyproject.toml
9
+* Remove requirements.txt
10
+* Use datetime functionality with higher compatibility
11
+
12
## 2.0.11 (2021-04-30)
13
14
* Model validation fixes for optional properties (#41)
0 commit comments