Bump to infinity v0.7.0-dev6 (#14606)

### What problem does this PR solve?

Bump to infinity v0.7.0-dev6

(uv lock --upgrade-package infinity-sdk)

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
qinling0210
2026-05-07 10:51:17 +08:00
committed by GitHub
parent 53a4edfded
commit 12f80f170c
4 changed files with 9 additions and 9 deletions

View File

@@ -72,7 +72,7 @@ services:
infinity:
profiles:
- infinity
image: infiniflow/infinity:v0.7.0-dev5
image: infiniflow/infinity:v0.7.0-dev6
volumes:
- infinity_data:/var/infinity
- ./infinity_conf.toml:/infinity_conf.toml

View File

@@ -124,7 +124,7 @@ ragflow:
infinity:
image:
repository: infiniflow/infinity
tag: v0.7.0-dev5
tag: v0.7.0-dev6
pullPolicy: IfNotPresent
pullSecrets: []
storage:

View File

@@ -49,7 +49,7 @@ dependencies = [
"groq==0.9.0",
"grpcio-status==1.67.1",
"html-text==0.6.2",
"infinity-sdk==0.7.0-dev5",
"infinity-sdk==0.7.0-dev6",
"infinity-emb>=0.0.66,<0.0.67",
"jira==3.10.5",
"json-repair==0.35.0",

12
uv.lock generated
View File

@@ -3322,7 +3322,7 @@ wheels = [
[[package]]
name = "infinity-sdk"
version = "0.7.0.dev5"
version = "0.7.0.dev6"
source = { registry = "https://mirrors.aliyun.com/pypi/simple" }
dependencies = [
{ name = "datrie" },
@@ -3339,9 +3339,9 @@ dependencies = [
{ name = "sqlglot", extra = ["rs"] },
{ name = "thrift" },
]
sdist = { url = "https://mirrors.aliyun.com/pypi/packages/cd/83/c3a1e3e87dcfd17622c84fa074997a980ff2a444474651003775947058d2/infinity_sdk-0.7.0.dev5.tar.gz", hash = "sha256:13e7a61869dbf79406aaaaa50ec2932a6701387b95eaf871a1d6572f37a095d7" }
sdist = { url = "https://mirrors.aliyun.com/pypi/packages/21/5c/27a1afab0d96200421706afc33eba3d34684e2055c63761b3700f52f7cbf/infinity_sdk-0.7.0.dev6.tar.gz", hash = "sha256:6d8b9be0ace7fa5c790ed8bee39dc28faef448c74d60bb3be7c86f244d5d9b46" }
wheels = [
{ url = "https://mirrors.aliyun.com/pypi/packages/c2/6d/c0b68f9e75c27e3398414509916133b22333c7052c4e209cc0a9b4bb448a/infinity_sdk-0.7.0.dev5-py3-none-any.whl", hash = "sha256:6fbc713a0ccf71dab818e539e54569d4540311b3fac8db317aac40da31914aff" },
{ url = "https://mirrors.aliyun.com/pypi/packages/8c/e5/6dbc74929b63c55e3bf867e9fcade32b5b7fbea2f8d2cf9d99e2df1ae70c/infinity_sdk-0.7.0.dev6-py3-none-any.whl", hash = "sha256:9cf97aaea0238881d6be2cb11585e57069c7dfb2fce0e8002868b6bf916dba51" },
]
[[package]]
@@ -6702,7 +6702,7 @@ requires-dist = [
{ name = "arxiv", specifier = "==2.1.3" },
{ name = "asana", specifier = ">=5.2.2" },
{ name = "atlassian-python-api", specifier = "==4.0.7" },
{ name = "azure-identity", specifier = "==1.25.3" },
{ name = "azure-identity", specifier = ">=1.25.3" },
{ name = "azure-storage-file-datalake", specifier = "==12.16.0" },
{ name = "beartype", specifier = ">=0.20.0,<1.0.0" },
{ name = "bio", specifier = "==1.7.1" },
@@ -6740,7 +6740,7 @@ requires-dist = [
{ name = "grpcio-status", specifier = "==1.67.1" },
{ name = "html-text", specifier = "==0.6.2" },
{ name = "infinity-emb", specifier = ">=0.0.66,<0.0.67" },
{ name = "infinity-sdk", specifier = "==0.7.0.dev5" },
{ name = "infinity-sdk", specifier = "==0.7.0.dev6" },
{ name = "jira", specifier = "==3.10.5" },
{ name = "json-repair", specifier = "==0.35.0" },
{ name = "langfuse", specifier = ">=4.0.1" },
@@ -6768,7 +6768,7 @@ requires-dist = [
{ name = "ormsgpack", specifier = "==1.5.0" },
{ name = "pdfplumber", specifier = "==0.10.4" },
{ name = "peewee", specifier = ">=3.17.1,<4.0.0" },
{ name = "pluginlib", specifier = "==0.10.0" },
{ name = "pluginlib", specifier = ">=0.10.0" },
{ name = "psycopg2-binary", specifier = ">=2.9.11,<3.0.0" },
{ name = "pyairtable", specifier = ">=3.3.0" },
{ name = "pyclipper", specifier = ">=1.4.0,<2.0.0" },