We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 601856e commit 6753d79Copy full SHA for 6753d79
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [1.4.2] - 2024-03-19
6
+### Changed
7
+- Updated `aiohttp` dependency version to ">=3.9.2" to solve a security vulnerability detected by Dependabot
8
+
9
## [1.4.1] - 2024-03-12
10
### Changed
11
- Updates example scripts that were still using deprecated methods
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "injective-py"
-version = "1.4.1"
+version = "1.4.2"
description = "Injective Python SDK, with Exchange API Client"
authors = ["Injective Labs <[email protected]>"]
license = "Apache-2.0"
0 commit comments