minimaxir / simpleaichat

Python package for easily interfacing with chat apps, with robust features and minimal code complexity.
MIT License
3.47k stars 229 forks source link

Test Pydantic 2.0 to ensure nothing breaks #41

Closed minimaxir closed 1 year ago

minimaxir commented 1 year ago

https://twitter.com/pydantic/status/1674820177005887508

It shouldn't since simpleaichat doesn't do too many shenanigans.

If all good, then should pin pydantic>=2.0 for next version since it offers a performance increase all around.

minimaxir commented 1 year ago

Per the migration guide several field names have changed (with the current ones depreciated) so changes + pinning will be necessary. Will have to do a full PR.

minimaxir commented 1 year ago

Done