mirror of
https://github.com/creyD/apilog.git
synced 2026-04-12 19:30:29 +02:00
Compare commits
35 Commits
1.4.5-reno
...
1.4.40
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9a2655d225 | ||
|
|
f6d27c543f | ||
|
|
c53c2db27a | ||
|
|
9e888b9e96 | ||
|
|
f4973dd612 | ||
|
|
b590b4de6a | ||
|
|
7c38e09ac3 | ||
|
|
36d59101fd | ||
|
|
fee836f20e | ||
|
|
85649f94f2 | ||
|
|
a025b3994c | ||
|
|
20dc2c6fa0 | ||
|
|
2c6b35e3dd | ||
|
|
fadc83e19b | ||
|
|
cdc0ac249a | ||
|
|
015d5eb13d | ||
|
|
608ec8de6f | ||
|
|
a21947fe02 | ||
|
|
11e5ff9646 | ||
|
|
971d7743f1 | ||
|
|
1d34b32179 | ||
|
|
59abb07721 | ||
|
|
7fc2a7a1a9 | ||
|
|
ae570acc6a | ||
|
|
24aa470d6d | ||
|
|
112b2def80 | ||
|
|
cc7be6e4ac | ||
|
|
8410fc886e | ||
|
|
13496b0cbd | ||
|
|
e88a617e30 | ||
|
|
76d0866595 | ||
|
|
b194e583fb | ||
|
|
5f45d3aeb8 | ||
|
|
20a107a49c | ||
|
|
087ea50c4e |
@@ -1,39 +1,39 @@
|
||||
annotated-types==0.7.0
|
||||
anyio==4.8.0
|
||||
certifi==2024.12.14
|
||||
anyio==4.9.0
|
||||
certifi==2025.1.31
|
||||
creyPY[postgres]==3.0.0
|
||||
fastapi==0.115.7
|
||||
fastapi==0.115.12
|
||||
fastapi-pagination==0.12.31
|
||||
h11==0.14.0
|
||||
httpcore==1.0.6
|
||||
httpcore==1.0.8
|
||||
httpx==0.28.1
|
||||
idna==3.10
|
||||
psycopg==3.2.4
|
||||
psycopg-binary==3.2.4
|
||||
psycopg-pool==3.2.3
|
||||
psycopg==3.2.6
|
||||
psycopg-binary==3.2.6
|
||||
psycopg-pool==3.2.6
|
||||
pydantic==2.9.2
|
||||
pydantic_core==2.23.4
|
||||
python-dotenv==1.0.1
|
||||
python-dotenv==1.1.0
|
||||
sniffio==1.3.1
|
||||
SQLAlchemy==2.0.35
|
||||
starlette==0.40.0
|
||||
typing_extensions==4.12.2
|
||||
SQLAlchemy==2.0.40
|
||||
starlette==0.46.2
|
||||
typing_extensions==4.13.2
|
||||
|
||||
Mako==1.3.5 # Alembic
|
||||
Mako==1.3.10 # Alembic
|
||||
MarkupSafe==3.0.1 # Alembic
|
||||
alembic==1.14.1 # Alembic
|
||||
alembic==1.15.2 # Alembic
|
||||
|
||||
SQLAlchemy-Utils==0.41.2 # SQLAlchemy
|
||||
|
||||
click==8.1.8 # Uvicorn
|
||||
uvicorn==0.34.0 # Uvicorn
|
||||
|
||||
iniconfig==2.0.0 # pytest
|
||||
iniconfig==2.1.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
|
||||
fastapi-filters==0.3.0 # 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