Skip to content

Commit 2947ea1

Browse files
chore(deps): update dependency langchain_core to v1.0.1 (#6417)
* chore(deps): update dependency langchain_core to v1.0.1 * Update renovate.json5 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Edouard Choinière <[email protected]>
1 parent 9aabbc2 commit 2947ea1

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.config/python/dev/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ termcolor==3.1.0
3535
urllib3==2.5.0
3636
webpreview==1.7.2
3737
yq==3.4.3
38-
langchain_core==1.0.0
38+
langchain_core==1.0.1
3939
langchain_anthropic==1.0.0
4040
langchain_deepseek==1.0.0
4141
langchain_google_genai==3.0.0

renovate.json5

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@
3131
schedule: [
3232
'before 4am on Friday',
3333
],
34+
matchUpdateTypes: [
35+
'digest',
36+
'patch',
37+
'minor',
38+
'major',
39+
],
3440
},
3541
{
3642
groupName: 'Roslynator',
@@ -64,10 +70,17 @@
6470
groupName: 'langchain',
6571
matchPackageNames: [
6672
'langchain_*',
73+
'langchain*',
6774
],
6875
schedule: [
6976
'before 3pm every 3 day',
7077
],
78+
matchUpdateTypes: [
79+
'digest',
80+
'patch',
81+
'minor',
82+
'major',
83+
],
7184
},
7285
{
7386
groupName: 'Salesforce packages',

0 commit comments

Comments
 (0)