mirror of
https://github.com/creyD/apilog.git
synced 2026-04-12 19:30:29 +02:00
Compare commits
20 Commits
1.4.6
...
1.4.26-ren
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7e8cc8653c | ||
|
|
015d5eb13d | ||
|
|
608ec8de6f | ||
|
|
a21947fe02 | ||
|
|
11e5ff9646 | ||
|
|
971d7743f1 | ||
|
|
1d34b32179 | ||
|
|
59abb07721 | ||
|
|
7fc2a7a1a9 | ||
|
|
ae570acc6a | ||
|
|
24aa470d6d | ||
|
|
112b2def80 | ||
|
|
cc7be6e4ac | ||
|
|
8410fc886e | ||
|
|
13496b0cbd | ||
|
|
e88a617e30 | ||
|
|
76d0866595 | ||
|
|
b194e583fb | ||
|
|
5f45d3aeb8 | ||
|
|
20a107a49c |
@@ -1,27 +1,27 @@
|
||||
annotated-types==0.7.0
|
||||
anyio==4.8.0
|
||||
certifi==2024.12.14
|
||||
certifi==2025.1.31
|
||||
creyPY[postgres]==3.0.0
|
||||
fastapi==0.115.7
|
||||
fastapi==0.115.11
|
||||
fastapi-pagination==0.12.31
|
||||
h11==0.14.0
|
||||
httpcore==1.0.6
|
||||
httpx==0.28.1
|
||||
idna==3.10
|
||||
psycopg==3.2.4
|
||||
psycopg-binary==3.2.4
|
||||
psycopg-pool==3.2.3
|
||||
psycopg==3.2.5
|
||||
psycopg-binary==3.2.6
|
||||
psycopg-pool==3.2.6
|
||||
pydantic==2.9.2
|
||||
pydantic_core==2.23.4
|
||||
python-dotenv==1.0.1
|
||||
sniffio==1.3.1
|
||||
SQLAlchemy==2.0.35
|
||||
starlette==0.45.2
|
||||
SQLAlchemy==2.0.39
|
||||
starlette==0.46.1
|
||||
typing_extensions==4.12.2
|
||||
|
||||
Mako==1.3.5 # Alembic
|
||||
Mako==1.3.9 # Alembic
|
||||
MarkupSafe==3.0.1 # Alembic
|
||||
alembic==1.14.1 # Alembic
|
||||
alembic==1.15.1 # Alembic
|
||||
|
||||
SQLAlchemy-Utils==0.41.2 # SQLAlchemy
|
||||
|
||||
@@ -31,9 +31,9 @@ uvicorn==0.34.0 # Uvicorn
|
||||
iniconfig==2.0.0 # pytest
|
||||
packaging==24.1 # pytest
|
||||
pluggy==1.5.0 # pytest
|
||||
pytest==8.3.4 # pytest
|
||||
pytest==8.3.5 # pytest
|
||||
|
||||
fastapi-filters==0.2.9 # Filters
|
||||
|
||||
APScheduler==3.11.0 # Scheduler for deletion
|
||||
tzlocal==5.2 # Scheduler for deletion
|
||||
tzlocal==5.3.1 # Scheduler for deletion
|
||||
|
||||
Reference in New Issue
Block a user