mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-19 10:55:59 +08:00
chore: update dependency constraint
This commit is contained in:
parent
c4e2d7b758
commit
ca34a1e01a
2
api/poetry.lock
generated
2
api/poetry.lock
generated
@ -10433,4 +10433,4 @@ cffi = ["cffi (>=1.11)"]
|
||||
[metadata]
|
||||
lock-version = "2.1"
|
||||
python-versions = ">=3.11,<3.13"
|
||||
content-hash = "44a76b6f19ba2ce6cb4a5bf54cff890e2f91a68d567ee0b2c671ed2fee59431b"
|
||||
content-hash = "9f3e93bd52ed7a0346ef5fe91080176901db63947aa848fbd40cbc89453d30a8"
|
||||
|
@ -50,7 +50,11 @@ oci = "~2.135.1"
|
||||
openai = "~1.61.0"
|
||||
openpyxl = "~3.1.5"
|
||||
opik = "~1.3.4"
|
||||
pandas = { version = "~2.2.2", extras = ["performance", "excel", "output-formatting"] }
|
||||
pandas = { version = "~2.2.2", extras = [
|
||||
"performance",
|
||||
"excel",
|
||||
"output-formatting",
|
||||
] }
|
||||
pandas-stubs = "~2.2.3.241009"
|
||||
pandoc = "~2.4"
|
||||
psycogreen = "~1.0.2"
|
||||
@ -74,7 +78,13 @@ starlette = "0.41.0"
|
||||
tiktoken = "~0.8.0"
|
||||
tokenizers = "~0.15.0"
|
||||
transformers = "~4.35.0"
|
||||
unstructured = { version = "~0.16.1", extras = ["docx", "epub", "md", "ppt", "pptx"] }
|
||||
unstructured = { version = "~0.16.1", extras = [
|
||||
"docx",
|
||||
"epub",
|
||||
"md",
|
||||
"ppt",
|
||||
"pptx",
|
||||
] }
|
||||
validators = "0.21.0"
|
||||
yarl = "~1.18.3"
|
||||
# Before adding new dependency, consider place it in alphabet order (a-z) and suitable group.
|
||||
@ -84,7 +94,7 @@ yarl = "~1.18.3"
|
||||
# Related transparent dependencies with pinned version
|
||||
# required by main implementations
|
||||
############################################################
|
||||
json-repair = "^0.40.0"
|
||||
json-repair = "~0.40.0"
|
||||
[tool.poetry.group.indirect.dependencies]
|
||||
kaleido = "0.2.1"
|
||||
rank-bm25 = "~0.2.2"
|
||||
|
Loading…
x
Reference in New Issue
Block a user