File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 1.0.0-rc5 "
2+ "." : " 1.0.0-rc6 "
33}
Original file line number Diff line number Diff line change 11configured_endpoints : 14
22openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/not-diamond-dragos199993%2Fnot-diamond-e24f2461df15a806e3208e5228ecdb9913e9c9d526cd68cf87fee4a2528b95c3.yml
33openapi_spec_hash : a7a8c716d5b412a6befc68091a7627ea
4- config_hash : 9f93714494d4e0582c671dbf4662f1ea
4+ config_hash : 54d8fb8693dd5ccba9ea95cb8c161f3d
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.0.0-rc6 (2025-11-06)
4+
5+ Full Changelog: [ v1.0.0-rc5...v1.0.0-rc6] ( https://github.com/Not-Diamond/not-diamond-python/compare/v1.0.0-rc5...v1.0.0-rc6 )
6+
7+ ### Features
8+
9+ * ** api:** manual updates ([ e864113] ( https://github.com/Not-Diamond/not-diamond-python/commit/e864113c227997b0c04a02cad05b8963fe5a9283 ) )
10+
311## 1.0.0-rc5 (2025-11-05)
412
513Full Changelog: [ v1.0.0-rc4...v1.0.0-rc5] ( https://github.com/Not-Diamond/not-diamond-python/compare/v1.0.0-rc4...v1.0.0-rc5 )
Original file line number Diff line number Diff line change 11[project ]
22name = " notdiamond"
3- version = " 1.0.0-rc5 "
3+ version = " 1.0.0-rc6 "
44description = " The official Python library for the not-diamond API"
55dynamic = [" readme" ]
66license = " Apache-2.0"
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ def __init__(
9595 if base_url is None :
9696 base_url = os .environ .get ("NOT_DIAMOND_BASE_URL" )
9797 if base_url is None :
98- base_url = f"/ "
98+ base_url = f"https://api.notdiamond.ai "
9999
100100 super ().__init__ (
101101 version = __version__ ,
@@ -273,7 +273,7 @@ def __init__(
273273 if base_url is None :
274274 base_url = os .environ .get ("NOT_DIAMOND_BASE_URL" )
275275 if base_url is None :
276- base_url = f"/ "
276+ base_url = f"https://api.notdiamond.ai "
277277
278278 super ().__init__ (
279279 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__ = "not_diamond"
4- __version__ = "1.0.0-rc5 " # x-release-please-version
4+ __version__ = "1.0.0-rc6 " # x-release-please-version
You can’t perform that action at this time.
0 commit comments