Merge branch 'develop' into dependabot/pip/develop/pydantic-2.1.1

This commit is contained in:
Matthias
2023-08-18 10:18:53 +02:00
85 changed files with 1700 additions and 1139 deletions

View File

@@ -524,6 +524,12 @@ class BacktestHistoryEntry(BaseModel):
strategy: str
run_id: str
backtest_start_time: int
notes: Optional[str] = ''
class BacktestMetadataUpdate(BaseModel):
strategy: str
notes: str = ''
class SysInfo(BaseModel):