Skip to content

Commit d261391

Browse files
committed
Release v1.7.16
1 parent 829d3cd commit d261391

3 files changed

Lines changed: 7 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 = "v1.7.15"
6+
version = "v1.7.16"
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
@@ -14,10 +14,10 @@ def __init__(self, *, api_key: str, base_url: str, timeout: typing.Optional[floa
1414

1515
def get_headers(self) -> typing.Dict[str, str]:
1616
headers: typing.Dict[str, str] = {
17-
"User-Agent": "flagright/v1.7.15",
17+
"User-Agent": "flagright/v1.7.16",
1818
"X-Fern-Language": "Python",
1919
"X-Fern-SDK-Name": "flagright",
20-
"X-Fern-SDK-Version": "v1.7.15",
20+
"X-Fern-SDK-Version": "v1.7.16",
2121
}
2222
headers["x-api-key"] = self.api_key
2323
return headers

src/flagright/types/currency_code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@
140140
"ETH",
141141
"ETH2",
142142
"EUR",
143+
"EURC",
143144
"EUROC",
144145
"ETHFI",
145146
"FARM",
@@ -309,6 +310,7 @@
309310
"PAX",
310311
"PEN",
311312
"PENGU",
313+
"PEPE",
312314
"PERP",
313315
"PGK",
314316
"PHP",
@@ -403,11 +405,13 @@
403405
"TMT",
404406
"TND",
405407
"TONE",
408+
"TON",
406409
"TOP",
407410
"TRAC",
408411
"TRB",
409412
"TRIBE",
410413
"TRU",
414+
"TRUMP",
411415
"TRY",
412416
"TTD",
413417
"TVK",

0 commit comments

Comments
 (0)