DOCS: for release. (#6023)

### What problem does this PR solve?


### Type of change

- [x] Documentation Update
This commit is contained in:
Kevin Hu
2025-03-13 15:09:29 +08:00
committed by GitHub
parent 471bd92b4c
commit 4df4bf68a2
21 changed files with 76 additions and 78 deletions

View File

@ -1,6 +1,6 @@
[project]
name = "ragflow-sdk"
version = "0.17.1"
version = "0.17.2"
description = "Python client sdk of [RAGFlow](https://github.com/infiniflow/ragflow). RAGFlow is an open-source RAG (Retrieval-Augmented Generation) engine based on deep document understanding."
authors = [
{ name = "Zhichang Yu", email = "yuzhichang@gmail.com" }

4
sdk/python/uv.lock generated
View File

@ -1,5 +1,4 @@
version = 1
revision = 1
requires-python = ">=3.10, <3.13"
[[package]]
@ -312,7 +311,7 @@ wheels = [
[[package]]
name = "ragflow-sdk"
version = "0.17.1"
version = "0.17.2"
source = { virtual = "." }
dependencies = [
{ name = "beartype" },
@ -344,7 +343,6 @@ requires-dist = [
{ name = "requests", specifier = ">=2.30.0,<3.0.0" },
{ name = "requests-toolbelt", specifier = ">=1.0.0" },
]
provides-extras = ["test"]
[[package]]
name = "reportlab"