Skip to content

Commit c1e1e4d

Browse files
Update client_wrapper.py
1 parent 442326d commit c1e1e4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/anduril/core/client_wrapper.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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": "anduril-lattice-sdk/4.0.0",
25+
"User-Agent": "anduril-lattice-sdk/3.0.0",
2626
"X-Fern-Language": "Python",
2727
"X-Fern-SDK-Name": "anduril-lattice-sdk",
28-
"X-Fern-SDK-Version": "4.0.0",
28+
"X-Fern-SDK-Version": "3.0.0",
2929
**(self.get_custom_headers() or {}),
3030
}
3131
token = self._get_token()

0 commit comments

Comments
 (0)