Skip to content

Commit

Permalink
Merge pull request #306 from InjectiveLabs/feat/sync_dev_with_master_130
Browse files Browse the repository at this point in the history
Feat/sync dev with master 1.3.0
  • Loading branch information
aarmoa authored Feb 12, 2024
2 parents fe3bb32 + 13f776d commit e02f0c7
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 23 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## [1.3.0] - 2024-02-12
### Changed
- Removed `asyncio` from the dependencies

## [1.2.0] - 2024-01-25
### Changed
- Updated reference gas cost for all messages in the gas estimator
Expand Down
40 changes: 20 additions & 20 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "injective-py"
version = "1.3.0-pre"
version = "1.4.0-pre"
description = "Injective Python SDK, with Exchange API Client"
authors = ["Injective Labs <contact@injectivelabs.org>"]
license = "Apache-2.0"
Expand Down Expand Up @@ -40,13 +40,12 @@ websockets = "*"
web3 = "^6.0"

[tool.poetry.group.test.dependencies]
pytest = "<8"
pytest = "*"
pytest-asyncio = "*"
pytest-grpc = "*"
requests-mock = "*"
pytest-cov = "^4.1.0"


[tool.poetry.group.dev.dependencies]
pre-commit = "^3.4.0"
flakeheaven = "^3.3.0"
Expand Down

0 comments on commit e02f0c7

Please sign in to comment.