Python activity with Typescript worker?

Hi everyone!

Currently, we have a setup that uses a pure TS worker and activities, but for a new activity, it seems like we’ll need to use python (for library support). Is there a straightforward procedure for implementing a change like this? Would this require setting up a separate Python worker and task-queue to handle this, and how would the data get sent between the workers in that case?

Thanks so much for the help!