Skip to content

Commit 723128e

Browse files
SDK regeneration
Unable to analyze changes with AI, incrementing PATCH version.
1 parent e37726c commit 723128e

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.1.6 - 2025-12-22
2+
* SDK regeneration
3+
* Unable to analyze changes with AI, incrementing PATCH version.
4+
15
## 1.1.5 - 2025-12-19
26
* SDK regeneration
37
* Unable to analyze changes with AI, incrementing PATCH version.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dynamic = ["version"]
44

55
[tool.poetry]
66
name = "schematichq"
7-
version = "1.1.5"
7+
version = "1.1.6"
88
description = ""
99
readme = "README.md"
1010
authors = []

src/schematic/core/client_wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def get_headers(self) -> typing.Dict[str, str]:
2525
"User-Agent": "schematichq/AUTO",
2626
"X-Fern-Language": "Python",
2727
"X-Fern-SDK-Name": "schematichq",
28-
"X-Fern-SDK-Version": "1.1.5",
28+
"X-Fern-SDK-Version": "1.1.6",
2929
**(self.get_custom_headers() or {}),
3030
}
3131
headers["X-Schematic-Api-Key"] = self.api_key

src/schematic/environment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55

66
class SchematicEnvironment(enum.Enum):
7-
DEFAULT = "https://api.schematichq.com"
7+
DEFAULT = "https://api.schematichq.dev"

0 commit comments

Comments
 (0)