Skip to content

Commit 3a405a3

Browse files
committed
Updated CHANGELOG.md, Updated Changelog with snyk badge, removed duplicated wheel dependency
1 parent 2c6aa74 commit 3a405a3

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,18 @@ and this library adheres to [Semantic Versioning](http://semver.org/) as mention
1010
⚠ 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.
1111

1212
### 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.
1415
- `snyk.yml` workflow, which serves the purpose of identifying and addressing dependency vulnerabilities in the project.
1516
- `sonar.yml` workflow to analyze the source code, enhancing code quality and maintainability.
1617

1718
### 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.
2025

2126
## [ [4.0.0](https://github.com/infobip/infobip-api-python-client/releases/tag/4.0.0) ] - 2024-06-13
2227
🎉 **NEW Major Version of `infobip_api_client`.**

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<img src="https://cdn-web.infobip.com/uploads/2023/01/Infobip-logo.svg" height="93px" alt="Infobip" />
44

55
[![Pypi index](https://badgen.net/pypi/v/infobip-api-python-client)](https://pypi.org/project/infobip-api-python-client/)
6+
[![Snyk](https://snyk.io/test/github/infobip/infobip-api-python-client/badge.svg)](https://snyk.io/test/github/infobip/infobip-api-python-client)
67
[![MIT License](https://badgen.net/github/license/infobip/infobip-api-python-client)](https://opensource.org/licenses/MIT)
78

89
This is a Python package for Infobip API and you can use it as a dependency to add [Infobip APIs][apidocs] to your application.

test-requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@ pytest==6.2.5
22
pytest-httpserver==1.0.8
33
pytest-cases==3.6.8
44
pytest-cov==3.0.0
5-
wheel==0.38.0
65
werkzeug==3.0.3

0 commit comments

Comments
 (0)