v2.10.0-rc.1
Pre-releasev2.10.0-rc.1 (2024-07-28)
Chore
- chore(deps-dev): bump setuptools from 69.5.1 to 70.0.0 (#186)
Bumps setuptools from 69.5.1 to 70.0.0.
updated-dependencies:
- dependency-name: setuptools
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Asaf Joseph Gardin <[email protected]> (51b59f8
)
- chore(deps): bump python-semantic-release/python-semantic-release (#179)
Bumps python-semantic-release/python-semantic-release from 9.8.3 to 9.8.5.
updated-dependencies:
- dependency-name: python-semantic-release/python-semantic-release
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Asaf Joseph Gardin <[email protected]> (2175f81
)
Documentation
Feature
-
feat: Pydantic migration (#189)
-
refactor: migrate from dataclass to pydantic for responses
-
fix: add backward compatability for to_json, from_json
-
fix: add missing by_alias, add from_json to penalty, add tests
-
ci: add pydantic matrix for unittests
-
ci: fix version mismatch
-
test: fix test
-
ci: add matrix to integration tests for pydantic version
-
ci: limit parallel run in integration tests
-
refactor: ci comments, use to_, and from_ funcs internally
-
refactor: ci comments, attach alias by field, create private functions for serialization, add deprecation warning
-
refactor: ci comments, attach alias by field, create private functions for serialization, add deprecation warning
-
test: fix tests
-
test: fix tests
-
test: fix tests
-
chore: ci comments, remove basemodel from not_given (
2591bc7
)