Skip to content

Commit 7c14de0

Browse files
build: bump the langchain group across 1 directory with 3 updates (#1203)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Adam Dougal <[email protected]>
1 parent b15a0fa commit 7c14de0

File tree

5 files changed

+31
-25
lines changed

5 files changed

+31
-25
lines changed

code/tests/functional/tests/backend_api/default/test_conversation.py

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ def test_post_makes_correct_call_to_get_conversation_log_search_index(
223223
"Api-Key": app_config.get("AZURE_SEARCH_KEY"),
224224
},
225225
query_string="api-version=2023-10-01-Preview",
226-
times=1,
226+
times=2,
227227
),
228228
)
229229

@@ -457,8 +457,13 @@ def test_post_makes_correct_call_to_create_documents_search_index(
457457
"AZURE_SEARCH_SEMANTIC_SEARCH_CONFIG"
458458
),
459459
"prioritizedFields": {
460-
"prioritizedContentFields":
461-
[{"fieldName": app_config.get("AZURE_SEARCH_CONTENT_COLUMN")}]
460+
"prioritizedContentFields": [
461+
{
462+
"fieldName": app_config.get(
463+
"AZURE_SEARCH_CONTENT_COLUMN"
464+
)
465+
}
466+
]
462467
},
463468
}
464469
]

code/tests/functional/tests/backend_api/integrated_vectorization_custom_conversation/test_iv_question_answer_tool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def test_post_makes_correct_call_to_get_conversation_log_search_index(
131131
"Api-Key": app_config.get("AZURE_SEARCH_KEY"),
132132
},
133133
query_string="api-version=2023-10-01-Preview",
134-
times=1,
134+
times=2,
135135
),
136136
)
137137

code/tests/functional/tests/backend_api/sk_orchestrator/test_response_without_tool_call.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def test_post_makes_correct_call_to_get_search_index(
102102
"Api-Key": app_config.get("AZURE_SEARCH_KEY"),
103103
},
104104
query_string="api-version=2023-10-01-Preview",
105-
times=1,
105+
times=2,
106106
),
107107
)
108108

poetry.lock

Lines changed: 18 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ azure-storage-blob = "12.20.0"
1818
azure-identity = "1.17.1"
1919
flask = {extras = ["async"], version = "^3.0.3"}
2020
openai = "1.37.1"
21-
langchain = "0.2.7"
22-
langchain-community = "0.2.7"
23-
langchain-openai = "0.1.16"
21+
langchain = "0.2.12"
22+
langchain-community = "0.2.10"
23+
langchain-openai = "0.1.20"
2424
requests = "2.32.3"
2525
tiktoken = "0.7.0"
2626
azure-storage-queue = "12.11.0"

0 commit comments

Comments
 (0)