File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,10 @@ pytest-cov = "^4.1.0"
2727syrupy = " ^4.0.2"
2828pytest-asyncio = " ^0.23.2"
2929pytest-watcher = " ^0.3.4"
30- langchain-tests = " 0.3.12"
31- langchain = " ^0.3.7"
30+ langchain-tests = " ^0.3.12"
3231pytest-socket = " ^0.7.0"
32+ pytest-mock = " ^3.15.0"
33+ responses = " ^0.25.8"
3334
3435
3536[tool .poetry .group .codespell ]
Original file line number Diff line number Diff line change @@ -154,10 +154,6 @@ def test_generate_tgi(*args: Any) -> None:
154154@mock .patch (
155155 "ads.common.auth.default_signer" , return_value = dict (signer = mock .MagicMock ())
156156)
157- @mock .patch (
158- "langchain_oci.utilities.requests.Requests.apost" ,
159- mock .MagicMock (),
160- )
161157async def test_stream_async (* args : Any ) -> None :
162158 """Tests async streaming."""
163159 llm = OCIModelDeploymentTGI (
You can’t perform that action at this time.
0 commit comments