Skip to content

Commit c3d0905

Browse files
committed
fix
1 parent b6a6744 commit c3d0905

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/uipath_llm_client/utils/ssl_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def create_ssl_context():
3434
)
3535

3636

37-
def get_httpx_client_kwargs() -> dict[str, Any]:
37+
def get_httpx_ssl_client_kwargs() -> dict[str, Any]:
3838
"""Get standardized httpx client configuration."""
3939
client_kwargs: dict[str, Any] = {"follow_redirects": True, "timeout": 30.0}
4040

0 commit comments

Comments
 (0)