finic-ai / doctran

MIT License
479 stars 42 forks source link

Version compatibility issues #23

Open LiuJiPeng20 opened 1 week ago

LiuJiPeng20 commented 1 week ago

Error:ImportError: cannot import name 'PREPARE_METHODS' from 'pydantic._internal._std_types_schema' Version compatibility:doctran 0.0.14 requires openai<0.28.0,>=0.27.8, but you have openai 1.13.3 which is incompatible. doctran 0.0.14 requires pydantic<2.0.0,>=1.10.9, but you have pydantic 2.9.1 which is incompatible. How to solve the problem of version compatibility???