mirror of
https://github.com/creyD/apilog.git
synced 2026-04-13 20:00:31 +02:00
Compare commits
53 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
191268af6a | ||
|
|
96afee2cf4 | ||
|
|
995bdc0600 | ||
|
|
f2f572ec9a | ||
|
|
61bc957a2c | ||
|
|
235c07466e | ||
|
|
2f70ab2dcf | ||
|
|
076267ec3a | ||
|
|
0af16a831f | ||
|
|
ecf784054f | ||
|
|
50ad31f331 | ||
|
|
493492cd4f | ||
|
|
2df1a18f70 | ||
|
|
9ab291afb5 | ||
|
|
797f869e87 | ||
|
|
3d1597a4d4 | ||
|
|
4c737620bb | ||
|
|
e1f0d012dd | ||
|
|
b6a23f66b4 | ||
|
|
3e4e5d9cf1 | ||
|
|
e3ae8ae526 | ||
|
|
a69b2341d5 | ||
|
|
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 |
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -91,7 +91,7 @@ jobs:
|
|||||||
git config --local user.name "creyD"
|
git config --local user.name "creyD"
|
||||||
|
|
||||||
- name: Git Version
|
- name: Git Version
|
||||||
uses: codacy/git-version@2.8.0
|
uses: codacy/git-version@2.8.1
|
||||||
id: git_version
|
id: git_version
|
||||||
with:
|
with:
|
||||||
minor-identifier: "feat:"
|
minor-identifier: "feat:"
|
||||||
|
|||||||
@@ -1,39 +1,39 @@
|
|||||||
annotated-types==0.7.0
|
annotated-types==0.7.0
|
||||||
anyio==4.8.0
|
anyio==4.9.0
|
||||||
certifi==2024.12.14
|
certifi==2025.4.26
|
||||||
creyPY[postgres]==3.0.0
|
creyPY[postgres]==3.0.0
|
||||||
fastapi==0.115.8
|
fastapi==0.115.12
|
||||||
fastapi-pagination==0.12.31
|
fastapi-pagination==0.13.1
|
||||||
h11==0.14.0
|
h11==0.14.0
|
||||||
httpcore==1.0.6
|
httpcore==1.0.8
|
||||||
httpx==0.28.1
|
httpx==0.28.1
|
||||||
idna==3.10
|
idna==3.10
|
||||||
psycopg==3.2.4
|
psycopg==3.2.9
|
||||||
psycopg-binary==3.2.4
|
psycopg-binary==3.2.9
|
||||||
psycopg-pool==3.2.3
|
psycopg-pool==3.2.6
|
||||||
pydantic==2.9.2
|
pydantic==2.9.2
|
||||||
pydantic_core==2.23.4
|
pydantic_core==2.23.4
|
||||||
python-dotenv==1.0.1
|
python-dotenv==1.1.0
|
||||||
sniffio==1.3.1
|
sniffio==1.3.1
|
||||||
SQLAlchemy==2.0.35
|
SQLAlchemy==2.0.41
|
||||||
starlette==0.45.3
|
starlette==0.46.2
|
||||||
typing_extensions==4.12.2
|
typing_extensions==4.14.0
|
||||||
|
|
||||||
Mako==1.3.9 # Alembic
|
Mako==1.3.10 # Alembic
|
||||||
MarkupSafe==3.0.1 # Alembic
|
MarkupSafe==3.0.1 # Alembic
|
||||||
alembic==1.14.1 # Alembic
|
alembic==1.16.1 # Alembic
|
||||||
|
|
||||||
SQLAlchemy-Utils==0.41.2 # SQLAlchemy
|
SQLAlchemy-Utils==0.41.2 # SQLAlchemy
|
||||||
|
|
||||||
click==8.1.8 # Uvicorn
|
click==8.2.1 # Uvicorn
|
||||||
uvicorn==0.34.0 # Uvicorn
|
uvicorn==0.34.3 # Uvicorn
|
||||||
|
|
||||||
iniconfig==2.0.0 # pytest
|
iniconfig==2.1.0 # pytest
|
||||||
packaging==24.1 # pytest
|
packaging==25.0 # pytest
|
||||||
pluggy==1.5.0 # pytest
|
pluggy==1.6.0 # pytest
|
||||||
pytest==8.3.4 # pytest
|
pytest==8.4.0 # pytest
|
||||||
|
|
||||||
fastapi-filters==0.2.9 # Filters
|
fastapi-filters==0.3.0 # Filters
|
||||||
|
|
||||||
APScheduler==3.11.0 # Scheduler for deletion
|
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