Hello, would it be possible to split Python SDK and CLI app projects so that there is a lower probability that SDK clashes with some other projects because of CLI only library? If not, would it be possible to not put such strict requirements on the rich library?
Hello, would it be possible to split Python SDK and CLI app projects so that there is a lower probability that SDK clashes with some other projects because of CLI only library? If not, would it be possible to not put such strict requirements on the
richlibrary?