mirror of
https://github.com/creyD/apilog.git
synced 2026-04-12 19:30:29 +02:00
Compare commits
23 Commits
1.4.43-144
...
1.4.63
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
86c8e4fc4e | ||
|
|
1c3c2347ee | ||
|
|
d28507ca15 | ||
|
|
191268af6a | ||
|
|
96afee2cf4 | ||
|
|
995bdc0600 | ||
|
|
f2f572ec9a | ||
|
|
61bc957a2c | ||
|
|
235c07466e | ||
|
|
2f70ab2dcf | ||
|
|
076267ec3a | ||
|
|
0af16a831f | ||
|
|
ecf784054f | ||
|
|
50ad31f331 | ||
|
|
493492cd4f | ||
|
|
2df1a18f70 | ||
|
|
9ab291afb5 | ||
|
|
797f869e87 | ||
|
|
3d1597a4d4 | ||
|
|
4c737620bb | ||
|
|
e1f0d012dd | ||
|
|
b6a23f66b4 | ||
|
|
3e4e5d9cf1 |
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,37 +1,37 @@
|
||||
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-pagination==0.13.2
|
||||
h11==0.14.0
|
||||
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
|
||||
sniffio==1.3.1
|
||||
SQLAlchemy==2.0.40
|
||||
SQLAlchemy==2.0.41
|
||||
starlette==0.46.2
|
||||
typing_extensions==4.13.2
|
||||
typing_extensions==4.14.0
|
||||
|
||||
Mako==1.3.10 # Alembic
|
||||
MarkupSafe==3.0.1 # Alembic
|
||||
alembic==1.15.2 # Alembic
|
||||
alembic==1.16.1 # Alembic
|
||||
|
||||
SQLAlchemy-Utils==0.41.2 # SQLAlchemy
|
||||
|
||||
click==8.1.8 # Uvicorn
|
||||
uvicorn==0.34.2 # Uvicorn
|
||||
click==8.2.1 # Uvicorn
|
||||
uvicorn==0.34.3 # 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.0 # pytest
|
||||
|
||||
fastapi-filters==0.3.0 # Filters
|
||||
|
||||
|
||||
Reference in New Issue
Block a user