Skip to content

Commit

Permalink
Merge pull request #1661 from WadeBarnes/main
Browse files Browse the repository at this point in the history
Pin jsonpickle to 3.0.3
  • Loading branch information
WadeBarnes authored May 10, 2024
2 parents ae6b893 + 9476970 commit 284214b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
packaging \
python-dateutil \
msgpack-python \
jsonpickle
jsonpickle=3.0.3
- name: Prepare package and set version
run: |
./bump_version.sh ${{ needs.taginfos.outputs.VERSION }}
Expand Down
2 changes: 1 addition & 1 deletion build-scripts/ubuntu-2004/build-3rd-parties.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ build_from_pypi base58
### https://github.com/hyperledger/indy-plenum/runs/4166593170?check_suite_focus=true#step:5:5304
build_from_pypi importlib-metadata 3.10.1
build_from_pypi ioflo
build_from_pypi jsonpickle
build_from_pypi jsonpickle 3.0.3
build_from_pypi leveldb
build_from_pypi libnacl 1.6.1
build_from_pypi msgpack-python
Expand Down
2 changes: 1 addition & 1 deletion dev-setup/ubuntu/ubuntu-2004/SetupVMTest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
iniconfig==1.1.1 \
intervaltree==2.1.0 \
ioflo==2.0.2 \
jsonpickle==2.0.0 \
jsonpickle==3.0.3 \
leveldb==0.201 \
libnacl==1.7.2 \
mccabe==0.6.1 \
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,7 @@ def run(self):
'importlib_metadata==3.10.1',
# 'ioflo==2.0.2',
'ioflo',
# 'jsonpickle==2.0.0',
'jsonpickle',
'jsonpickle==3.0.3',
# 'leveldb==0.201',
'leveldb',
# Pinned because of changing size of `crypto_sign_SECRETKEYBYTES` from 32 to 64
Expand Down

0 comments on commit 284214b

Please sign in to comment.