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 c2e521c commit d447dc3Copy full SHA for d447dc3
src/onepasswordconnectsdk/config.py
@@ -23,7 +23,7 @@ class ClientConfig:
23
"""Configuration class for 1Password Connect client.
24
Inherits from httpx.BaseClient to support all httpx client options.
25
"""
26
- def __init__(self, cafile: Optional[str] = None, **kwargs):
+ def __init__(self, ca_file: Optional[str] = None, **kwargs):
27
"""Initialize client configuration
28
29
Args:
0 commit comments