File tree 6 files changed +1331
-1167
lines changed
6 files changed +1331
-1167
lines changed Original file line number Diff line number Diff line change 12
12
uses : actions/checkout@v4
13
13
- name : Install Python
14
14
uses : actions/setup-python@v5
15
-
15
+ with :
16
+ python-version : ' >=3.9 <3.12'
16
17
- name : Install poetry
17
18
run : python -m pip install poetry
18
19
- name : Cache the virtualenv
Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ ## [ 1.8.2] - 2024-12-13
6
+ ### Changed
7
+ - Updated ` protobuf ` dependency version to make it more flexible
5
8
6
9
## [ 1.8.1] - 2024-12-04
7
10
### Changed
Original file line number Diff line number Diff line change 4
4
plugins :
5
5
- remote : buf.build/protocolbuffers/python:v26.1
6
6
out : ./pyinjective/proto/
7
- - remote : buf.build/grpc/python:v1.65.4
7
+ - remote : buf.build/grpc/python:v1.65.5
8
8
out : ./pyinjective/proto/
9
9
inputs :
10
10
- module : buf.build/cosmos/cosmos-proto
You can’t perform that action at this time.
0 commit comments