Open gebaltso opened 2 months ago
@gebaltso there is regression with some libraries. I fixed it by using older versions:
pydantic==2.8.2
pydantic-core==2.20.1
fastapi==0.112.4
pip install -r requirements.txt
@gebaltso there is regression with some libraries. I fixed it by using older versions:
- add the following lines to "requirements.txt"
pydantic==2.8.2 pydantic-core==2.20.1 fastapi==0.112.4
- run pip install again
pip install -r requirements.txt
Thanks a lot! It indeed worked.
great! solve my problem
Can anyone help with this issue?