Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.4.0"
".": "0.5.0"
}
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 18
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/zavu%2Fzavudev-2dd8fa7779dce150f3deff3b5623dc98cf8851d02b55d851836a003352266796.yml
openapi_spec_hash: af4a944a3b8a4ca9214815bc7f7128c7
config_hash: cc8c57d864738ccb8bc203ce56bb685d
config_hash: 36abb7e850d6eb2bcb5c732425a8facf
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 0.5.0 (2025-12-04)

Full Changelog: [v0.4.0...v0.5.0](https://github.com/zavudev/sdk-python/compare/v0.4.0...v0.5.0)

### Features

* **api:** update api docs ([cfcb99d](https://github.com/zavudev/sdk-python/commit/cfcb99d2bacb8f7a3362cf6fc859c270e60321b2))


### Chores

* update SDK settings ([d4d7d58](https://github.com/zavudev/sdk-python/commit/d4d7d58b5f6a5fa85061444fb89b8b9e0c25c0be))

## 0.4.0 (2025-12-04)

Full Changelog: [v0.0.1...v0.4.0](https://github.com/zavudev/sdk-python/compare/v0.0.1...v0.4.0)
Expand Down
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,15 @@ It is generated with [Stainless](https://www.stainless.com/).

## Documentation

The full API of this library can be found in [api.md](api.md).
The REST API documentation can be found on [docs.zavu.dev](https://docs.zavu.dev). The full API of this library can be found in [api.md](api.md).

## Installation

```sh
# install from the production repo
pip install git+ssh://git@github.com/zavudev/sdk-python.git
# install from PyPI
pip install zavudev
```

> [!NOTE]
> Once this package is [published to PyPI](https://www.stainless.com/docs/guides/publish), this will become: `pip install zavudev`

## Usage

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

```sh
# install from the production repo
pip install 'zavudev[aiohttp] @ git+ssh://git@github.com/zavudev/sdk-python.git'
# install from PyPI
pip install zavudev[aiohttp]
```

Then you can enable it by instantiating the client with `http_client=DefaultAioHttpClient()`:
Expand Down
4 changes: 4 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ before making any information public.
If you encounter security issues that are not directly related to SDKs but pertain to the services
or products provided by Zavudev, please follow the respective company's security reporting guidelines.

### Zavudev Terms and Policies

Please contact hi@zavu.dev for any questions or concerns regarding the security of our services.

---

Thank you for helping us keep the SDKs and systems they interact with secure.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[project]
name = "zavudev"
version = "0.4.0"
version = "0.5.0"
description = "The official Python library for the zavudev API"
dynamic = ["readme"]
license = "Apache-2.0"
authors = [
{ name = "Zavudev", email = "" },
{ name = "Zavudev", email = "hi@zavu.dev" },
]

dependencies = [
Expand Down
2 changes: 1 addition & 1 deletion src/zavudev/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

__title__ = "zavudev"
__version__ = "0.4.0" # x-release-please-version
__version__ = "0.5.0" # x-release-please-version