Skip to content

Commit

Permalink
Update requirements.txt
Browse files Browse the repository at this point in the history
在 requirements.txt 文件中,你可以指定 pydantic 的版本。根據你的需求和衝突,你需要 pydantic 版本在 2.0.3 以上但小於 3,你也需要 line-bot-sdk 3.5.0。
  • Loading branch information
kkdai authored Nov 8, 2023
1 parent ff8efbb commit 85fad76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ uvicorn[standard]
langchain==0.0.303
embedchain==0.0.92
openai==0.28.1
pydantic==1.10.10
pydantic>=2.0.3,<3
embedchain[dataloaders]

0 comments on commit 85fad76

Please sign in to comment.