File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ def __init__(
8181 if base_url is None :
8282 base_url = os .environ .get ("CLIENT_BASE_URL" )
8383 if base_url is None :
84- base_url = f"https://pbe-api .aimon.ai"
84+ base_url = f"https://sdkbe-production .aimon.ai"
8585
8686 super ().__init__ (
8787 version = __version__ ,
@@ -256,7 +256,7 @@ def __init__(
256256 if base_url is None :
257257 base_url = os .environ .get ("CLIENT_BASE_URL" )
258258 if base_url is None :
259- base_url = f"https://pbe-api .aimon.ai"
259+ base_url = f"https://sdkbe-production .aimon.ai"
260260
261261 super ().__init__ (
262262 version = __version__ ,
Original file line number Diff line number Diff line change 11# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22
33__title__ = "aimon"
4- __version__ = "0.12.2 "
4+ __version__ = "0.12.3 "
Original file line number Diff line number Diff line change 88 name = 'aimon' ,
99 python_requires = '>3.8.0' ,
1010 packages = find_packages (),
11- version = "0.12.2 " ,
11+ version = "0.12.3 " ,
1212 install_requires = [
1313 "annotated-types~=0.6.0" ,
1414 "anyio~=4.9.0" ,
You can’t perform that action at this time.
0 commit comments