-
Notifications
You must be signed in to change notification settings - Fork 8
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
[Doc] Add SAP Cloud SDK version requirements #160
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How does 5.6.0 not break with the apache changes? The we are setting the http client version explicitly in the ai sdk, so how does this not clash?
Co-authored-by: Matthias Kuhr <52661546+MatKuhr@users.noreply.github.com>
If I see correctly, there is no explicit version. We just declare the dependency explicitly for code quality purposes, since we interact with the API directly. I.e. not make "enforcer" plugin angry.
Luckily, in AI SDK we are not using Apache API that was subject to changes over the minor version diff. |
Co-authored-by: Matthias Kuhr <52661546+MatKuhr@users.noreply.github.com>
Context
Related backlog item:
Related automatic testing:
Tested via