From 1f1e09380bbbd7db3f23cd51b580f6ca0b017642 Mon Sep 17 00:00:00 2001 From: kagami Date: Wed, 17 Apr 2024 16:31:44 +0800 Subject: [PATCH] Set pydantic version to 1.10.14 --- .github/workflows/sync-devchat.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-devchat.yml b/.github/workflows/sync-devchat.yml index 999167c..280c4c8 100644 --- a/.github/workflows/sync-devchat.yml +++ b/.github/workflows/sync-devchat.yml @@ -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 .