You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* PackConfig does not rely on pydantic anymore
* PyProjectConfig does not rely on pydantic anymore
* renaming
* remove pydantic from pkg dep and update changelog
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
Anything MAY change at any time. The public API SHOULD NOT be considered stable.").
11
11
While in this phase, we will denote breaking changes with a minor increase.
12
12
13
+
## Unreleased
14
+
15
+
### Changed
16
+
17
+
*`dac` does not rely on [`pydantic`](https://pypi.org/project/pydantic/) anymore, and uses [`dataclass`](https://docs.python.org/3/library/dataclasses.html#) instead.
18
+
Changes affect `PackConfig` and `PyProjectConfig`.
0 commit comments