Replies: 4 comments 3 replies
-
|
Hey, @jtmuller5. you're on fire today! Thanks for jumping in. I think Dart dependency overrides can fix this issue w/o changing dartantic. However, ideally @davidmigloz wouldn't make breaking changes w/o bumping the major version number (or the minor version number of the major version number is 0). What do you think, David? |
Beta Was this translation helpful? Give feedback.
-
|
This may be a non issue. After shuffling my dependencies a bit and running |
Beta Was this translation helpful? Give feedback.
-
|
and to be clear, I asked @davidmigloz to make that parameter nullable. I just have to move dartantic to that new version. |
Beta Was this translation helpful? Give feedback.
-
|
fixed with dartantic_ai 1.0.4 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In the latest version (0.5.3) of the openai_dart package, they made a change that causes dartantic_ai not to work. This is because dartantic_ai is using "^0.5.2" for the openai_dart version which allows newer versions to be used automatically.
What are your thoughts on pinning some of the more unstable dependencies to version that work and updating them whenever there's a new dartantic_ai version?
I ended up forking and pinning the openai_dart package to version 0.5.2 if anyone is running into this issue:
Easier solution
Beta Was this translation helpful? Give feedback.
All reactions