Releases: valory-xyz/open-aea
Releases · valory-xyz/open-aea
v1.43.0
AEA:
- Adds
--timeout
flag on aea install command - Fixes circular import issues on package manager
- Fixes nested list environment variable parsing
Plugins:
- Adds support for versioned transactions on
solana
plugin
v1.42.0
AEA:
- Pins
openapi-core==0.15.0
,openapi-spec-validator<0.5.0,>=0.4.0
andjsonschema<4.4.0,>=4.3.0
Chore:
- Adds a script for managing dependencies across various project configurations
v1.41.0.post1
Packages:
- Use
kwargs.pop
instead ofkwargs.get
to avoid extra argument error on ledger connection
v1.41.0
AEA:
- Fixes the source repository validation regex
- Updates the
generate-key
command to prompt before overwriting the existing keys file - Fixes the inconsistent hashing caused by the
CRLF
line endings - Updates the component loader to ignore the test modules when loading the component
- Adds support for overriding dependencies
- Updates the
sync
command to download missing dependencies and updatepackages.json
- Updates the error messages for missing ledger plugins on
generate-key
command
Plugins:
- Adds missing
py.typed
markers - Backports the changes from the
agent-academy-2
repository on the ledger connection - Ports
http_server
as a valory connection
v1.40.0
AEA:
- Removes the
web3py
fork as a dependency - Bumps the protobuf to
protobuf>=4.21.6,<5.0.0
- Updates protocol buffers compiler to
v24.3
- Updates the protocol generator
- Removes unused layers from the user image and uses minimal python image as base
v1.39.0.post1
AEA:
- Pins
jsonschema<=4.19.0,>=4.16.0
v1.39.0
What's Changed
- Removes the rust installation from the user-image by @angrybayblade in #664
Full Changelog: v1.38.0...v1.39.0
v1.38.0
Framework:
- Deprecates the support for
Python 3.7
and adds support forPython 3.11
- Adds support for multi platform docker images
Plugins:
- Replaces
web3py==5.31.4
withopen-aea-web3==6.0.1
- Replaces
flashbots==1.1.1
withopen-aea-flashbots==1.3.0
- Bumps
open-aea-cosmpy
tov0.6.5
- Deprecates the
apduboy
as a dependency - Pins
ledgerwallet==0.1.3
v1.37.0
Plugins:
- Replaces
cosmpy
withopen-aea-cosmpy
Release: v1.36.0
Plugins:
- cosmpy updated to 0.6.0
Framework:
- pyyaml updated, tomte updated