Skip to content

Commit 1e411e4

Browse files
Merge pull request #365 from InjectiveLabs/feat/upgrade_protobuf_version
feat/upgrade_protobuf_version
2 parents 62da05d + bdf4a11 commit 1e411e4

File tree

5 files changed

+1331
-1167
lines changed

5 files changed

+1331
-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: 3 additions & 0 deletions
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

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)