I'm working on a product for a client and I'm thinking about using plotly's dash package.
However, the client raised the concern that using packages could require frequent maintenance as the package develops by day and is updated regularly.
Is there a way to use the current version of a package and keep it the same way, in terms of its version? In other words, without having to update it? I mean sure, I can just refrain from updating the package, however, if methods become deprecated and replaced by others, they will stop working, right?