Skip to content

Commit

Permalink
build: bump the langchain group across 1 directory with 3 updates (#1203
Browse files Browse the repository at this point in the history
)

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]>
  • Loading branch information
dependabot[bot] and adamdougal authored Aug 2, 2024
1 parent b15a0fa commit 7c14de0
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ def test_post_makes_correct_call_to_get_conversation_log_search_index(
"Api-Key": app_config.get("AZURE_SEARCH_KEY"),
},
query_string="api-version=2023-10-01-Preview",
times=1,
times=2,
),
)

Expand Down Expand Up @@ -457,8 +457,13 @@ def test_post_makes_correct_call_to_create_documents_search_index(
"AZURE_SEARCH_SEMANTIC_SEARCH_CONFIG"
),
"prioritizedFields": {
"prioritizedContentFields":
[{"fieldName": app_config.get("AZURE_SEARCH_CONTENT_COLUMN")}]
"prioritizedContentFields": [
{
"fieldName": app_config.get(
"AZURE_SEARCH_CONTENT_COLUMN"
)
}
]
},
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def test_post_makes_correct_call_to_get_conversation_log_search_index(
"Api-Key": app_config.get("AZURE_SEARCH_KEY"),
},
query_string="api-version=2023-10-01-Preview",
times=1,
times=2,
),
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def test_post_makes_correct_call_to_get_search_index(
"Api-Key": app_config.get("AZURE_SEARCH_KEY"),
},
query_string="api-version=2023-10-01-Preview",
times=1,
times=2,
),
)

Expand Down
35 changes: 18 additions & 17 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ azure-storage-blob = "12.20.0"
azure-identity = "1.17.1"
flask = {extras = ["async"], version = "^3.0.3"}
openai = "1.37.1"
langchain = "0.2.7"
langchain-community = "0.2.7"
langchain-openai = "0.1.16"
langchain = "0.2.12"
langchain-community = "0.2.10"
langchain-openai = "0.1.20"
requests = "2.32.3"
tiktoken = "0.7.0"
azure-storage-queue = "12.11.0"
Expand Down

0 comments on commit 7c14de0

Please sign in to comment.