We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6a6744 commit c3d0905Copy full SHA for c3d0905
1 file changed
src/uipath_llm_client/utils/ssl_config.py
@@ -34,7 +34,7 @@ def create_ssl_context():
34
)
35
36
37
-def get_httpx_client_kwargs() -> dict[str, Any]:
+def get_httpx_ssl_client_kwargs() -> dict[str, Any]:
38
"""Get standardized httpx client configuration."""
39
client_kwargs: dict[str, Any] = {"follow_redirects": True, "timeout": 30.0}
40
0 commit comments