-
Notifications
You must be signed in to change notification settings - Fork 1.2k
release: 4.85.1 #1329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
release: 4.85.1 #1329
Conversation
dec395e
to
647ba7a
Compare
e033b9f
to
912b6dd
Compare
Hello my name is Yassine we are using openai npm package, and i notice a retro compatibility issue with the latest version hope to share with you the details : import { ChatCompletionCreateParamsBase } from 'openai/resources/chat/completions'; Fixed after an update of the import |
24534e2
to
4aa3193
Compare
Are you using the version in this PR? This should fix the import issue in v4.85.0 |
60ebd9f
to
506c1a6
Compare
We are using the openai v4.85.0 and this import is no more working import { ChatCompletionCreateParamsBase } from 'openai/resources/chat/completions'; Fixed after updating the import |
Yes this version with a fix hasn't been released yet, I was asking if you had tried installing from this branch. |
🤖 Release is at https://github.com/openai/openai-node/releases/tag/v4.85.1 🌻 |
Yes, the openai version 4.85.1 including the completions patch was fixing the reported issue all is good again in our Hexabot project. Thank you to your Team to be very fast to release this patch 🚀 |
Automated Release PR
4.85.1 (2025-02-14)
Full Changelog: v4.85.0...v4.85.1
Bug Fixes
Chores
This pull request is managed by Stainless's GitHub App.
The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.
For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.
🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions