deps-upgrade(python): ⬆️ Update Python dependencies to latest stable versions in pyproject.toml
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
adaa2ec58d
commit
84a6046386
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ dependencies = [
|
|||
redis = ["redis>=5.0.0"]
|
||||
database = ["sqlalchemy>=2.0.0", "asyncpg>=0.29.0"]
|
||||
ml = [
|
||||
"lilith-model-boss>=3.0.0",
|
||||
"lilith-model-boss>=4.0.0",
|
||||
"lilith-model-boss-loaders>=1.0.0",
|
||||
]
|
||||
service-addresses = ["lilith-service-addresses>=1.0.0"] # For dependency startup (v2.0+)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue