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.
2 parents f76bba0 + 850e568 commit f7040b0Copy full SHA for f7040b0
NEWS.md
@@ -1,6 +1,6 @@
1
CHANGES
2
=======
3
-3.2.0
+3.4.0
4
-----
5
* Add support to add tags on existing documents
6
veryfi/client.py
@@ -61,7 +61,7 @@ def _get_headers(self) -> Dict:
61
:return: Dictionary with headers
62
"""
63
final_headers = {
64
- "User-Agent": "Python Veryfi-Python/3.2.0",
+ "User-Agent": "Python Veryfi-Python/3.4.0",
65
"Accept": "application/json",
66
"Content-Type": "application/json",
67
"Client-Id": self.client_id,
0 commit comments