Refactor configuration management; update S3 integration, add new migration scripts, and implement pre-flight checks

This commit is contained in:
Santiago Martinez-Avial
2025-12-22 17:46:36 +01:00
parent f860d17206
commit 5c6d87dab7
17 changed files with 598 additions and 450 deletions

View File

@@ -17,7 +17,7 @@ dependencies = [
"pydantic>=2.12.5",
"beanie>=2.0.1",
"motor>=3.7.1",
"boto3>=1.42.14",
"obstore>=0.8.2",
]
[tool.hatch.build.targets.wheel]