aorwall / moatless-tools

MIT License
216 stars 20 forks source link

fix: use stable release version of pydantic #15

Closed JensRoland closed 2 months ago

JensRoland commented 2 months ago

Ran into the error:

TypeError: _eval_type() got an unexpected keyword argument 'type_params'

The error did not seem to have anything to do with Moatless Tools at all but some internal issue with Pydantic 2.8.0b1, which is a pre-release. Downgrading to the latest stable release seems to fix the issue.