Skip to content

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

Conversation

stainless-app[bot]
Copy link
Contributor

@stainless-app stainless-app bot commented Feb 13, 2025

Automated Release PR

4.85.1 (2025-02-14)

Full Changelog: v4.85.0...v4.85.1

Bug Fixes

Chores

  • internal: add missing return type annotation (#1334) (53e0856)

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

@stainless-app stainless-app bot requested a review from a team as a code owner February 13, 2025 22:38
@stainless-app stainless-app bot force-pushed the release-please--branches--master--changes--next--components--openai branch from dec395e to 647ba7a Compare February 14, 2025 05:06
@stainless-app stainless-app bot enabled auto-merge (rebase) February 14, 2025 05:07
@stainless-app stainless-app bot force-pushed the release-please--branches--master--changes--next--components--openai branch 2 times, most recently from e033b9f to 912b6dd Compare February 14, 2025 10:24
@yassinedorbozgithub
Copy link

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 :
This import is not working in the latest version 4.85.0

import { ChatCompletionCreateParamsBase } from 'openai/resources/chat/completions';

Fixed after an update of the import
import { ChatCompletionCreateParamsBase } from 'openai/resources/chat/completions/completions';

@stainless-app stainless-app bot force-pushed the release-please--branches--master--changes--next--components--openai branch from 24534e2 to 4aa3193 Compare February 14, 2025 10:29
@RobertCraigie
Copy link
Collaborator

Are you using the version in this PR? This should fix the import issue in v4.85.0

@stainless-app stainless-app bot force-pushed the release-please--branches--master--changes--next--components--openai branch from 60ebd9f to 506c1a6 Compare February 14, 2025 10:31
@yassinedorbozgithub
Copy link

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
import { ChatCompletionCreateParamsBase } from 'openai/resources/chat/completions/completions';

@RobertCraigie
Copy link
Collaborator

Yes this version with a fix hasn't been released yet, I was asking if you had tried installing from this branch.

@stainless-app stainless-app bot merged commit 212710d into master Feb 14, 2025
4 checks passed
Copy link
Contributor Author

stainless-app bot commented Feb 14, 2025

@yassinedorbozgithub
Copy link

yassinedorbozgithub commented Feb 15, 2025

Yes this version with a fix hasn't been released yet, I was asking if you had tried installing from this branch.

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 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants