We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f575e8 commit 6cea9fdCopy full SHA for 6cea9fd
1 file changed
CHANGELOG.md
@@ -10,6 +10,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
Anything MAY change at any time. The public API SHOULD NOT be considered stable.").
11
While in this phase, we will denote breaking changes with a minor increase.
12
13
+## 0.4.3
14
+
15
+### Fixed
16
17
+* Bump all dependencies to the latest version and introduce necessary adaptation in the source code (affecting only `dac info`):
18
+ - `build~=0.9` -> `build==1.2.2`
19
+ - `toml~=0.10` -> `toml==0.10.2`
20
+ - `typer[all]~=0.7` -> `typer[all]==0.15.2`
21
+ - `wheel~=0.38` -> `wheel==0.45.1`
22
23
## 0.4.2
24
25
### Fixed
0 commit comments