Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4ac3b2d

Browse files
github-actions[bot]speakeasybotawalker4
authoredSep 16, 2024··
chore: 🐝 Update SDK - Generate 0.26.0-beta.1 (#174)
> [!IMPORTANT] > Linting report available at: <https://app.speakeasy.com/org/unstructured/unstructured5xr/linting-report/bf0427c20713a11fe7668763b568f89f> > OpenAPI Change report available at: <https://app.speakeasy.com/org/unstructured/unstructured5xr/changes-report/31a7e970642e0a5917f23d6db791d459> # SDK update Based on: - OpenAPI Doc - Speakeasy CLI 1.396.6 (2.415.6) https://github.com/speakeasy-api/speakeasy ## OpenAPI Change Summary ``` ├─┬Info │ └──[🔀] version (4:14) ├─┬Components │ └─┬partition_parameters │ ├──[➕] properties (275:17) │ └─┬strategy │ ├──[🔀] description (193:34) │ └──[🔀] default (194:30)❌ └─┬Extensions └──[🔀] x-speakeasy-retries (330:22) ``` | Document Element | Total Changes | Breaking Changes | |------------------|---------------|------------------| | info | 1 | 0 | | components | 3 | 1 | ## PYTHON CHANGELOG ## retries: 3.0.2 - 2024-09-06 ### 🐛 Bug Fixes - typing and usage snippets for next pagination func *(commit by [@TristanSpeakEasy](https://github.com/tristanspeakeasy))* ## retries: 3.0.1 - 2024-09-06 ### 🐛 Bug Fixes - retries not using asycnio.sleep in async calls *(commit by [@TristanSpeakEasy](https://github.com/tristanspeakeasy))* ## constsAndDefaults: 1.0.2 - 2024-08-06 ### 🐛 Bug Fixes - fixed rendering of const fields with examples in usage snippets *(commit by [@TristanSpeakEasy](https://github.com/tristanspeakeasy))* ## constsAndDefaults: 1.0.1 - 2024-07-30 ### 🐛 Bug Fixes - fixed handling of consts in non-json usages *(commit by [@TristanSpeakEasy](https://github.com/tristanspeakeasy))* ## core: 5.5.3 - 2024-09-12 ### 🐛 Bug Fixes - crash when there was no available security *(commit by [@ThomasRooney](https://github.com/ThomasRooney))* ## core: 5.5.2 - 2024-09-11 ### 🔧 Chores - improvements to usage snippet generation *(commit by [@TristanSpeakEasy](https://github.com/tristanspeakeasy))* ## core: 5.5.1 - 2024-09-10 ### 🔧 Chores - sort sub-sdks in readme *(commit by [@ThomasRooney](https://github.com/ThomasRooney))* ## core: 5.5.0 - 2024-09-08 ### 🐝 New Features - format code with dprint *(commit by [@disintegrator](https://github.com/disintegrator))* ## core: 5.4.5 - 2024-09-07 ### 🐛 Bug Fixes - ensure async client is used for async request building *(commit by [@TristanSpeakEasy](https://github.com/tristanspeakeasy))* ## core: 5.4.4 - 2024-09-06 ### 🔧 Chores - upgrade to Pydantic 2.9 *(commit by [@TristanSpeakEasy](https://github.com/tristanspeakeasy))* ## core: 5.4.3 - 2024-09-05 ### 🐛 Bug Fixes - ensure generated examples are stable generation to generation *(commit by [@TristanSpeakEasy](https://github.com/tristanspeakeasy))* ## core: 5.4.2 - 2024-08-28 ### 🐛 Bug Fixes - remove pyright entry from pyproject.toml *(commit by [@disintegrator](https://github.com/disintegrator))* ## core: 5.3.9 - 2024-08-18 ### 🐛 Bug Fixes - fixed handling of unset values when using serializers *(commit by [@TristanSpeakEasy](https://github.com/tristanspeakeasy))* ## core: 5.4.1 - 2024-08-17 ### 🔧 Chores - remove unused method param *(commit by [@adaam2](https://github.com/adaam2))* ## core: 5.3.8 - 2024-08-12 ### 🐛 Bug Fixes - downgrade python-dateutil to 2.8.2 *(commit by [@disintegrator](https://github.com/disintegrator))* ## core: 5.4.0 - 2024-08-09 ### 🐝 New Features - default debug logging *(commit by [@ryan-timothy-albert](https://github.com/ryan-timothy-albert))* ## core: 5.3.7 - 2024-08-08 ### 🔧 Chores - add README information regarding IDE support *(commit by [@TristanSpeakEasy](https://github.com/tristanspeakeasy))* ## core: 5.3.6 - 2024-08-08 ### 🐛 Bug Fixes - ensure README uploaded to pypi used absolute links *(commit by [@TristanSpeakEasy](https://github.com/tristanspeakeasy))* ## core: 5.3.5 - 2024-08-07 ### 🐛 Bug Fixes - ordering of models in file to ensure dependencies come first *(commit by [@TristanSpeakEasy](https://github.com/tristanspeakeasy))* ## core: 5.3.4 - 2024-08-06 ### 🐛 Bug Fixes - various fixes to linting and type errors *(commit by [@TristanSpeakEasy](https://github.com/tristanspeakeasy))* ## core: 5.3.3 - 2024-08-02 ### 🐛 Bug Fixes - fixed various issues with pyright warning/errors *(commit by [@TristanSpeakEasy](https://github.com/tristanspeakeasy))* ## core: 5.3.2 - 2024-08-01 ### 🐛 Bug Fixes - language specific env var wrapping *(commit by [@ThomasRooney](https://github.com/ThomasRooney))* ## core: 5.3.1 - 2024-08-01 ### 🔧 Chores - set pyproject.toml version field at compile time *(commit by [@disintegrator](https://github.com/disintegrator))* ## core: 5.2.6 - 2024-08-01 ### 🐛 Bug Fixes - add --skip-existing to poetry publish script *(commit by [@disintegrator](https://github.com/disintegrator))* ## core: 5.3.0 - 2024-07-31 ### 🐝 New Features - python debug logger interface *(commit by [@ryan-timothy-albert](https://github.com/ryan-timothy-albert))* ## core: 5.2.5 - 2024-07-31 ### 🐛 Bug Fixes - fixed conversion of collection fields from TypedDict to Pydantic model *(commit by [@TristanSpeakEasy](https://github.com/tristanspeakeasy))* ## envVarSecurityUsage: 0.3.1 - 2024-08-03 ### 🐛 Bug Fixes - optionality of security in regards to env var usage *(commit by [@TristanSpeakEasy](https://github.com/tristanspeakeasy))* ## envVarSecurityUsage: 0.3.0 - 2024-08-01 ### 🐝 New Features - update security env vars for complex usage *(commit by [@ryan-timothy-albert](https://github.com/ryan-timothy-albert))* ## envVarSecurityUsage: 0.2.1 - 2024-07-27 ### 🐛 Bug Fixes - show username environment variable in usage snippets *(commit by [@disintegrator](https://github.com/disintegrator))* ## globalSecurity: 3.0.2 - 2024-08-07 ### 🐛 Bug Fixes - fixed documentation of global security schemes *(commit by [@TristanSpeakEasy](https://github.com/tristanspeakeasy))* ## globalSecurity: 3.0.1 - 2024-08-05 ### 🐛 Bug Fixes - fixed rendering of usage snippets when required security is used with env vars *(commit by [@TristanSpeakEasy](https://github.com/tristanspeakeasy))* ## unions: 3.0.2 - 2024-08-09 ### 🐛 Bug Fixes - improved type matching for examples *(commit by [@TristanSpeakEasy](https://github.com/tristanspeakeasy))* --------- Co-authored-by: speakeasybot <[email protected]> Co-authored-by: Austin Walker <[email protected]>
1 parent 6b81735 commit 4ac3b2d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+4055
-451
lines changed
 

‎.github/workflows/ci.yaml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ permissions:
1212
id-token: write
1313
contents: read
1414

15+
concurrency:
16+
group: ${{ github.workflow }}-${{ github.ref }}
17+
cancel-in-progress: true
18+
1519
jobs:
1620
test_unit:
1721
strategy:
@@ -25,20 +29,20 @@ jobs:
2529
with:
2630
python-version: ${{ matrix.python-version }}
2731
- name: Install dependencies
28-
run: make install-test
32+
run: make install
2933
- name: Run unit tests
3034
run: |
31-
pip install .
32-
make test-unit
35+
poetry run make test-unit
3336
3437
lint:
3538
runs-on: ubuntu-latest
3639
steps:
3740
- uses: actions/checkout@v4
3841
- name: Install dependencies
39-
run: pip install . && make install-dev
42+
run: make install
4043
- name: Lint
41-
run: make lint
44+
run: |
45+
poetry run make lint
4246
4347
test_integration:
4448
strategy:
@@ -52,11 +56,10 @@ jobs:
5256
with:
5357
python-version: ${{ matrix.python-version }}
5458
- name: Install dependencies
55-
run: make install-test
59+
run: make install
5660
- name: Run all tests
5761
run: |
58-
pip install .
59-
make test
62+
poetry run make test
6063
env:
6164
UNSTRUCTURED_API_KEY: ${{ secrets.UNSTRUCTURED_API_KEY }}
6265

‎.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.venv/
2+
README-PYPI.md
13
pyrightconfig.json
24
venv/
35
src/*.egg-info/

0 commit comments

Comments
 (0)
Please sign in to comment.