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
When using the openai package in my Node.js project, I encounter the following deprecation warning:
After investigating, I found that the openai package relies on [email protected], which in turn depends on [email protected]. The whatwg-url package is causing the warning as it depends on the deprecated punycode module.
To Reproduce
Install openai@latest in a Node.js project.
Run any script importing the openai package.
Observe the deprecation warning related to punycode.
Code snippets
No response
OS
Fedora
Node version
22.11.0
Library version
4.73.1
The text was updated successfully, but these errors were encountered:
Describe the bug
When using the openai package in my Node.js project, I encounter the following deprecation warning:
After investigating, I found that the openai package relies on [email protected], which in turn depends on [email protected]. The whatwg-url package is causing the warning as it depends on the deprecated punycode module.
To Reproduce
Install openai@latest in a Node.js project.
Run any script importing the openai package.
Observe the deprecation warning related to punycode.
Code snippets
No response
OS
Fedora
Node version
22.11.0
Library version
4.73.1
The text was updated successfully, but these errors were encountered: