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
Describe the bug When running this gem with RUby 3.4 I get the following warning:
/.asdf/installs/ruby/3.4.1/lib/ruby/gems/3.4.0/gems/ruby-openai-7.3.1/lib/openai/compatibility.rb:1: warning: ::Ruby is reserved for Ruby 3.5
To Reproduce
Warning[:deprecated] = true
Expected behavior No warnings.
Desktop (please complete the following information):
I believe we'll need to remove the compatibility module to support 3.5 eventually.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When running this gem with RUby 3.4 I get the following warning:
To Reproduce
Warning[:deprecated] = true
Expected behavior
No warnings.
Desktop (please complete the following information):
I believe we'll need to remove the compatibility module to support 3.5 eventually.
The text was updated successfully, but these errors were encountered: