mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-12 05:54:38 +00:00
fix: docker failing to start container [pydantic]
This commit is contained in:
parent
6b855af96f
commit
dffef27cf5
2 changed files with 7 additions and 7 deletions
|
@ -36,7 +36,7 @@ dependencies = [
|
|||
"prompt-toolkit",
|
||||
"python-dotenv",
|
||||
"python-jose[cryptography]",
|
||||
"pydantic>=2",
|
||||
"pydantic>=2.11.9",
|
||||
"rich",
|
||||
"starlette",
|
||||
"termcolor",
|
||||
|
@ -141,7 +141,7 @@ docs = [
|
|||
"sphinxcontrib.openapi",
|
||||
"requests",
|
||||
]
|
||||
codegen = ["rich", "pydantic", "jinja2>=3.1.6"]
|
||||
codegen = ["rich", "pydantic>=2.11.9", "jinja2>=3.1.6"]
|
||||
benchmark = [
|
||||
"locust>=2.39.1",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue