We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2065c3e commit fb14624Copy full SHA for fb14624
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/4.0.0",
+ "User-Agent": "Python Veryfi-Python/5.0.0",
46
"Accept": "application/json",
47
"Content-Type": "application/json",
48
"Client-Id": self.client_id,
0 commit comments