mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 12:55:19 +00:00
fix
This commit is contained in:
parent
4dcbf1af07
commit
f54ab7e551
2 changed files with 2 additions and 2 deletions
|
|
@ -91,4 +91,4 @@ docker~=7.1.0
|
||||||
pytest~=8.3.2
|
pytest~=8.3.2
|
||||||
pytest-docker~=3.1.1
|
pytest-docker~=3.1.1
|
||||||
|
|
||||||
googleapis-common-protos=1.63.2
|
googleapis-common-protos==1.63.2
|
||||||
|
|
|
||||||
|
|
@ -95,7 +95,7 @@ dependencies = [
|
||||||
"pytest~=8.3.2",
|
"pytest~=8.3.2",
|
||||||
"pytest-docker~=3.1.1",
|
"pytest-docker~=3.1.1",
|
||||||
|
|
||||||
"googleapis-common-protos=1.63.2"
|
"googleapis-common-protos==1.63.2"
|
||||||
]
|
]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">= 3.11, < 3.12.0a1"
|
requires-python = ">= 3.11, < 3.12.0a1"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue