Skip to content

Commit 10bf137

Browse files
committed
Merge branch 'dev' of https://github.com/InjectiveLabs/sdk-python into feat/permissions_module_support
2 parents 2c4239d + 3da362a commit 10bf137

File tree

6 files changed

+1332
-1167
lines changed

6 files changed

+1332
-1167
lines changed

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
uses: actions/checkout@v4
1313
- name: Install Python
1414
uses: actions/setup-python@v5
15-
15+
with:
16+
python-version: '>=3.9 <3.12'
1617
- name: Install poetry
1718
run: python -m pip install poetry
1819
- name: Cache the virtualenv

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ All notable changes to this project will be documented in this file.
66
### Added
77
- Added support for all new queries and messages from the new Permissions module
88

9+
## [1.8.2] - 2024-12-13
10+
### Changed
11+
- Updated `protobuf` dependency version to make it more flexible
12+
913
## [1.8.1] - 2024-12-04
1014
### Changed
1115
- Updated OFAC list link and contents

buf.gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ managed:
44
plugins:
55
- remote: buf.build/protocolbuffers/python:v26.1
66
out: ./pyinjective/proto/
7-
- remote: buf.build/grpc/python:v1.65.4
7+
- remote: buf.build/grpc/python:v1.65.5
88
out: ./pyinjective/proto/
99
inputs:
1010
- module: buf.build/cosmos/cosmos-proto

0 commit comments

Comments
 (0)