DeprecationWarning - When will this be fixed?

The API Developers among us will certainly know the warning message

[DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)

Some quick investigating points at the OpenAI API which is still using the punycode module which is runtime deprecated as of Node 21.0.0.

I wonder when this will be fixed?

1 Like