-
Notifications
You must be signed in to change notification settings - Fork 863
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.14.1 #404
release: 4.14.1 #404
Conversation
@@ -21,7 +21,7 @@ You can import in Deno via: | |||
<!-- x-release-please-start-version --> | |||
|
|||
```ts | |||
import OpenAI from 'https://raw.githubusercontent.com/openai/openai-node/v4.13.0-deno/mod.ts'; | |||
import OpenAI from 'https://raw.githubusercontent.com/openai/openai-node/v4.14.0-deno/mod.ts'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@RobertCraigie should this be 4.14.1
given that's the release number for this PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, let me change this to use esm.sh…
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Upon further investigation, we're just going to remove "direct" Deno support and have users import OpenAI from "npm:openai"
instead, which is much less error-prone, since Deno Deploy launched support for this last month. That change should land tomorrow and we can hold on this PR until then.
36d02eb
to
3a6dba0
Compare
0ed17be
to
986b0bb
Compare
🤖 Release is at https://github.com/openai/openai-node/releases/tag/v4.14.1 🌻 |
Automated Release PR
4.14.1 (2023-10-27)
Full Changelog: v4.14.0...v4.14.1
Bug Fixes
Chores
This Pull Request has been generated automatically as part of Stainless's release process.
For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request (see details).
More technical details can be found at stainless-api/release-please.