Skip to content
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

Add support for OpenAI 1.55 #67

Closed
Nardol opened this issue Nov 29, 2024 · 3 comments · Fixed by #68
Closed

Add support for OpenAI 1.55 #67

Nardol opened this issue Nov 29, 2024 · 3 comments · Fixed by #68
Assignees
Labels
e0 🌵 Low effort i1 ⚡️ Medium impact

Comments

@Nardol
Copy link

Nardol commented Nov 29, 2024

OpenAI 1.55 fix an issue with latest version of httpx.
Could it be possible to also support this version and publish a new release?

@mharrisb1
Copy link
Owner

Thanks for creating the issue. Looks like RESPX needs to also be updated to support HTTX 0.28. Looking for this PR to be merged lundberg/respx#278

@mharrisb1 mharrisb1 linked a pull request Nov 29, 2024 that will close this issue
@mharrisb1 mharrisb1 self-assigned this Nov 29, 2024
@mharrisb1 mharrisb1 added e0 🌵 Low effort i1 ⚡️ Medium impact labels Nov 29, 2024
@github-project-automation github-project-automation bot moved this from In Progress to Done in openai-responses-python Nov 29, 2024
@mharrisb1
Copy link
Owner

In the meantime, I've added a release candidate for this fix that you can use instead of pulling from PyPi.

# poetry
poetry add git+https://github.com/mharrisb1/openai-responses-python#v0.11.3-rc1

# pip
pip install git+https://github.com/mharrisb1/openai-responses-python#v0.11.3-rc1

@mharrisb1 mharrisb1 reopened this Nov 29, 2024
@mharrisb1
Copy link
Owner

#68 fully closes this issue.

Release 0.11.3 now available in PyPI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
e0 🌵 Low effort i1 ⚡️ Medium impact
Projects
Development

Successfully merging a pull request may close this issue.

2 participants