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 @@
{
".": "1.0.0"
".": "1.0.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.0.1 (2025-02-04)

Full Changelog: [v1.0.0...v1.0.1](https://github.com/BrainbaseHQ/brainbase-python-sdk/compare/v1.0.0...v1.0.1)

### Chores

* update SDK settings ([#5](https://github.com/BrainbaseHQ/brainbase-python-sdk/issues/5)) ([1e74403](https://github.com/BrainbaseHQ/brainbase-python-sdk/commit/1e744032bc5800bb1b4f97a703cfdd1a7a7dd922))

## 1.0.0 (2025-02-04)

Full Changelog: [v0.0.1-alpha.0...v1.0.0](https://github.com/BrainbaseHQ/brainbase-python-sdk/compare/v0.0.1-alpha.0...v1.0.0)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Brainbase Python API library

[![PyPI version](https://img.shields.io/pypi/v/brainbase.svg)](https://pypi.org/project/brainbase/)
[![PyPI version](https://img.shields.io/pypi/v/brainbase-labs.svg)](https://pypi.org/project/brainbase-labs/)

The Brainbase Python library provides convenient access to the Brainbase REST API from any Python 3.8+
application. The library includes type definitions for all request params and response fields,
Expand All @@ -16,7 +16,7 @@ The REST API documentation can be found on [docs.brainbase.com](https://docs.bra

```sh
# install from PyPI
pip install brainbase
pip install brainbase-labs
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "brainbase"
version = "1.0.0"
name = "brainbase-labs"
version = "1.0.1"
description = "The official Python library for the brainbase API"
dynamic = ["readme"]
license = "Apache-2.0"
Expand Down
12 changes: 6 additions & 6 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
annotated-types==0.6.0
# via pydantic
anyio==4.4.0
# via brainbase
# via brainbase-labs
# via httpx
argcomplete==3.1.2
# via nox
Expand All @@ -25,7 +25,7 @@ dirty-equals==0.6.0
distlib==0.3.7
# via virtualenv
distro==1.8.0
# via brainbase
# via brainbase-labs
exceptiongroup==1.2.2
# via anyio
# via pytest
Expand All @@ -36,7 +36,7 @@ h11==0.14.0
httpcore==1.0.2
# via httpx
httpx==0.28.1
# via brainbase
# via brainbase-labs
# via respx
idna==3.4
# via anyio
Expand All @@ -63,7 +63,7 @@ platformdirs==3.11.0
pluggy==1.5.0
# via pytest
pydantic==2.10.3
# via brainbase
# via brainbase-labs
pydantic-core==2.27.1
# via pydantic
pygments==2.18.0
Expand All @@ -85,14 +85,14 @@ six==1.16.0
# via python-dateutil
sniffio==1.3.0
# via anyio
# via brainbase
# via brainbase-labs
time-machine==2.9.0
tomli==2.0.2
# via mypy
# via pytest
typing-extensions==4.12.2
# via anyio
# via brainbase
# via brainbase-labs
# via mypy
# via pydantic
# via pydantic-core
Expand Down
12 changes: 6 additions & 6 deletions requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,33 +12,33 @@
annotated-types==0.6.0
# via pydantic
anyio==4.4.0
# via brainbase
# via brainbase-labs
# via httpx
certifi==2023.7.22
# via httpcore
# via httpx
distro==1.8.0
# via brainbase
# via brainbase-labs
exceptiongroup==1.2.2
# via anyio
h11==0.14.0
# via httpcore
httpcore==1.0.2
# via httpx
httpx==0.28.1
# via brainbase
# via brainbase-labs
idna==3.4
# via anyio
# via httpx
pydantic==2.10.3
# via brainbase
# via brainbase-labs
pydantic-core==2.27.1
# via pydantic
sniffio==1.3.0
# via anyio
# via brainbase
# via brainbase-labs
typing-extensions==4.12.2
# via anyio
# via brainbase
# via brainbase-labs
# via pydantic
# via pydantic-core
2 changes: 1 addition & 1 deletion src/brainbase/_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__ = "brainbase"
__version__ = "1.0.0" # x-release-please-version
__version__ = "1.0.1" # x-release-please-version