Merge branch 'main' of github.com:infiniflow/ragflow into structured-output

This commit is contained in:
bill 2025-11-18 11:43:04 +08:00
commit bc873db551
2 changed files with 2 additions and 2 deletions

View file

@ -378,7 +378,7 @@ class AdminCLI(Cmd):
self.session.headers.update({ self.session.headers.update({
'Content-Type': 'application/json', 'Content-Type': 'application/json',
'Authorization': response.headers['Authorization'], 'Authorization': response.headers['Authorization'],
'User-Agent': 'RAGFlow-CLI/0.22.0' 'User-Agent': 'RAGFlow-CLI/0.22.1'
}) })
print("Authentication successful.") print("Authentication successful.")
return True return True

View file

@ -1,6 +1,6 @@
[project] [project]
name = "ragflow-cli" name = "ragflow-cli"
version = "0.22.0" version = "0.22.1"
description = "Admin Service's client of [RAGFlow](https://github.com/infiniflow/ragflow). The Admin Service provides user management and system monitoring. " description = "Admin Service's client of [RAGFlow](https://github.com/infiniflow/ragflow). The Admin Service provides user management and system monitoring. "
authors = [{ name = "Lynn", email = "lynn_inf@hotmail.com" }] authors = [{ name = "Lynn", email = "lynn_inf@hotmail.com" }]
license = { text = "Apache License, Version 2.0" } license = { text = "Apache License, Version 2.0" }