Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
863 changes: 432 additions & 431 deletions projects/api_ml/uv.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion projects/discord_bot/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies = [
"pydantic-settings==2.7.0",
"pydantic==2.10.4",
"asyncmy==0.2.11",
"orjson>=3.11.8",
"orjson>=3.11.9",
"aiofiles>=25.1.0",
]

Expand Down
2,503 changes: 1,256 additions & 1,247 deletions projects/discord_bot/uv.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions projects/hiscore_scraper/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ requires-python = ">=3.10"
dependencies = [
"pydantic-settings==2.7.0",
"pydantic==2.10.4",
"orjson==3.11.5",
"orjson==3.11.6",
"prometheus-client==0.22.0",
"aiohttp==3.11.11",
"aiohttp==3.14.3",
"aiokafka==0.12.0",
]

Expand Down
1,078 changes: 569 additions & 509 deletions projects/hiscore_scraper/uv.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions projects/job_backfill_banned/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ requires-python = ">=3.10"

dependencies = [
"asyncmy==0.2.11",
"cryptography==46.0.3",
"cryptography==50.0.0",
"pydantic-settings==2.7.0",
"pydantic==2.10.4",
"sqlalchemy==2.0.44",
"orjson==3.11.5",
"orjson==3.11.6",
"aiokafka==0.12.0",
]

Expand Down
945 changes: 461 additions & 484 deletions projects/job_backfill_banned/uv.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion projects/job_prune_reports/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ requires-python = ">=3.10"

dependencies = [
"asyncmy==0.2.11",
"cryptography==46.0.3",
"cryptography==50.0.0",
"pydantic-settings==2.7.0",
"sqlalchemy==2.0.44",
]
Expand Down
821 changes: 399 additions & 422 deletions projects/job_prune_reports/uv.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions projects/runemetrics_scraper/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ dependencies = [
"osrs==0.0.15",
"pydantic-settings==2.7.0",
"pydantic==2.10.4",
"orjson==3.11.5",
"orjson==3.11.6",
"prometheus-client==0.22.0",
"aiohttp==3.11.11",
"aiohttp==3.14.3",
"aiokafka==0.12.0",
]

Expand Down
1,203 changes: 631 additions & 572 deletions projects/runemetrics_scraper/uv.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions projects/worker_ban_migration/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ requires-python = ">=3.10"

dependencies = [
"asyncmy==0.2.11",
"cryptography==46.0.3",
"cryptography==50.0.0",
"pydantic-settings==2.7.0",
"pydantic==2.10.4",
"sqlalchemy==2.0.44",
"orjson==3.11.5",
"orjson==3.11.6",
"aiokafka==0.12.0",
"prometheus-client==0.22.0",
]
Expand Down
256 changes: 124 additions & 132 deletions projects/worker_ban_migration/uv.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"aiofiles>=25.1.0",
"aiohttp==3.11.11",
"aiohttp==3.14.3",
"aiokafka==0.12.0",
"asyncmy==0.2.11",
"boto3==1.40.34",
"cryptography==46.0.3",
"cryptography==50.0.0",
"discord-py>=2.2.2",
"fastapi==0.115.12",
"jinja2==3.1.6",
Expand All @@ -29,7 +29,7 @@ dependencies = [
"prometheus-client==0.22.0",
"pydantic-settings==2.7.0",
"pydantic==2.10.4",
"python-multipart==0.0.20",
"python-multipart==0.0.31",
"scikit-learn==1.7.2",
"seaborn>=0.13.0",
"sqlalchemy==2.0.44",
Expand Down
442 changes: 245 additions & 197 deletions uv.lock

Large diffs are not rendered by default.

Loading