You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Confirm this is a Node library issue and not an underlying OpenAI API issue
This is an issue with the Node library
Describe the bug
Hello,
I've encountered a deprecation warning in my project that appears to be originating from this library. When running my Next.js application, the following deprecation warning is emitted:
(node:14106) [DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead.
When removing the OpenAI dependency, the warning is gone.
To Reproduce
Add the openai dependency: import OpenAI from "openai"
Run next build
Code snippets
No response
OS
macOS
Node version
v21.7.1
Library version
4.32.0
The text was updated successfully, but these errors were encountered:
Confirm this is a Node library issue and not an underlying OpenAI API issue
Describe the bug
Hello,
I've encountered a deprecation warning in my project that appears to be originating from this library. When running my Next.js application, the following deprecation warning is emitted:
(node:14106) [DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead.
When removing the OpenAI dependency, the warning is gone.
To Reproduce
import OpenAI from "openai"
next build
Code snippets
No response
OS
macOS
Node version
v21.7.1
Library version
4.32.0
The text was updated successfully, but these errors were encountered: