diff --git a/aider/website/docs/troubleshooting/imports.md b/aider/website/docs/troubleshooting/imports.md index 088e80916..6773cba76 100644 --- a/aider/website/docs/troubleshooting/imports.md +++ b/aider/website/docs/troubleshooting/imports.md @@ -35,6 +35,9 @@ aider uses. In particular, be careful with the packages with pinned versions noted at the end of [aider's requirements.in file](https://github.com/paul-gauthier/aider/blob/main/requirements/requirements.in). +These versions are pinned because aider is known not to work with the +latest versions of these libraries. + Also be wary of upgrading `litellm`, as it changes versions frequently and sometimes introduces bugs or backwards incompatible changes.