Compare commits

...

3 commits

Author SHA1 Message Date
Renovate Bot
aad3684117 chore(deps): update dependency uvicorn to v0.47.0
All checks were successful
NYX Security Scan / nyx-scan (pull_request) Successful in 6m26s
2026-05-15 07:30:22 +00:00
79a5070b06 Merge pull request 'chore(deps): update dependency idna to v3.15' (#73) from renovate/idna-3.x into main
Some checks failed
Build and Publish Docker Image (Semantic Cache) / build (arm64, linux/arm64, docker-arm64) (push) Failing after 14m18s
Build and Publish Docker Image / build (arm64, linux/arm64, docker-arm64) (push) Has been cancelled
Build and Publish Docker Image (Semantic Cache) / build (amd64, linux/amd64, docker-amd64) (push) Successful in 3m46s
Build and Publish Docker Image (Semantic Cache) / merge (push) Has been skipped
Build and Publish Docker Image / build (amd64, linux/amd64, docker-amd64) (push) Has been cancelled
Build and Publish Docker Image / merge (push) Has been cancelled
2026-05-15 09:27:50 +02:00
Renovate Bot
e7b2c7e333 chore(deps): update dependency idna to v3.15
All checks were successful
NYX Security Scan / nyx-scan (pull_request) Successful in 6m11s
2026-05-15 07:17:06 +00:00

View file

@ -15,7 +15,7 @@ frozenlist==1.8.0
h11==0.16.0 h11==0.16.0
httpcore==1.0.9 httpcore==1.0.9
httpx==0.28.1 httpx==0.28.1
idna==3.14 idna==3.15
jiter==0.14.0 jiter==0.14.0
multidict==6.7.1 multidict==6.7.1
ollama==0.6.2 ollama==0.6.2
@ -36,7 +36,7 @@ tiktoken==0.12.0
tqdm==4.67.3 tqdm==4.67.3
typing-inspection==0.4.2 typing-inspection==0.4.2
typing_extensions==4.15.0 typing_extensions==4.15.0
uvicorn==0.46.0 uvicorn==0.47.0
uvloop uvloop
yarl==1.23.0 yarl==1.23.0
aiosqlite aiosqlite