Skip to content

Commit b4a80f6

Browse files
kpavlovKonstantin Pavlov
andauthored
Update langchain4j version to 0.36.2 (#31)
This pull request includes an update to the `langchain4j` library version in the `pom.xml` file. Dependencies update: * [`pom.xml`](diffhunk://#diff-9c5fb3d1b7e3b0f54bc5c4182965c4fe1f9023d449017cece3005d3f90e8e4d8L57-R57): Updated `langchain4j` version from `0.36.1` to `0.36.2`. --------- Co-authored-by: Konstantin Pavlov <{ID}+{username}@users.noreply.github.com>
1 parent e35b78b commit b4a80f6

File tree

2 files changed

+21
-9
lines changed

2 files changed

+21
-9
lines changed

langchain4j-kotlin/notebooks/lc4kNotebook.ipynb

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,31 +8,31 @@
88
{
99
"metadata": {
1010
"ExecuteTime": {
11-
"end_time": "2024-11-13T22:06:53.575508Z",
12-
"start_time": "2024-11-13T22:06:53.416656Z"
11+
"end_time": "2024-11-22T05:39:35.370383Z",
12+
"start_time": "2024-11-22T05:39:35.118075Z"
1313
}
1414
},
1515
"cell_type": "code",
1616
"source": [
1717
"%useLatestDescriptors\n",
1818
"%use coroutines\n",
1919
"\n",
20-
"@file:DependsOn(\"dev.langchain4j:langchain4j:0.36.0\")\n",
21-
"@file:DependsOn(\"dev.langchain4j:langchain4j-open-ai:0.36.0\")\n",
20+
"@file:DependsOn(\"dev.langchain4j:langchain4j:0.36.2\")\n",
21+
"@file:DependsOn(\"dev.langchain4j:langchain4j-open-ai:0.36.2\")\n",
2222
"\n",
2323
"// add maven dependency\n",
2424
"@file:DependsOn(\"me.kpavlov.langchain4j.kotlin:langchain4j-kotlin:0.1.1\")\n",
2525
"// ... or add project's target/classes to classpath\n",
2626
"//@file:DependsOn(\"../target/classes\")"
2727
],
2828
"outputs": [],
29-
"execution_count": 13
29+
"execution_count": 5
3030
},
3131
{
3232
"metadata": {
3333
"ExecuteTime": {
34-
"end_time": "2024-11-13T22:06:54.840954Z",
35-
"start_time": "2024-11-13T22:06:53.578200Z"
34+
"end_time": "2024-11-22T05:39:31.262632Z",
35+
"start_time": "2024-11-22T05:39:29.397246Z"
3636
}
3737
},
3838
"cell_type": "code",
@@ -72,7 +72,19 @@
7272
]
7373
}
7474
],
75-
"execution_count": 14
75+
"execution_count": 3
76+
},
77+
{
78+
"metadata": {
79+
"ExecuteTime": {
80+
"end_time": "2024-11-22T05:39:31.268817Z",
81+
"start_time": "2024-11-22T05:39:31.267196Z"
82+
}
83+
},
84+
"cell_type": "code",
85+
"source": "",
86+
"outputs": [],
87+
"execution_count": null
7688
}
7789
],
7890
"metadata": {

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<finchly.version>0.1.1</finchly.version>
5555
<junit.version>5.11.3</junit.version>
5656
<kotlinx.version>1.9.0</kotlinx.version>
57-
<langchain4j.version>0.36.1</langchain4j.version>
57+
<langchain4j.version>0.36.2</langchain4j.version>
5858
<mockito-kotlin.version>5.4.0</mockito-kotlin.version>
5959
<mockito.version>5.14.2</mockito.version>
6060
<slf4j.version>2.0.16</slf4j.version>

0 commit comments

Comments
 (0)