We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a27a1b6 commit 2065c3eCopy full SHA for 2065c3e
1 file changed
veryfi/client_base.py
@@ -42,7 +42,7 @@ def _get_headers(self) -> Dict:
42
:return: Dictionary with headers
43
"""
44
final_headers = {
45
- "User-Agent": "Python Veryfi-Python/3.4.1",
+ "User-Agent": "Python Veryfi-Python/4.0.0",
46
"Accept": "application/json",
47
"Content-Type": "application/json",
48
"Client-Id": self.client_id,
0 commit comments