From 590ae2d1bb805f868d31f98639b4c56f66819766 Mon Sep 17 00:00:00 2001 From: Zhedong Cen Date: Thu, 27 Jun 2024 14:36:49 +0800 Subject: [PATCH] Fix dependency conflict (#1293) ### What problem does this PR solve? Fix dependency conflict ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2b4998371d..74077cbadf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -85,9 +85,9 @@ pyarrow==15.0.0 pyarrow-hotfix==0.6 pyclipper==1.3.0.post5 pycparser==2.21 -pycryptodome==3.20.0 -pycryptodome-test-vectors==1.0.14 -pycryptodomex==3.20.0 +pycryptodome +pycryptodome-test-vectors +pycryptodomex pydantic==2.6.2 pydantic_core==2.16.3 PyJWT==2.8.0