Skip to content

Commit df582d9

Browse files
committed
Update User-Agent in AsyncHTTPClient to version 0.5.5
1 parent 1f511ae commit df582d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

recallrai/utils/async_http_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ async def _ensure_client(self):
8686
"X-Recallr-Project-Id": self.project_id,
8787
"Content-Type": "application/json",
8888
"Accept": "application/json",
89-
"User-Agent": f"RecallrAI-Python-SDK/0.3.2",
89+
"User-Agent": f"RecallrAI-Python-SDK/0.5.5",
9090
},
9191
)
9292

0 commit comments

Comments
 (0)