File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -208,8 +208,10 @@ def __init__(
208
208
username = connection_args .get ("username" )
209
209
password = connection_args .get ("password" )
210
210
211
- conn_str = f"DATABASE={ database } ;hostname={ host } ;port={ port } ;"
212
- f"uid={ username } ;pwd={ password } ;"
211
+ conn_str = (
212
+ f"DATABASE={ database } ;hostname={ host } ;port={ port } ;"
213
+ f"uid={ username } ;pwd={ password } ;"
214
+ )
213
215
214
216
if "security" in connection_args :
215
217
security = connection_args .get ("security" )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
4
5
5
[tool .poetry ]
6
6
name = " langchain-db2"
7
- version = " 0.1.4 "
7
+ version = " 0.1.5 "
8
8
description = " An integration package connecting Db2 vector store and LangChain"
9
9
authors = [" IBM" ]
10
10
readme = " README.md"
You can’t perform that action at this time.
0 commit comments