Skip to content

Commit 2e9cd9c

Browse files
committed
Release 0.0.55
1 parent da20f50 commit 2e9cd9c

File tree

3 files changed

+55
-3
lines changed

3 files changed

+55
-3
lines changed

poetry.lock

Lines changed: 52 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

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

44
[tool.poetry]
55
name = "axiomatic"
6-
version = "0.0.53"
6+
version = "0.0.55"
77
description = ""
88
readme = "README.md"
99
authors = []
@@ -38,6 +38,7 @@ python = "^3.8"
3838
httpx = ">=0.21.2"
3939
pydantic = ">= 1.9.2"
4040
pydantic-core = "^2.18.2"
41+
requests = "2.26.0"
4142
typing_extensions = ">= 4.0.0"
4243

4344
[tool.poetry.dev-dependencies]

src/axiomatic/core/client_wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def get_headers(self) -> typing.Dict[str, str]:
1616
headers: typing.Dict[str, str] = {
1717
"X-Fern-Language": "Python",
1818
"X-Fern-SDK-Name": "axiomatic",
19-
"X-Fern-SDK-Version": "0.0.53",
19+
"X-Fern-SDK-Version": "0.0.55",
2020
}
2121
headers["X-API-Key"] = self.api_key
2222
return headers

0 commit comments

Comments
 (0)