<div dir="ltr">If I have a shared dependency between 2 packages but they have pinned different versions of a 3rd package, is there a way to override this?<div><br></div><div style>Most of the time when people pin a version they are doing it because they have tested up to that version, but it doesn't always mean they don't work with a later version.</div>
<div style><br></div><div style>For example:</div><div style><br></div><div style>P1:</div><div style>   sqlalchemy==0.7.6</div><div style><br></div><div style>P2:</div><div style>  sqlalchemy</div><div style><br></div><div style>
<br></div><div style>P3:</div><div style>   sqlalchemy==0.8</div><div style><br></div><div style><br></div><div style><br></div><div style>If I want to to override this for all packages and tell them its fine to just use 0.8.1 and ignore whatever they were pinned at, can I?</div>
<div style><br></div><div style><br></div></div>