File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -18,3 +18,7 @@ updates:
18
18
directory : " libs/langgraph-checkpoint-mongodb"
19
19
schedule :
20
20
interval : " weekly"
21
+ - package-ecosystem : " pip"
22
+ directory : " libs/langgraph-store-mongodb"
23
+ schedule :
24
+ interval : " weekly"
Original file line number Diff line number Diff line change 15
15
options :
16
16
- libs/langchain-mongodb
17
17
- libs/langgraph-checkpoint-mongodb
18
+ - libs/langgraph-store-mongodb
18
19
default : libs/langchain-mongodb
19
20
description : " From which folder this pipeline executes"
20
21
@@ -140,8 +141,8 @@ jobs:
140
141
141
142
# For langchain-mongodb, replace dashes in the package name with underscores.
142
143
IMPORT_NAME="${PKG_NAME//-/_}"
143
- # If " langgraph-checkpoint-mongodb" , it's a namespace package => /-/.
144
- [[ "$PKG_NAME" == " langgraph-checkpoint-mongodb" ]] && IMPORT_NAME="${PKG_NAME//-/.}"
144
+ # If langgraph* , it's a namespace package => /-/.
145
+ [[ "$PKG_NAME" == langgraph* ]] && IMPORT_NAME="${PKG_NAME//-/.}"
145
146
146
147
uv run python -c "import $IMPORT_NAME; print(dir($IMPORT_NAME))"
147
148
You can’t perform that action at this time.
0 commit comments