Skip to content

Commit c2dcc3c

Browse files
Merge pull request #2 from limrun-inc/release-please--branches--main--changes--next
release: 0.1.1
1 parent 90f637d commit c2dcc3c

6 files changed

Lines changed: 16 additions & 11 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-
".": "0.1.0"
2+
".": "0.1.1"
33
}

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 7
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/limrun--inc-dash%2Flimrun-v1-7616fab0cc15affb5358bf40fb24d8d7a6ddee81b378e38ac32b6c01f3020437.yml
33
openapi_spec_hash: b57065ee6fc345e4c6f4196a285bf54b
4-
config_hash: a672d555c4d8362c86e21678f960ed96
4+
config_hash: 8060ca461be7a12cb2dcaef147063447

CHANGELOG.md

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

3+
## 0.1.1 (2025-09-09)
4+
5+
Full Changelog: [v0.1.0...v0.1.1](https://github.com/limrun-inc/python-sdk/compare/v0.1.0...v0.1.1)
6+
7+
### Chores
8+
9+
* update SDK settings ([e1a6a95](https://github.com/limrun-inc/python-sdk/commit/e1a6a95be568d7fd21fcbfeba3460b2934e84212))
10+
311
## 0.1.0 (2025-09-08)
412

513
Full Changelog: [v0.0.1...v0.1.0](https://github.com/limrun-inc/python-sdk/compare/v0.0.1...v0.1.0)

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,10 @@ The REST API documentation can be found on [lim.run](https://lim.run). The full
1616
## Installation
1717

1818
```sh
19-
# install from the production repo
20-
pip install git+ssh://git@github.com/limrun-inc/python-sdk.git
19+
# install from PyPI
20+
pip install limrun
2121
```
2222

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

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

7774
```sh
78-
# install from the production repo
79-
pip install 'limrun[aiohttp] @ git+ssh://git@github.com/limrun-inc/python-sdk.git'
75+
# install from PyPI
76+
pip install limrun[aiohttp]
8077
```
8178

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "limrun"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "The official Python library for the limrun API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/limrun/_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__ = "limrun"
4-
__version__ = "0.1.0" # x-release-please-version
4+
__version__ = "0.1.1" # x-release-please-version

0 commit comments

Comments
 (0)