Merge pull request #24 from devchat-ai/pydantic-version

Set pydantic version to 1.10.14
This commit is contained in:
kagami 2024-04-17 16:36:03 +08:00 committed by GitHub
commit 12d17cf644
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -51,7 +51,7 @@ jobs:
cd ./temp/devchat-repo
DEVCHAT_HEXSHA=$(git rev-parse HEAD | cut -c 1-8)
DEVCHAT_BRANCH=$(git branch --show-current)
pip install --no-binary :all: "pydantic<2"
pip install --no-binary :all: "pydantic==1.10.14"
pip install charset-normalizer --no-binary :all:
pip install git+https://github.com/yangbobo2021/tiktoken.git
pip install .