File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "browser-use-sdk"
33
44[tool .poetry ]
55name = " browser-use-sdk"
6- version = " 2.0.8 "
6+ version = " 2.0.9 "
77description = " The official Python library for the Browser Use API"
88readme = " README.md"
99authors = []
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ def __init__(
2222
2323 def get_headers (self ) -> typing .Dict [str , str ]:
2424 headers : typing .Dict [str , str ] = {
25- "User-Agent" : "browser-use-sdk/2.0.8 " ,
25+ "User-Agent" : "browser-use-sdk/2.0.9 " ,
2626 "X-Fern-Language" : "Python" ,
2727 "X-Fern-SDK-Name" : "browser-use-sdk" ,
28- "X-Fern-SDK-Version" : "2.0.8 " ,
28+ "X-Fern-SDK-Version" : "2.0.9 " ,
2929 ** (self .get_custom_headers () or {}),
3030 }
3131 headers ["X-Browser-Use-API-Key" ] = self .api_key
You can’t perform that action at this time.
0 commit comments