Disable automatic package updates

Hello everyone, who knows how to disable automatic update of packages, for example aiogram, I need it to be 2.25.1, but it is updated to version 3, how to do it?, and is this possible?


Привет всем, кто знает как отключить автоматическое обновление пакетов, например aiogram, мне нужно чтобы была 2.25.1, а она обновляется до 3 версии, как это сделать?, и возможно ли это?

Hi @Roman7451 !
Try entering disableGuessImports = true in your .replit file, right after the entrypoint line and see if that works.
If that doesn’t work, try usingdisableInstallBeforeRun = true.

3 Likes

Thanks, it works!!!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.