Skip to content

Commit

Permalink
Bump io.github.stefanbratanov:jvm-openai from 0.9.3 to 0.10.0 (#11680)
Browse files Browse the repository at this point in the history
Bumps [io.github.stefanbratanov:jvm-openai](https://github.com/StefanBratanov/jvm-openai) from 0.9.3 to 0.10.0.
- [Release notes](https://github.com/StefanBratanov/jvm-openai/releases)
- [Commits](StefanBratanov/jvm-openai@v0.9.3...v0.10.0)

---
updated-dependencies:
- dependency-name: io.github.stefanbratanov:jvm-openai
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 26, 2024
1 parent dbbf9c2 commit fb91231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ dependencies {
implementation 'ai.djl:api:0.29.0'
implementation 'ai.djl.pytorch:pytorch-model-zoo:0.29.0'
implementation 'ai.djl.huggingface:tokenizers:0.29.0'
implementation 'io.github.stefanbratanov:jvm-openai:0.9.3'
implementation 'io.github.stefanbratanov:jvm-openai:0.10.0'
// openai depends on okhttp, which needs kotlin - see https://github.com/square/okhttp/issues/5299 for details
implementation ('com.squareup.okhttp3:okhttp:4.12.0') {
exclude group: 'org.jetbrains.kotlin', module: 'kotlin-stdlib-jdk8'
Expand Down

0 comments on commit fb91231

Please sign in to comment.