Skip to content

Commit

Permalink
Merge pull request #365 from InjectiveLabs/feat/upgrade_protobuf_version
Browse files Browse the repository at this point in the history
feat/upgrade_protobuf_version
  • Loading branch information
PavelInjective authored Dec 13, 2024
2 parents 62da05d + bdf4a11 commit 1e411e4
Show file tree
Hide file tree
Showing 5 changed files with 1,331 additions and 1,167 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
uses: actions/checkout@v4
- name: Install Python
uses: actions/setup-python@v5

with:
python-version: '>=3.9 <3.12'
- name: Install poetry
run: python -m pip install poetry
- name: Cache the virtualenv
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

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

## [1.8.2] - 2024-12-13
### Changed
- Updated `protobuf` dependency version to make it more flexible

## [1.8.1] - 2024-12-04
### Changed
Expand Down
2 changes: 1 addition & 1 deletion buf.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ managed:
plugins:
- remote: buf.build/protocolbuffers/python:v26.1
out: ./pyinjective/proto/
- remote: buf.build/grpc/python:v1.65.4
- remote: buf.build/grpc/python:v1.65.5
out: ./pyinjective/proto/
inputs:
- module: buf.build/cosmos/cosmos-proto
Expand Down
Loading

0 comments on commit 1e411e4

Please sign in to comment.