Skip to content

Commit cea6c03

Browse files
Release 1.8.49
1 parent 8bc47e6 commit cea6c03

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "flagright"
33

44
[tool.poetry]
55
name = "flagright"
6-
version = "1.8.48"
6+
version = "1.8.49"
77
description = ""
88
readme = "README.md"
99
authors = []

src/flagright/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": "flagright/1.8.48",
25+
"User-Agent": "flagright/1.8.49",
2626
"X-Fern-Language": "Python",
2727
"X-Fern-SDK-Name": "flagright",
28-
"X-Fern-SDK-Version": "1.8.48",
28+
"X-Fern-SDK-Version": "1.8.49",
2929
**(self.get_custom_headers() or {}),
3030
}
3131
headers["x-api-key"] = self.api_key

src/flagright/types/currency_code.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"BAL",
5252
"BAM",
5353
"BAND",
54+
"BASE",
5455
"BAT",
5556
"BBD",
5657
"BCH",

0 commit comments

Comments
 (0)