-
-
Notifications
You must be signed in to change notification settings - Fork 372
Closed
Description
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
- Install the gem with RUby 3.4
- Enable warnings with
Warning[:deprecated] = true
- Run any code
Expected behavior
No warnings.
Desktop (please complete the following information):
- OS: MacOS
- Version 15.2
I believe we'll need to remove the compatibility module to support 3.5 eventually.
alexrudall
Metadata
Metadata
Assignees
Labels
No labels