Skip to content

Commit

Permalink
Merge pull request #26 from valory-xyz/chore/bump
Browse files Browse the repository at this point in the history
Bumps frameworks to latest
  • Loading branch information
angrybayblade authored May 22, 2024
2 parents 7018118 + f67f143 commit 0201a66
Show file tree
Hide file tree
Showing 8 changed files with 68 additions and 65 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
os: [ ubuntu-latest, macos-12, windows-latest ]
python-version: ["3.10.9"]

timeout-minutes: 18
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
sudo apt-get update --fix-missing
sudo apt-get autoremove
sudo apt-get autoclean
pip install tomte[tox,cli]==0.2.13
pip install tomte[tox,cli]==0.2.17
pip install --user --upgrade setuptools
- name: Check copyright headers
run: tomte format-copyright --author valory --author fetchai
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
sudo apt-get update --fix-missing
sudo apt-get autoremove
sudo apt-get autoclean
pip install tomte[tox]==0.2.13
pip install tomte[tox]==0.2.17
pip install --user --upgrade setuptools
# install Protobuf compiler
wget https://github.com/protocolbuffers/protobuf/releases/download/v3.19.4/protoc-3.19.4-linux-x86_64.zip
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:

strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
os: [ ubuntu-latest, macos-12, windows-latest ]
python-version: [ "3.8", "3.9", "3.10.9", "3.11" ]

timeout-minutes: 90
Expand All @@ -197,7 +197,7 @@ jobs:
sudo apt-get update --fix-missing
sudo apt-get autoremove
sudo apt-get autoclean
pip install tomte[tox]==0.2.13
pip install tomte[tox]==0.2.17
pip install --user --upgrade setuptools
# install Protobuf compiler
Expand Down Expand Up @@ -230,10 +230,10 @@ jobs:
run: |
tox -e packages-py${{ matrix.python-version }}-linux -- -m 'not e2e'
- if: matrix.os == 'macos-latest'
name: Install dependencies (macos-latest)
- if: matrix.os == 'macos-12'
name: Install dependencies (macos-12)
run: |
pip install tomte[tox]==0.2.13
pip install tomte[tox]==0.2.17
brew install gcc
# brew install protobuf
# brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/72457f0166d5619a83f508f2345b22d0617b5021/Formula/protobuf.rb
Expand All @@ -257,8 +257,8 @@ jobs:
tar -xf tendermint.tar.gz
sudo mv tendermint /usr/local/bin/tendermint
- if: matrix.os == 'macos-latest'
name: Packages unit tests macos-latest
- if: matrix.os == 'macos-12'
name: Packages unit tests macos-12
run: |
tox -e packages-py${{ matrix.python-version }}-darwin -- -m 'not e2e'
Expand All @@ -275,7 +275,7 @@ jobs:
choco install make -y
# to check make was installed
make --version
pip install tomte[tox]==0.2.13
pip install tomte[tox]==0.2.17
# wget https://github.com/protocolbuffers/protobuf/releases/download/v3.19.4/protoc-3.19.4-win64.zip
# unzip protoc-3.19.4-win64.zip -d protoc
# sudo mv protoc/bin/protoc /usr/local/bin/protoc
Expand Down Expand Up @@ -340,7 +340,7 @@ jobs:
sudo apt-get update --fix-missing
sudo apt-get autoremove
sudo apt-get autoclean
pip install tomte[tox]==0.2.13
pip install tomte[tox]==0.2.17
pip install --user --upgrade setuptools
# install Protobuf compiler
Expand Down
18 changes: 9 additions & 9 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@ verify_ssl = true
name = "pypi"

[packages]
open-aea = {version = "==1.51.0", extras = ["all"]}
open-aea-cli-ipfs = "==1.51.0"
open-aea = {version = "==1.52.0", extras = ["all"]}
open-aea-cli-ipfs = "==1.52.0"
open-aea-cosmpy = "==0.6.7"
open-aea-ledger-cosmos = "==1.51.0"
open-aea-ledger-ethereum = "==1.51.0"
open-aea-ledger-ethereum-hwi = "==1.51.0"
open-aea-test-autonomy = "==0.14.11.post1"
open-aea-ledger-cosmos = "==1.52.0"
open-aea-ledger-ethereum = "==1.52.0"
open-aea-ledger-ethereum-hwi = "==1.52.0"
open-aea-test-autonomy = "==0.14.12"
web3 = "<7,>=6.0.0"
open-autonomy = {version = "==0.14.11.post1", extras = ["all"]}
open-autonomy = {version = "==0.14.12", extras = ["all"]}

[dev-packages]
aiohttp = "<3.8,>=3.7.4"
asn1crypto = "<1.5.0,>=1.4.0"
certifi = "*"
click = "==8.0.2"
click = ">=8.1.0,<9"
docker = "==6.1.2"
ecdsa = ">=0.15"
eth-abi = "==4.0.0"
Expand All @@ -44,7 +44,7 @@ pytz = "==2022.2.1"
requests = "==2.28.1"
texttable = "==1.6.7"
toml = "==0.10.2"
tomte = {version = "==0.2.15", extras = ["tests", "cli"]}
tomte = {version = "==0.2.17", extras = ["tests", "cli"]}
typing_extensions = ">=3.10.0.2"
valory-docker-compose = "==1.29.3"

Expand Down
16 changes: 8 additions & 8 deletions packages/packages.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"dev": {
"skill/valory/hello_world_abci/0.1.0": "bafybeih5wrfc5nz7nuom6tvyts4yfixynryapjyt4gr6pot44hhdyc5nea",
"agent/valory/hello_world/0.1.0": "bafybeicppfbco6th6n4qwlgcfm7c44dwf4cp3637csqoztlni5swolvprm",
"service/valory/hello_world/0.1.0": "bafybeicshpfhhkffaqmo2wddct6qfxytolk5gmwkx5vjqkohlzlkrh6lla"
"skill/valory/hello_world_abci/0.1.0": "bafybeihg4hpwizsizlaptffpxqrxdpo4tewg4grp3mtmuzgjp7qzftnpoa",
"agent/valory/hello_world/0.1.0": "bafybeiaifgtwm7ptcnkw2alhxj7fvrx75mqsihd7hs6joskvef452a6w7u",
"service/valory/hello_world/0.1.0": "bafybeigh2m7udulqoy35qhg75ptnxekw2q2rra4aweqsbh5iilj5lkdgbu"
},
"third_party": {
"protocol/valory/acn/1.1.0": "bafybeidluaoeakae3exseupaea4i3yvvk5vivyt227xshjlffywwxzcxqe",
Expand All @@ -13,13 +13,13 @@
"protocol/valory/ipfs/0.1.0": "bafybeiftxi2qhreewgsc5wevogi7yc5g6hbcbo4uiuaibauhv3nhfcdtvm",
"protocol/valory/ledger_api/1.0.0": "bafybeihdk6psr4guxmbcrc26jr2cbgzpd5aljkqvpwo64bvaz7tdti2oni",
"protocol/valory/tendermint/0.1.0": "bafybeig4mi3vmlv5zpbjbfuzcgida6j5f2nhrpedxicmrrfjweqc5r7cra",
"contract/valory/service_registry/0.1.0": "bafybeigrfupd7lo6aet376rwluqgm33jfghibkbvumfsdgrymqxoopqydq",
"connection/valory/abci/0.1.0": "bafybeihhtx7t5fsxaoajzq5nm4hrq57smigx7gqv35bss766txaaffjmsa",
"contract/valory/service_registry/0.1.0": "bafybeiekytropd5ysnap2wkekub3byi5jbda3qll7awchvhu5plbpafhmi",
"connection/valory/abci/0.1.0": "bafybeicksmavx23ralbdw3ajxv5fq5s4c3wzhbc3zdudefm4jqsgrg72ai",
"connection/valory/http_client/0.23.0": "bafybeihi772xgzpqeipp3fhmvpct4y6e6tpjp4sogwqrnf3wqspgeilg4u",
"connection/valory/ipfs/0.1.0": "bafybeifqca6e232lbvwrjhd7ioh43bo3evxfkpumdvcr6re2sdwjuntgna",
"connection/valory/ipfs/0.1.0": "bafybeieaq56usnosbwdslmo6i2yvttwpsm6djvawsowq3jt6bkjwhw3tl4",
"connection/valory/ledger/0.19.0": "bafybeig7woeog4srdby75hpjkmx4rhpkzncbf4h2pm5r6varsp26pf2uhu",
"connection/valory/p2p_libp2p_client/0.1.0": "bafybeid3xg5k2ol5adflqloy75ibgljmol6xsvzvezebsg7oudxeeolz7e",
"skill/valory/abstract_abci/0.1.0": "bafybeiedikuvfpdx7xhyrxcpp6ywi2d6qf6uqvlwmhgcal7qhw5duicvym",
"skill/valory/abstract_round_abci/0.1.0": "bafybeia7msuvsouwcky263k6lup5hwcj73pka4pepkgyii6sya2wfawqvy"
"skill/valory/abstract_abci/0.1.0": "bafybeieh4ei3qdelmacnm7vwq57phoewgumr3udvxt6pybmuggwc3yk65q",
"skill/valory/abstract_round_abci/0.1.0": "bafybeiar2yhzxacfe3qqamqhaihtlcimquwedffctw55sowx6rac3cm3ui"
}
}
14 changes: 7 additions & 7 deletions packages/valory/agents/hello_world/aea-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ fingerprint:
tests/test_hello_world.py: bafybeifbgqpywtwhk6n4wngdrrk3oujwqw3fsbk54gsw5sep3pkkgym2ue
fingerprint_ignore_patterns: []
connections:
- valory/abci:0.1.0:bafybeihhtx7t5fsxaoajzq5nm4hrq57smigx7gqv35bss766txaaffjmsa
- valory/abci:0.1.0:bafybeicksmavx23ralbdw3ajxv5fq5s4c3wzhbc3zdudefm4jqsgrg72ai
- valory/http_client:0.23.0:bafybeihi772xgzpqeipp3fhmvpct4y6e6tpjp4sogwqrnf3wqspgeilg4u
- valory/ipfs:0.1.0:bafybeifqca6e232lbvwrjhd7ioh43bo3evxfkpumdvcr6re2sdwjuntgna
- valory/ipfs:0.1.0:bafybeieaq56usnosbwdslmo6i2yvttwpsm6djvawsowq3jt6bkjwhw3tl4
- valory/ledger:0.19.0:bafybeig7woeog4srdby75hpjkmx4rhpkzncbf4h2pm5r6varsp26pf2uhu
- valory/p2p_libp2p_client:0.1.0:bafybeid3xg5k2ol5adflqloy75ibgljmol6xsvzvezebsg7oudxeeolz7e
contracts: []
Expand All @@ -23,9 +23,9 @@ protocols:
- valory/http:1.0.0:bafybeifugzl63kfdmwrxwphrnrhj7bn6iruxieme3a4ntzejf6kmtuwmae
- valory/ipfs:0.1.0:bafybeiftxi2qhreewgsc5wevogi7yc5g6hbcbo4uiuaibauhv3nhfcdtvm
skills:
- valory/abstract_abci:0.1.0:bafybeiedikuvfpdx7xhyrxcpp6ywi2d6qf6uqvlwmhgcal7qhw5duicvym
- valory/abstract_round_abci:0.1.0:bafybeia7msuvsouwcky263k6lup5hwcj73pka4pepkgyii6sya2wfawqvy
- valory/hello_world_abci:0.1.0:bafybeih5wrfc5nz7nuom6tvyts4yfixynryapjyt4gr6pot44hhdyc5nea
- valory/abstract_abci:0.1.0:bafybeieh4ei3qdelmacnm7vwq57phoewgumr3udvxt6pybmuggwc3yk65q
- valory/abstract_round_abci:0.1.0:bafybeiar2yhzxacfe3qqamqhaihtlcimquwedffctw55sowx6rac3cm3ui
- valory/hello_world_abci:0.1.0:bafybeihg4hpwizsizlaptffpxqrxdpo4tewg4grp3mtmuzgjp7qzftnpoa
default_ledger: ethereum
required_ledgers:
- ethereum
Expand Down Expand Up @@ -56,9 +56,9 @@ logging_config:
propagate: true
dependencies:
open-aea-ledger-ethereum:
version: ==1.51.0
version: ==1.52.0
open-aea-test-autonomy:
version: ==0.14.11.post1
version: ==0.14.12
default_connection: null
---
public_id: valory/hello_world_abci:0.1.0
Expand Down
2 changes: 1 addition & 1 deletion packages/valory/services/hello_world/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license: Apache-2.0
fingerprint:
README.md: bafybeiapubcoersqnsnh3acia5hd7otzt7kjxekr6gkbrlumv6tkajl6jm
fingerprint_ignore_patterns: []
agent: valory/hello_world:0.1.0:bafybeicppfbco6th6n4qwlgcfm7c44dwf4cp3637csqoztlni5swolvprm
agent: valory/hello_world:0.1.0:bafybeiaifgtwm7ptcnkw2alhxj7fvrx75mqsihd7hs6joskvef452a6w7u
number_of_agents: 4
deployment: {}
---
Expand Down
2 changes: 1 addition & 1 deletion packages/valory/skills/hello_world_abci/skill.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ connections: []
contracts: []
protocols: []
skills:
- valory/abstract_round_abci:0.1.0:bafybeia7msuvsouwcky263k6lup5hwcj73pka4pepkgyii6sya2wfawqvy
- valory/abstract_round_abci:0.1.0:bafybeiar2yhzxacfe3qqamqhaihtlcimquwedffctw55sowx6rac3cm3ui
behaviours:
main:
args: {}
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@
if __name__ == "__main__":
setup(packages=[])


Loading

0 comments on commit 0201a66

Please sign in to comment.