Skip to content

Commit 3da362a

Browse files
authored
Merge pull request #368 from InjectiveLabs/fix/sync_dev_with_1_8_2
Fix/sync dev with 1.8.2
2 parents 240d229 + b37a42a commit 3da362a

File tree

6 files changed

+1331
-1167
lines changed

6 files changed

+1331
-1167
lines changed

.github/workflows/pre-commit.yml

+2-1
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

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

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

5+
## [1.8.2] - 2024-12-13
6+
### Changed
7+
- Updated `protobuf` dependency version to make it more flexible
58

69
## [1.8.1] - 2024-12-04
710
### Changed

buf.gen.yaml

+1-1
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)