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:
1818 directory : " libs/langgraph-checkpoint-mongodb"
1919 schedule :
2020 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 1515 options :
1616 - libs/langchain-mongodb
1717 - libs/langgraph-checkpoint-mongodb
18+ - libs/langgraph-store-mongodb
1819 default : libs/langchain-mongodb
1920 description : " From which folder this pipeline executes"
2021
@@ -140,8 +141,8 @@ jobs:
140141
141142 # For langchain-mongodb, replace dashes in the package name with underscores.
142143 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//-/.}"
145146
146147 uv run python -c "import $IMPORT_NAME; print(dir($IMPORT_NAME))"
147148
You can’t perform that action at this time.
0 commit comments