Skip to content
Open
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
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
lint:
timeout-minutes: 10
name: lint
runs-on: ${{ github.repository == 'stainless-sdks/legalesign-python' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
runs-on: ${{ github.repository == 'stainless-sdks/legalesign-sdk-python' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
if: github.event_name == 'push' || github.event.pull_request.head.repo.fork
steps:
- uses: actions/checkout@v4
Expand All @@ -42,7 +42,7 @@ jobs:
permissions:
contents: read
id-token: write
runs-on: ${{ github.repository == 'stainless-sdks/legalesign-python' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
runs-on: ${{ github.repository == 'stainless-sdks/legalesign-sdk-python' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
steps:
- uses: actions/checkout@v4

Expand All @@ -61,14 +61,14 @@ jobs:
run: rye build

- name: Get GitHub OIDC Token
if: github.repository == 'stainless-sdks/legalesign-python'
if: github.repository == 'stainless-sdks/legalesign-sdk-python'
id: github-oidc
uses: actions/github-script@v6
with:
script: core.setOutput('github_token', await core.getIDToken());

- name: Upload tarball
if: github.repository == 'stainless-sdks/legalesign-python'
if: github.repository == 'stainless-sdks/legalesign-sdk-python'
env:
URL: https://pkg.stainless.com/s
AUTH: ${{ steps.github-oidc.outputs.github_token }}
Expand All @@ -78,7 +78,7 @@ jobs:
test:
timeout-minutes: 10
name: test
runs-on: ${{ github.repository == 'stainless-sdks/legalesign-python' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
runs-on: ${{ github.repository == 'stainless-sdks/legalesign-sdk-python' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
if: github.event_name == 'push' || github.event.pull_request.head.repo.fork
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
run: |
bash ./bin/publish-pypi
env:
PYPI_TOKEN: ${{ secrets.LEGALESIGN_PYPI_TOKEN || secrets.PYPI_TOKEN }}
PYPI_TOKEN: ${{ secrets.LEGALESIGN_SDK_PYPI_TOKEN || secrets.PYPI_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/release-doctor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
run: |
bash ./bin/check-release-environment
env:
PYPI_TOKEN: ${{ secrets.LEGALESIGN_PYPI_TOKEN || secrets.PYPI_TOKEN }}
PYPI_TOKEN: ${{ secrets.LEGALESIGN_SDK_PYPI_TOKEN || secrets.PYPI_TOKEN }}
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.1.1"
".": "1.1.2"
}
60 changes: 9 additions & 51 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,60 +1,18 @@
# Changelog

## 1.1.1 (2025-09-23)
## 1.1.2 (2025-10-31)

Full Changelog: [v1.1.0...v1.1.1](https://github.com/legalesign/legalesign-rest-python/compare/v1.1.0...v1.1.1)
Full Changelog: [v1.1.1...v1.1.2](https://github.com/legalesign/legalesign-rest-python/compare/v1.1.1...v1.1.2)

## 1.1.0 (2025-09-23)
### Bug Fixes

Full Changelog: [v1.1.0...v1.1.0](https://github.com/legalesign/legalesign-rest-python/compare/v1.1.0...v1.1.0)

### Chores

* update SDK settings ([c268865](https://github.com/legalesign/legalesign-rest-python/commit/c268865fc77e2bda0f87b34d4d7ff7a712f60beb))

## 1.1.0 (2025-09-19)

Full Changelog: [v1.0.0...v1.1.0](https://github.com/legalesign/legalesign-rest-python/compare/v1.0.0...v1.1.0)

### Features

* **api:** manual updates ([1307dba](https://github.com/legalesign/legalesign-rest-python/commit/1307dba268c1534ae692d673626df485d58625a8))

## 1.0.0 (2025-09-19)

Full Changelog: [v0.3.0...v1.0.0](https://github.com/legalesign/legalesign-rest-python/compare/v0.3.0...v1.0.0)

## 0.3.0 (2025-09-19)

Full Changelog: [v0.2.0...v0.3.0](https://github.com/legalesign/legalesign-rest-python/compare/v0.2.0...v0.3.0)

### Features

* **api:** manual updates ([178351d](https://github.com/legalesign/legalesign-rest-python/commit/178351dc08b44a57f0acec7f941abfe032feed3b))

## 0.2.0 (2025-09-19)

Full Changelog: [v0.1.0...v0.2.0](https://github.com/legalesign/legalesign-rest-python/compare/v0.1.0...v0.2.0)

### Features

* **api:** manual updates ([e4f9e6b](https://github.com/legalesign/legalesign-rest-python/commit/e4f9e6bc20b80109820e424ca023a0810f2a477d))
* **api:** manual updates ([14390e5](https://github.com/legalesign/legalesign-rest-python/commit/14390e5c766511ac7b24d8c03e06ddaa6102f02d))

## 0.1.0 (2025-09-19)

Full Changelog: [v0.0.1...v0.1.0](https://github.com/legalesign/legalesign-rest-python/compare/v0.0.1...v0.1.0)

### Features

* **api:** api update ([edfcc59](https://github.com/legalesign/legalesign-rest-python/commit/edfcc598e815c95949609b478dc282fde4fcb3f4))
* **api:** manual updates ([a2f6a45](https://github.com/legalesign/legalesign-rest-python/commit/a2f6a454d95b54dfbd73be4a75a4188f2a5f760c))
* **api:** manual updates ([9cec340](https://github.com/legalesign/legalesign-rest-python/commit/9cec340083e9194eed62e043e146e741c3c1b07a))
* **client:** close streams without requiring full consumption ([0e21d9f](https://github.com/legalesign/legalesign-rest-python/commit/0e21d9f752891c00414a4238e4a5ed4b4599aa55))


### Chores

* configure new SDK language ([344b444](https://github.com/legalesign/legalesign-rest-python/commit/344b4448026766f35a7538ba0d80b86db6d0abd4))
* **internal:** update pydantic dependency ([15cb7bb](https://github.com/legalesign/legalesign-rest-python/commit/15cb7bb6fe767a591b8ee7fad614bcdf5b427112))
* **types:** change optional parameter type from NotGiven to Omit ([fa74419](https://github.com/legalesign/legalesign-rest-python/commit/fa74419c25b044b92c6798b7e462f4f8ae0299c8))
* update SDK settings ([6a4ed0d](https://github.com/legalesign/legalesign-rest-python/commit/6a4ed0d330ef395b1014725facc1382ccd4c0c7e))
* bump `httpx-aiohttp` version to 0.1.9 ([0cd2998](https://github.com/legalesign/legalesign-rest-python/commit/0cd299896e81a5353a47b96b8537b3d5e7e7ca14))
* **internal/tests:** avoid race condition with implicit client cleanup ([ea7d42a](https://github.com/legalesign/legalesign-rest-python/commit/ea7d42ac5829bb26a5da8490f13d98bc43e1e553))
* **internal:** detect missing future annotations with ruff ([4b624cf](https://github.com/legalesign/legalesign-rest-python/commit/4b624cf077421fe7c8b67f919853d30956ca1778))
* sync repo ([64564cd](https://github.com/legalesign/legalesign-rest-python/commit/64564cd3df8ac0da223aa31f43eb08a532d0c1cd))
* update SDK settings ([825250b](https://github.com/legalesign/legalesign-rest-python/commit/825250b8d77a09bc829cc9083351063098857613))
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ $ pip install -r requirements-dev.lock

Most of the SDK is generated code. Modifications to code will be persisted between generations, but may
result in merge conflicts between manual patches and changes from the generator. The generator will never
modify the contents of the `src/legalesign/lib/` and `examples/` directories.
modify the contents of the `src/legalesign_sdk/lib/` and `examples/` directories.

## Adding and running examples

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2025 Legalesign
Copyright 2025 Legalesign SDK

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
Loading