Skip to content

Commit ec1a3c4

Browse files
committed
SDK regeneration
1 parent 441254e commit ec1a3c4

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 Monite
3+
Copyright (c) 2025 Monite.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
21+
SOFTWARE.

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ name = "monite"
33

44
[tool.poetry]
55
name = "monite"
6-
version = "0.5.1"
6+
version = "0.5.2"
77
description = ""
88
readme = "README.md"
99
authors = []
1010
keywords = []
11-
11+
license = "MIT"
1212
classifiers = [
1313
"Intended Audience :: Developers",
1414
"Programming Language :: Python",
@@ -24,7 +24,8 @@ classifiers = [
2424
"Operating System :: POSIX :: Linux",
2525
"Operating System :: Microsoft :: Windows",
2626
"Topic :: Software Development :: Libraries :: Python Modules",
27-
"Typing :: Typed"
27+
"Typing :: Typed",
28+
"License :: OSI Approved :: MIT License"
2829
]
2930
packages = [
3031
{ include = "monite", from = "src"}

src/monite/core/client_wrapper.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ def __init__(
2424

2525
def get_headers(self) -> typing.Dict[str, str]:
2626
headers: typing.Dict[str, str] = {
27-
"User-Agent": "monite/0.5.1",
27+
"User-Agent": "monite/0.5.2",
2828
"X-Fern-Language": "Python",
2929
"X-Fern-SDK-Name": "monite",
30-
"X-Fern-SDK-Version": "0.5.1",
30+
"X-Fern-SDK-Version": "0.5.2",
3131
}
3232
headers["x-monite-version"] = self._monite_version
3333
if self._monite_entity_id is not None:

0 commit comments

Comments
 (0)