mirror of
https://github.com/flibusta-apps/telegram_files_cache_server.git
synced 2025-12-06 06:35:38 +01:00
Fix RAM usage
This commit is contained in:
14
poetry.lock
generated
14
poetry.lock
generated
@@ -272,7 +272,7 @@ python-versions = ">=3.6"
|
||||
|
||||
[[package]]
|
||||
name = "ormar"
|
||||
version = "0.10.24"
|
||||
version = "0.10.25"
|
||||
description = "A simple async ORM with fastapi in mind and pydantic validation."
|
||||
category = "main"
|
||||
optional = false
|
||||
@@ -281,18 +281,18 @@ python-versions = ">=3.6.2,<4.0.0"
|
||||
[package.dependencies]
|
||||
aiosqlite = ">=0.17.0,<0.18.0"
|
||||
asyncpg = {version = ">=0.24,<0.26", optional = true, markers = "extra == \"postgresql\" or extra == \"postgres\" or extra == \"dev\""}
|
||||
databases = ">=0.3.2,<0.5.0 || >0.5.0,<0.5.1 || >0.5.1,<0.5.2 || >0.5.2,<0.5.3 || >0.5.3,<0.5.5"
|
||||
databases = ">=0.3.2,<0.5.0 || >0.5.0,<0.5.1 || >0.5.1,<0.5.2 || >0.5.2,<0.5.3 || >0.5.3,<=0.5.5"
|
||||
psycopg2-binary = {version = ">=2.9.1,<3.0.0", optional = true, markers = "extra == \"postgresql\" or extra == \"postgres\" or extra == \"dev\""}
|
||||
pydantic = ">=1.6.1,<1.7 || >1.7,<1.7.1 || >1.7.1,<1.7.2 || >1.7.2,<1.7.3 || >1.7.3,<1.8 || >1.8,<1.8.1 || >1.8.1,<=1.9.1"
|
||||
SQLAlchemy = ">=1.3.18,<=1.4.29"
|
||||
SQLAlchemy = ">=1.3.18,<=1.4.31"
|
||||
|
||||
[package.extras]
|
||||
postgresql = ["asyncpg (>=0.24,<0.26)", "psycopg2-binary (>=2.9.1,<3.0.0)"]
|
||||
postgres = ["asyncpg (>=0.24,<0.26)", "psycopg2-binary (>=2.9.1,<3.0.0)"]
|
||||
dev = ["asyncpg (>=0.24,<0.26)", "psycopg2-binary (>=2.9.1,<3.0.0)", "aiomysql (>=0.0.21,<0.0.23)", "cryptography (>=35,<37)", "orjson (>=3.6.4,<4.0.0)"]
|
||||
dev = ["asyncpg (>=0.24,<0.26)", "psycopg2-binary (>=2.9.1,<3.0.0)", "aiomysql (>=0.0.21,<0.0.23)", "cryptography (>=35,<37)", "orjson (>=3.6.4)"]
|
||||
mysql = ["aiomysql (>=0.0.21,<0.0.23)"]
|
||||
crypto = ["cryptography (>=35,<37)"]
|
||||
orjson = ["orjson (>=3.6.4,<4.0.0)"]
|
||||
orjson = ["orjson (>=3.6.4)"]
|
||||
|
||||
[[package]]
|
||||
name = "prometheus-client"
|
||||
@@ -710,8 +710,8 @@ markupsafe = [
|
||||
{file = "MarkupSafe-2.0.1.tar.gz", hash = "sha256:594c67807fb16238b30c44bdf74f36c02cdf22d1c8cda91ef8a0ed8dabf5620a"},
|
||||
]
|
||||
ormar = [
|
||||
{file = "ormar-0.10.24-py3-none-any.whl", hash = "sha256:0ac7765bc14237cb4ed828c823cae3a4a9f5dea6daa402e0999c80b36662c410"},
|
||||
{file = "ormar-0.10.24.tar.gz", hash = "sha256:908eba2cb7350c5ef0c8e7d9653d061f357e2c7706b78298bd446e0848000762"},
|
||||
{file = "ormar-0.10.25-py3-none-any.whl", hash = "sha256:8b68833bc037ae746080d0dce9a1b29c8944f8afb15d84580aa0b696ad9bb265"},
|
||||
{file = "ormar-0.10.25.tar.gz", hash = "sha256:27c771581417814f6933bc9ae38e1147b1435b1435b6c3f08b90301e9dc77de4"},
|
||||
]
|
||||
prometheus-client = [
|
||||
{file = "prometheus_client-0.13.1-py3-none-any.whl", hash = "sha256:357a447fd2359b0a1d2e9b311a0c5778c330cfbe186d880ad5a6b39884652316"},
|
||||
|
||||
Reference in New Issue
Block a user