Skip to content

Commit e02f0c7

Browse files
authored
Merge pull request #306 from InjectiveLabs/feat/sync_dev_with_master_130
Feat/sync dev with master 1.3.0
2 parents fe3bb32 + 13f776d commit e02f0c7

File tree

3 files changed

+26
-23
lines changed

3 files changed

+26
-23
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.3.0] - 2024-02-12
6+
### Changed
7+
- Removed `asyncio` from the dependencies
8+
59
## [1.2.0] - 2024-01-25
610
### Changed
711
- Updated reference gas cost for all messages in the gas estimator

poetry.lock

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "injective-py"
3-
version = "1.3.0-pre"
3+
version = "1.4.0-pre"
44
description = "Injective Python SDK, with Exchange API Client"
55
authors = ["Injective Labs <[email protected]>"]
66
license = "Apache-2.0"
@@ -40,13 +40,12 @@ websockets = "*"
4040
web3 = "^6.0"
4141

4242
[tool.poetry.group.test.dependencies]
43-
pytest = "<8"
43+
pytest = "*"
4444
pytest-asyncio = "*"
4545
pytest-grpc = "*"
4646
requests-mock = "*"
4747
pytest-cov = "^4.1.0"
4848

49-
5049
[tool.poetry.group.dev.dependencies]
5150
pre-commit = "^3.4.0"
5251
flakeheaven = "^3.3.0"

0 commit comments

Comments
 (0)