Dependencies of Libraries

I have created a library with the following 3 package dependencies.
image

If I move this to my Orchestrator and include it in another project with lower package versions, the dependencies are not resolved.

image

How can I include the library without upgrading the packages in the project?

@Michael123
give a try on your library project by defining the lowest applicable version within the runtime rule
grafik

Please refer below answer.

It is highly recommended for libraries and processes to use the same versions of dependencies, or within a difference of minor package updates, to avoid running into breaking changes. This is a best practice of developing and reusing libraries.

Useful references:

https://docs.uipath.com/studio/v2019-fastTrack/docs/managing-dependencies