Skip to content

Commit

Permalink
experimental[patch]/docs[patch]: Update links to security docs (#22864)
Browse files Browse the repository at this point in the history
Minor update to newest version of security docs (content should be
identical).
  • Loading branch information
eyurtsev authored Jun 13, 2024
1 parent 8f7cc73 commit a766815
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/docs/how_to/tools_builtin.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"\n",
"When using 3rd party tools, make sure that you understand how the tool works, what permissions\n",
"it has. Read over its documentation and check if anything is required from you\n",
"from a security point of view. Please see our [security](https://python.langchain.com/v0.1/docs/security/) \n",
"from a security point of view. Please see our [security](https://python.langchain.com/v0.2/docs/security/) \n",
"guidelines for more information.\n",
"\n",
":::\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ def create_pandas_dataframe_agent(
"doc-string of this function. You must opt-in to use this functionality "
"by setting allow_dangerous_code=True."
"For general security guidelines, please see: "
"https://python.langchain.com/v0.1/docs/security/"
"https://python.langchain.com/v0.2/docs/security/"
)
try:
if engine == "modin":
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def create_spark_dataframe_agent(
"doc-string of this function. You must opt-in to use this functionality "
"by setting allow_dangerous_code=True."
"For general security guidelines, please see: "
"https://python.langchain.com/v0.1/docs/security/"
"https://python.langchain.com/v0.2/docs/security/"
)

if not _validate_spark_df(df) and not _validate_spark_connect_df(df):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def create_xorbits_agent(
"doc-string of this function. You must opt-in to use this functionality "
"by setting allow_dangerous_code=True."
"For general security guidelines, please see: "
"https://python.langchain.com/v0.1/docs/security/"
"https://python.langchain.com/v0.2/docs/security/"
)

try:
Expand Down

0 comments on commit a766815

Please sign in to comment.