Skip to content

Commit

Permalink
Bump infinity to v0.6.0-dev2 (#4497)
Browse files Browse the repository at this point in the history
### What problem does this PR solve?

Bump infinity to v0.6.0-dev2. Close #4477 

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
  • Loading branch information
yuzhichang authored Jan 16, 2025
1 parent c852a6d commit 57b4e0c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 30 deletions.
2 changes: 1 addition & 1 deletion docker/docker-compose-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ services:
container_name: ragflow-infinity
profiles:
- infinity
image: infiniflow/infinity:v0.6.0-dev1
image: infiniflow/infinity:v0.6.0-dev2
volumes:
- infinity_data:/var/infinity
- ./infinity_conf.toml:/infinity_conf.toml
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies = [
"html-text==0.6.2",
"httpx==0.27.0",
"huggingface-hub>=0.25.0,<0.26.0",
"infinity-sdk==0.6.0-dev1",
"infinity-sdk==0.6.0-dev2",
"infinity-emb>=0.0.66,<0.0.67",
"itsdangerous==2.1.2",
"markdown==3.6",
Expand Down Expand Up @@ -120,7 +120,6 @@ dependencies = [
"pyodbc>=5.2.0,<6.0.0",
"pyicu>=2.13.1,<3.0.0",
"flasgger>=0.9.7.1,<0.10.0",
"polars-lts-cpu>=1.9.0,<2.0.0",
"xxhash>=3.5.0,<4.0.0"
]

Expand Down
38 changes: 11 additions & 27 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 57b4e0c

Please sign in to comment.