-
Notifications
You must be signed in to change notification settings - Fork 3
Commit c48fdd7
authored
Update dependency me.kpavlov.langchain4j.kotlin:langchain4j-kotlin to v0.1.8 (#80)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[me.kpavlov.langchain4j.kotlin:langchain4j-kotlin](https://redirect.github.com/kpavlov/langchain4j-kotlin)
| `0.1.7` -> `0.1.8` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>kpavlov/langchain4j-kotlin
(me.kpavlov.langchain4j.kotlin:langchain4j-kotlin)</summary>
###
[`v0.1.8`](https://redirect.github.com/kpavlov/langchain4j-kotlin/releases/tag/v0.1.8)
[Compare
Source](https://redirect.github.com/kpavlov/langchain4j-kotlin/compare/v0.1.7...v0.1.8)
#### What's Changed
- [Add AI Mock support, improve integration
tests](https://redirect.github.com/kpavlov/langchain4j-kotlin/pull/76/commits/f049a48e291b67b2c451a14b47409aa3f987f377):
Integrated AI Mock library to enable OpenAI API mocking for tests.
Refactored testing utilities and added `TestSetup` for better test
configuration. Enhanced mock verification and added error handling for
streaming chat model tests.
- Update langchain4j.version to v1.0.0-beta1 by
[@​renovate](https://redirect.github.com/renovate) in
[https://github.com/kpavlov/langchain4j-kotlin/pull/76](https://redirect.github.com/kpavlov/langchain4j-kotlin/pull/76)
- Update dependency org.openrewrite.maven:rewrite-maven-plugin to v6.0.1
by [@​renovate](https://redirect.github.com/renovate) in
[https://github.com/kpavlov/langchain4j-kotlin/pull/70](https://redirect.github.com/kpavlov/langchain4j-kotlin/pull/70)
- Update dependency org.openrewrite.maven:rewrite-maven-plugin to v6.0.2
by [@​renovate](https://redirect.github.com/renovate) in
[https://github.com/kpavlov/langchain4j-kotlin/pull/71](https://redirect.github.com/kpavlov/langchain4j-kotlin/pull/71)
- Update dependency org.openrewrite.maven:rewrite-maven-plugin to v6.0.3
by [@​renovate](https://redirect.github.com/renovate) in
[https://github.com/kpavlov/langchain4j-kotlin/pull/72](https://redirect.github.com/kpavlov/langchain4j-kotlin/pull/72)
- Update dependency org.openrewrite.maven:rewrite-maven-plugin to v6.0.4
by [@​renovate](https://redirect.github.com/renovate) in
[https://github.com/kpavlov/langchain4j-kotlin/pull/73](https://redirect.github.com/kpavlov/langchain4j-kotlin/pull/73)
- Update dependency org.openrewrite.maven:rewrite-maven-plugin to v6.0.5
by [@​renovate](https://redirect.github.com/renovate) in
[https://github.com/kpavlov/langchain4j-kotlin/pull/74](https://redirect.github.com/kpavlov/langchain4j-kotlin/pull/74)
- Update dependency org.jetbrains.kotlin:kotlin-bom to v2.1.10 by
[@​renovate](https://redirect.github.com/renovate) in
[https://github.com/kpavlov/langchain4j-kotlin/pull/75](https://redirect.github.com/kpavlov/langchain4j-kotlin/pull/75)
**Full Changelog**:
v0.1.7...v0.1.8
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/kpavlov/langchain4j-kotlin).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 67ea9db commit c48fdd7Copy full SHA for c48fdd7
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedFilter options
- samples
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
| 24 | + | |
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
|
0 commit comments