We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
jiter
Is it possible to make dependency on jiter optional? pydantic 1.x exists in rust-free version, and this project supports pydantic 1.9.x:
pydantic
openai-python/pyproject.toml
Line 12 in 7193688
It will be nice to avoid requiring Rust here.
Rust is a very heavy dependency to build. Also, it is not supported on a number of non-mainstream platforms, where Python 3.x works fine.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Confirm this is a feature request for the Python library and not the underlying OpenAI API.
Describe the feature or improvement you're requesting
Is it possible to make dependency on
jiter
optional?pydantic
1.x exists in rust-free version, and this project supportspydantic
1.9.x:openai-python/pyproject.toml
Line 12 in 7193688
It will be nice to avoid requiring Rust here.
Additional context
Rust is a very heavy dependency to build. Also, it is not supported on a number of non-mainstream platforms, where Python 3.x works fine.
The text was updated successfully, but these errors were encountered: