Skip to content

Commit fd9a377

Browse files
authored
Merge pull request #9 from Not-Diamond/release-please--branches--main--changes--next
release: 1.0.0-rc4
2 parents c52efc3 + 7aeaeef commit fd9a377

7 files changed

Lines changed: 21 additions & 12 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.0-rc3"
2+
".": "1.0.0-rc4"
33
}

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 14
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/not-diamond-dragos199993%2Fnot-diamond-e24f2461df15a806e3208e5228ecdb9913e9c9d526cd68cf87fee4a2528b95c3.yml
33
openapi_spec_hash: a7a8c716d5b412a6befc68091a7627ea
4-
config_hash: 9d158a3181fcb2291bf97047b2cbb7a0
4+
config_hash: a38a389b433d3019efe7f801b0e800fd

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 1.0.0-rc4 (2025-11-05)
4+
5+
Full Changelog: [v1.0.0-rc3...v1.0.0-rc4](https://github.com/Not-Diamond/not-diamond-python/compare/v1.0.0-rc3...v1.0.0-rc4)
6+
7+
### Features
8+
9+
* **api:** manual updates ([dd9657d](https://github.com/Not-Diamond/not-diamond-python/commit/dd9657df2226d7d46cf99ee8b23eced653155c74))
10+
311
## 1.0.0-rc3 (2025-11-05)
412

513
Full Changelog: [v1.0.0-rc2...v1.0.0-rc3](https://github.com/Not-Diamond/not-diamond-python/compare/v1.0.0-rc2...v1.0.0-rc3)

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,10 @@ The full API of this library can be found in [api.md](api.md).
1616
## Installation
1717

1818
```sh
19-
# install from the production repo
20-
pip install git+ssh://git@github.com/Not-Diamond/not-diamond-python.git
19+
# install from PyPI
20+
pip install --pre not_diamond
2121
```
2222

23-
> [!NOTE]
24-
> Once this package is [published to PyPI](https://www.stainless.com/docs/guides/publish), this will become: `pip install --pre not_diamond`
25-
2623
## Usage
2724

2825
The full API of this library can be found in [api.md](api.md).
@@ -125,8 +122,8 @@ By default, the async client uses `httpx` for HTTP requests. However, for improv
125122
You can enable this by installing `aiohttp`:
126123

127124
```sh
128-
# install from the production repo
129-
pip install 'not_diamond[aiohttp] @ git+ssh://git@github.com/Not-Diamond/not-diamond-python.git'
125+
# install from PyPI
126+
pip install --pre not_diamond[aiohttp]
130127
```
131128

132129
Then you can enable it by instantiating the client with `http_client=DefaultAioHttpClient()`:

SECURITY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ before making any information public.
1818
If you encounter security issues that are not directly related to SDKs but pertain to the services
1919
or products provided by Not Diamond, please follow the respective company's security reporting guidelines.
2020

21+
### Not Diamond Terms and Policies
22+
23+
Please contact contact@notdiamond.ai for any questions or concerns regarding the security of our services.
24+
2125
---
2226

2327
Thank you for helping us keep the SDKs and systems they interact with secure.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[project]
22
name = "not_diamond"
3-
version = "1.0.0-rc3"
3+
version = "1.0.0-rc4"
44
description = "The official Python library for the not-diamond API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"
77
authors = [
8-
{ name = "Not Diamond", email = "" },
8+
{ name = "Not Diamond", email = "contact@notdiamond.ai" },
99
]
1010
dependencies = [
1111
"httpx>=0.23.0, <1",

src/not_diamond/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "not_diamond"
4-
__version__ = "1.0.0-rc3" # x-release-please-version
4+
__version__ = "1.0.0-rc4" # x-release-please-version

0 commit comments

Comments
 (0)