We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af5cd9c commit 675f813Copy full SHA for 675f813
openai-java-core/src/main/kotlin/com/openai/core/Check.kt
@@ -62,7 +62,7 @@ internal fun checkJacksonVersionCompatibility() {
62
}
63
check(incompatibleJacksonVersions.isEmpty()) {
64
"""
65
-This SDK depends on Jackson version $MINIMUM_JACKSON_VERSION, but the following incompatible Jackson versions were detected at runtime:
+This SDK requires a minimum Jackson version of $MINIMUM_JACKSON_VERSION, but the following incompatible Jackson versions were detected at runtime:
66
67
${incompatibleJacksonVersions.asSequence().map { (version, incompatibilityReason) ->
68
"- `${version.toFullString().replace("/", ":")}` ($incompatibilityReason)"
0 commit comments