Skip to content

Commit

Permalink
update v0.2 to latest docs links (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis authored Oct 1, 2024
1 parent 3e84644 commit 900c6df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,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.2/docs/security/"
"https://python.langchain.com/docs/security/"
)
try:
if engine == "modin":
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,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.2/docs/security/"
"https://python.langchain.com/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 @@ -66,7 +66,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.2/docs/security/"
"https://python.langchain.com/docs/security/"
)

try:
Expand Down

0 comments on commit 900c6df

Please sign in to comment.