Chore: Update infinity-sdk from 0.6.0.dev4 to 0.6.0.dev5 (#9628)

### What problem does this PR solve?

Bump infinity-sdk dependency to the latest development version
(0.6.0.dev5) in both pyproject.toml and uv.lock files to incorporate
recent changes and fixes from the SDK.

### Type of change

- [x] Other (please describe): Update deps
This commit is contained in:
Liu An
2025-08-21 16:56:57 +08:00
committed by GitHub
parent fbdde0259a
commit 0cbcfcfedf
2 changed files with 4 additions and 4 deletions

View File

@ -45,7 +45,7 @@ dependencies = [
"html-text==0.6.2",
"httpx[socks]==0.27.2",
"huggingface-hub>=0.25.0,<0.26.0",
"infinity-sdk==0.6.0-dev4",
"infinity-sdk==0.6.0.dev5",
"infinity-emb>=0.0.66,<0.0.67",
"itsdangerous==2.1.2",
"json-repair==0.35.0",