-
Notifications
You must be signed in to change notification settings - Fork 3.8k
release: 1.55.3 #1905
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
Merged
stainless-app
merged 2 commits into
main
from
release-please--branches--main--changes--next
Nov 28, 2024
Merged
release: 1.55.3 #1905
stainless-app
merged 2 commits into
main
from
release-please--branches--main--changes--next
Nov 28, 2024
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Nov 28, 2024
schnerd
approved these changes
Nov 28, 2024
🤖 Release is at https://github.com/openai/openai-python/releases/tag/v1.55.3 🌻 |
This was referenced Dec 2, 2024
4 tasks
mscolnick
pushed a commit
to marimo-team/marimo
that referenced
this pull request
Jan 8, 2025
## 📝 Summary The minimum version requirement ensures compatibility with httpx>=0.28.0, specifically around the 'proxies' kwarg handling that was fixed in openai 1.55.3. Earlier versions of openai conflict with httpx>=0.28.0. See: openai/openai-python#1902 openai/openai-python#1905 ## 📋 Checklist - [x] I have read the [contributor guidelines](https://github.com/marimo-team/marimo/blob/main/CONTRIBUTING.md). - [x] For large changes, or changes that affect the public API: this change was discussed or approved through an issue, on [Discord](https://marimo.io/discord?ref=pr), or the community [discussions](https://github.com/marimo-team/marimo/discussions) (Please provide a link if applicable). - [x] I have added tests for the changes made. - [x] I have run the code and verified that it works as expected. ## 📜 Reviewers <!-- Tag potential reviewers from the community or maintainers who might be interested in reviewing this pull request. Your PR will be reviewed more quickly if you can figure out the right person to tag with @ --> @akshayka OR @mscolnick
davidxia
added a commit
to davidxia/modal-examples
that referenced
this pull request
Apr 26, 2025
The suggested 1.13.3 is incompatible with httpx 0.28.0 and higher. With Python 3.13.3, my `pip install openai==1.13.3` installed httpx 0.28.1. Then `python openai_compatible/client.py` failed with `TypeError: Client.__init__() got an unexpected keyword argument 'proxies'`. This is a bug in older versions of openai. It was first reported in openai/openai-python#1902 and fixed in openai/openai-python#1905 `pip install openai==1.76.0 && python openai_compatible/client.py` worked. Signed-off-by: David Xia <[email protected]>
13 tasks
charlesfrye
pushed a commit
to modal-labs/modal-examples
that referenced
this pull request
Apr 30, 2025
The suggested 1.13.3 is incompatible with httpx 0.28.0 and higher. With Python 3.13.3, my `pip install openai==1.13.3` installed httpx 0.28.1. Then `python openai_compatible/client.py` failed with `TypeError: Client.__init__() got an unexpected keyword argument 'proxies'`. This is a bug in older versions of openai. It was first reported in openai/openai-python#1902 and fixed in openai/openai-python#1905 `pip install openai==1.76.0 && python openai_compatible/client.py` worked. Signed-off-by: David Xia <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Automated Release PR
1.55.3 (2024-11-28)
Full Changelog: v1.55.2...v1.55.3
Bug Fixes
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