Skip to content

Commit fb14624

Browse files
committed
update user agent to 5.0.0
1 parent 2065c3e commit fb14624

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/4.0.0",
45+
"User-Agent": "Python Veryfi-Python/5.0.0",
4646
"Accept": "application/json",
4747
"Content-Type": "application/json",
4848
"Client-Id": self.client_id,

0 commit comments

Comments
 (0)