File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
instrumentation/openai/openai-java-1.1 Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 66 pass {
77 group.set(" com.openai" )
88 module.set(" openai-java" )
9- versions.set(" [1.1.0,)" )
9+ versions.set(" [1.1.0,3 )" )
1010 // TODO: assertInverse after completing instrumentation
1111 }
1212}
@@ -19,6 +19,8 @@ dependencies {
1919 library(" com.openai:openai-java:1.1.0" )
2020
2121 testImplementation(project(" :instrumentation:openai:openai-java-1.1:testing" ))
22+
23+ latestDepTestLibrary(" com.openai:openai-java:2.+" )
2224}
2325
2426tasks {
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ dependencies {
77 library(" com.openai:openai-java:1.1.0" )
88
99 testImplementation(project(" :instrumentation:openai:openai-java-1.1:testing" ))
10+
11+ latestDepTestLibrary(" com.openai:openai-java:2.+" )
1012}
1113
1214tasks {
You can’t perform that action at this time.
0 commit comments