Skip to content

Commit 2065c3e

Browse files
committed
new version
1 parent a27a1b6 commit 2065c3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

veryfi/client_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def _get_headers(self) -> Dict:
4242
:return: Dictionary with headers
4343
"""
4444
final_headers = {
45-
"User-Agent": "Python Veryfi-Python/3.4.1",
45+
"User-Agent": "Python Veryfi-Python/4.0.0",
4646
"Accept": "application/json",
4747
"Content-Type": "application/json",
4848
"Client-Id": self.client_id,

0 commit comments

Comments
 (0)