Skip to content

Commit 208793a

Browse files
committed
test: test version change required
1 parent f2595df commit 208793a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/uipath_langchain/middlewares.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,7 @@ def register_middleware():
88
"""This function will be called by the entry point system when uipath_langchain is installed"""
99
Middlewares.register("init", langgraph_init_middleware)
1010
Middlewares.register("new", langgraph_new_middleware)
11+
12+
13+
if __name__ == "__main__":
14+
pass

0 commit comments

Comments
 (0)