File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,12 @@ We have a [bug bounty program on Immunefi](https://immunefi.com/bounty/forta). P
1010
1111## Changelog
1212
13- ### 0.1.11
13+ ### 0.1.12
14+
15+ - Remove ` sha3 ` dependency from Python SDK
16+
17+ ### [ 0.1.11] ( https://github.com/forta-network/forta-bot-sdk/commit/57d625b1f6cafc6a5cdcd19b38d3395aac31ff60 )
18+
1419- Bug fix to the ` fetch_jwt ` method in the Python sdk
1520
1621### [ 0.1.10] ( https://github.com/forta-network/forta-bot-sdk/commit/debe98ba192fe500dd2259d03a511e40054abb04 )
@@ -26,7 +31,6 @@ We have a [bug bounty program on Immunefi](https://immunefi.com/bounty/forta). P
2631- Added new method ` get_alerts ` to Python sdk to that fetches alerts using forta's alert graphql api
2732- Fixing docker build issue
2833
29-
3034### [ 0.1.8] ( https://github.com/forta-network/forta-bot-sdk/commit/9740a8ad0acdcd112d8bd6ba72f191e0b67602cd )
3135
3236- Updated chainId validation of ` run ` command to print out warning instead of throwing error
Original file line number Diff line number Diff line change 11{
22 "name" : " forta-agent" ,
3- "version" : " 0.1.11 " ,
3+ "version" : " 0.1.12 " ,
44 "license" : " MIT" ,
55 "description" : " Forta Agent SDK and CLI tool" ,
66 "homepage" : " https://forta.org/" ,
Original file line number Diff line number Diff line change 11[metadata]
22name = forta_agent
3- version = 0.1.4
3+ version = 0.1.5
44description = Forta Agent Python SDK
55url = https://forta.org/
66project_urls =
Original file line number Diff line number Diff line change 2323 "test" : " jest"
2424 },
2525 "dependencies" : {
26- "forta-agent" : " ^0.1.11 "
26+ "forta-agent" : " ^0.1.12 "
2727 },
2828 "devDependencies" : {
2929 "jest" : " ^27.0.6" ,
Original file line number Diff line number Diff line change 2424 "test" : " python3 -m pytest"
2525 },
2626 "dependencies" : {
27- "forta-agent" : " ^0.1.11 "
27+ "forta-agent" : " ^0.1.12 "
2828 },
2929 "devDependencies" : {
3030 "nodemon" : " ^2.0.8"
Original file line number Diff line number Diff line change 1- forta_agent >= 0.1.4
1+ forta_agent >= 0.1.5
22setuptools >= 61.3.1
Original file line number Diff line number Diff line change 2424 "test" : " jest"
2525 },
2626 "dependencies" : {
27- "forta-agent" : " ^0.1.11 "
27+ "forta-agent" : " ^0.1.12 "
2828 },
2929 "devDependencies" : {
3030 "@types/jest" : " ^27.0.1" ,
You can’t perform that action at this time.
0 commit comments