mirror of
https://github.com/creyD/apilog.git
synced 2026-04-12 19:30:29 +02:00
Compare commits
39 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a743969689 | ||
|
|
6fc6117400 | ||
|
|
d8057db909 | ||
|
|
c8872ca437 | ||
|
|
e4a903cd61 | ||
|
|
de7ad24b49 | ||
|
|
da4ebd0a8b | ||
|
|
9f3a7f55db | ||
|
|
f315369ff8 | ||
|
|
86c8e4fc4e | ||
|
|
1c3c2347ee | ||
|
|
d28507ca15 | ||
|
|
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 |
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -91,7 +91,7 @@ jobs:
|
||||
git config --local user.name "creyD"
|
||||
|
||||
- name: Git Version
|
||||
uses: codacy/git-version@2.8.0
|
||||
uses: codacy/git-version@2.8.2
|
||||
id: git_version
|
||||
with:
|
||||
minor-identifier: "feat:"
|
||||
|
||||
@@ -1,39 +1,39 @@
|
||||
annotated-types==0.7.0
|
||||
anyio==4.9.0
|
||||
certifi==2025.1.31
|
||||
certifi==2025.6.15
|
||||
creyPY[postgres]==3.0.0
|
||||
fastapi==0.115.12
|
||||
fastapi-pagination==0.12.31
|
||||
fastapi==0.116.0
|
||||
fastapi-pagination==0.13.3
|
||||
h11==0.14.0
|
||||
httpcore==1.0.6
|
||||
httpcore==1.0.8
|
||||
httpx==0.28.1
|
||||
idna==3.10
|
||||
psycopg==3.2.6
|
||||
psycopg-binary==3.2.6
|
||||
psycopg==3.2.9
|
||||
psycopg-binary==3.2.9
|
||||
psycopg-pool==3.2.6
|
||||
pydantic==2.9.2
|
||||
pydantic_core==2.23.4
|
||||
python-dotenv==1.1.0
|
||||
python-dotenv==1.1.1
|
||||
sniffio==1.3.1
|
||||
SQLAlchemy==2.0.40
|
||||
starlette==0.46.1
|
||||
typing_extensions==4.13.1
|
||||
SQLAlchemy==2.0.41
|
||||
starlette==0.46.2
|
||||
typing_extensions==4.14.1
|
||||
|
||||
Mako==1.3.9 # Alembic
|
||||
Mako==1.3.10 # Alembic
|
||||
MarkupSafe==3.0.1 # Alembic
|
||||
alembic==1.15.2 # Alembic
|
||||
alembic==1.16.2 # Alembic
|
||||
|
||||
SQLAlchemy-Utils==0.41.2 # SQLAlchemy
|
||||
|
||||
click==8.1.8 # Uvicorn
|
||||
uvicorn==0.34.0 # Uvicorn
|
||||
click==8.2.1 # Uvicorn
|
||||
uvicorn==0.35.0 # Uvicorn
|
||||
|
||||
iniconfig==2.1.0 # pytest
|
||||
packaging==24.1 # pytest
|
||||
pluggy==1.5.0 # pytest
|
||||
pytest==8.3.5 # pytest
|
||||
packaging==25.0 # pytest
|
||||
pluggy==1.6.0 # pytest
|
||||
pytest==8.4.1 # pytest
|
||||
|
||||
fastapi-filters==0.2.9 # Filters
|
||||
fastapi-filters==0.3.0 # Filters
|
||||
|
||||
APScheduler==3.11.0 # Scheduler for deletion
|
||||
tzlocal==5.3.1 # Scheduler for deletion
|
||||
|
||||
Reference in New Issue
Block a user