Skip to content

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
merged 2 commits into from
Nov 28, 2024
Merged

Conversation

stainless-app[bot]
Copy link
Contributor

@stainless-app stainless-app bot commented Nov 28, 2024

Automated Release PR

1.55.3 (2024-11-28)

Full Changelog: v1.55.2...v1.55.3

Bug Fixes

  • client: compat with new httpx 0.28.0 release (#1904) (72b6c63)

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 merged commit 6974a98 into main Nov 28, 2024
2 checks passed
@stainless-app stainless-app bot deleted the release-please--branches--main--changes--next branch November 28, 2024 16:55
Copy link
Contributor Author

stainless-app bot commented Nov 28, 2024

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]>
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant