From ca43a37567861f5ab312751c156b2a57c5e734f2 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 11 Sep 2024 09:53:13 -0700 Subject: [PATCH] copy --- aider/website/docs/troubleshooting/imports.md | 3 +++ 1 file changed, 3 insertions(+) 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.