mirror of
https://github.com/creyD/apilog.git
synced 2026-04-13 11:50:31 +02:00
Compare commits
14 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c8872ca437 | ||
|
|
e4a903cd61 | ||
|
|
de7ad24b49 | ||
|
|
da4ebd0a8b | ||
|
|
9f3a7f55db | ||
|
|
f315369ff8 | ||
|
|
86c8e4fc4e | ||
|
|
1c3c2347ee | ||
|
|
d28507ca15 | ||
|
|
191268af6a | ||
|
|
96afee2cf4 | ||
|
|
995bdc0600 | ||
|
|
f2f572ec9a | ||
|
|
61bc957a2c |
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.2
|
||||||
id: git_version
|
id: git_version
|
||||||
with:
|
with:
|
||||||
minor-identifier: "feat:"
|
minor-identifier: "feat:"
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
annotated-types==0.7.0
|
annotated-types==0.7.0
|
||||||
anyio==4.9.0
|
anyio==4.9.0
|
||||||
certifi==2025.4.26
|
certifi==2025.6.15
|
||||||
creyPY[postgres]==3.0.0
|
creyPY[postgres]==3.0.0
|
||||||
fastapi==0.115.12
|
fastapi==0.115.14
|
||||||
fastapi-pagination==0.13.1
|
fastapi-pagination==0.13.3
|
||||||
h11==0.14.0
|
h11==0.14.0
|
||||||
httpcore==1.0.8
|
httpcore==1.0.8
|
||||||
httpx==0.28.1
|
httpx==0.28.1
|
||||||
@@ -13,25 +13,25 @@ psycopg-binary==3.2.9
|
|||||||
psycopg-pool==3.2.6
|
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.1.0
|
python-dotenv==1.1.1
|
||||||
sniffio==1.3.1
|
sniffio==1.3.1
|
||||||
SQLAlchemy==2.0.41
|
SQLAlchemy==2.0.41
|
||||||
starlette==0.46.2
|
starlette==0.46.2
|
||||||
typing_extensions==4.13.2
|
typing_extensions==4.14.0
|
||||||
|
|
||||||
Mako==1.3.10 # Alembic
|
Mako==1.3.10 # Alembic
|
||||||
MarkupSafe==3.0.1 # Alembic
|
MarkupSafe==3.0.1 # Alembic
|
||||||
alembic==1.16.0 # Alembic
|
alembic==1.16.2 # Alembic
|
||||||
|
|
||||||
SQLAlchemy-Utils==0.41.2 # SQLAlchemy
|
SQLAlchemy-Utils==0.41.2 # SQLAlchemy
|
||||||
|
|
||||||
click==8.2.1 # Uvicorn
|
click==8.2.1 # Uvicorn
|
||||||
uvicorn==0.34.2 # Uvicorn
|
uvicorn==0.34.3 # Uvicorn
|
||||||
|
|
||||||
iniconfig==2.1.0 # pytest
|
iniconfig==2.1.0 # pytest
|
||||||
packaging==25.0 # pytest
|
packaging==25.0 # pytest
|
||||||
pluggy==1.6.0 # pytest
|
pluggy==1.6.0 # pytest
|
||||||
pytest==8.3.5 # pytest
|
pytest==8.4.1 # pytest
|
||||||
|
|
||||||
fastapi-filters==0.3.0 # Filters
|
fastapi-filters==0.3.0 # Filters
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user