Skip to content

Commit

Permalink
Fix dependency conflict (#1293)
Browse files Browse the repository at this point in the history
### What problem does this PR solve?

Fix dependency conflict

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
  • Loading branch information
aopstudio authored Jun 27, 2024
1 parent 16a1d24 commit b3f782b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b3f782b

Please sign in to comment.