Hi, I have a dependency in my project that started using undici v7. Bun provides the v6 of undici when trying to import it, even if I explicitly install v7. It looks like its just hard-coded? Although I couldn't find anything about it in the docs.
How can I install and use undici v7? After installing it with bun i I still get the old version when importing it.
Thank you!