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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,13 +10,18 @@ and this library adheres to [Semantic Versioning](http://semver.org/) as mention
10
10
⚠ IMPORTANT NOTE: From this point onward Python 3.7 is no longer supported. The minimum supported version is Python 3.8 due to dependency updates.
11
11
12
12
### Added
13
-
-`calls.md` which contains examples and explanations for the Calls API
13
+
-`calls.md` which contains examples and explanations for the Calls API.
14
+
-`build.yml` workflow to ensure project build and test integrity.
14
15
-`snyk.yml` workflow, which serves the purpose of identifying and addressing dependency vulnerabilities in the project.
15
16
-`sonar.yml` workflow to analyze the source code, enhancing code quality and maintainability.
16
17
17
18
### Security
18
-
- Bumped werkzeug dependency from 2.1.2 to 3.0.3
19
-
- Bumped pytest-httpserver dependency from 1.0.4 to 1.0.8
19
+
- Bumped werkzeug dependency from `2.1.2` to `3.0.3`.
20
+
- Bumped pytest-httpserver dependency from `1.0.4` to `1.0.8`.
21
+
- Bumped setuptools dependency to `72.1.0`.
22
+
23
+
### Removed
24
+
-`wheel` dependency due to an upgrade of `setuptools` to version `72.0.1`. As of `setuptools` version `70.1`, it is no longer necessary to have `wheel` installed for functionality.
0 commit comments