File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828DEFAULT_POOL = 'transactions'
2929REDIS_URI = os .getenv ('REDIS_URI' , 'redis://@127.0.0.1:6379' )
3030
31- SETTINGS_FOLDER_PATH : Path = SKALE_VOLUME_PATH / 'settings'
31+ SETTINGS_FOLDER_PATH : Path = NODE_DATA_PATH / 'settings'
3232NODE_SETTINGS_PATH : Path = SETTINGS_FOLDER_PATH / 'node.toml'
3333SkaleSettings .model_config ['toml_file' ] = NODE_SETTINGS_PATH
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3,16 +3,16 @@ name = "bounty-agent"
33version = " 3.1.0"
44requires-python = " >=3.13"
55dependencies = [
6- " apscheduler==3.11.0 " ,
6+ " apscheduler==3.11.2 " ,
77 " peewee==3.18.2" ,
88 " schedule==1.2.2" ,
9- " skale.py==7.12dev2 " ,
10- " tenacity==9.1.2 " ,
9+ " skale.py==7.13dev1 " ,
10+ " tenacity==9.1.4 " ,
1111]
1212[project .optional-dependencies ]
13- dev = [" ruff==0.14 .1" , " mypy==1.18.2 " ]
13+ dev = [" ruff==0.15 .1" , " mypy==1.19.1 " ]
1414test = [
15- " pytest==8.4 .2" ,
15+ " pytest==9.0 .2" ,
1616 " pytest-cov==7.0.0" ,
1717 " freezegun==1.5.5" ,
1818 " codecov==2.1.13" ,
@@ -25,6 +25,9 @@ log_cli_format = "[%(asctime)s] [%(levelname)8s] [%(threadName)s] %(message)s (%
2525log_cli_date_format = " %Y-%m-%d %H:%M:%S"
2626filterwarnings = [" ignore::DeprecationWarning" ]
2727
28+ [tool .uv ]
29+ prerelease = " allow"
30+
2831[tool .ruff ]
2932line-length = 100
3033
You can’t perform that action at this time.
0 commit comments