We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4770c6e commit 4b0ddedCopy full SHA for 4b0dded
nortech/gateways/nortech_api.py
@@ -16,7 +16,7 @@ class NortechAPISettings(BaseSettings):
16
17
URL: str = Field(default="https://api.apps.nor.tech")
18
KEY: str = Field(default=...)
19
- USER_AGENT: str = Field(default="nortech-python/0.9.3")
+ USER_AGENT: str = Field(default="nortech-python/0.9.1")
20
IGNORE_PAGINATION: bool = True
21
EXPERIMENTAL_FEATURES: bool = False
22
TIMEOUT: float | Timeout = Field(default=Timeout(connect=10, read=60))
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "nortech"
3
-version = "0.9.3"
+version = "0.9.1"
4
description = "The official Python library for Nortech AI"
5
authors = [
6
{ name = "Nortech AI", email = "info@nortech.ai" }
0 commit comments