Skip to content

Commit

Permalink
chore/fix sdk generation (#56)
Browse files Browse the repository at this point in the history
Small fixes to the Speakeasy SDK generation on CI.
  • Loading branch information
hubert-rutkowski85 authored Mar 5, 2024
1 parent d6d6bf1 commit 6ab44e9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ __pycache__/
.ipynb_checkpoints/
.idea/
openapi.json
openapi_client.json
openapi_client.json
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ except SDKError as e:

Result:

```json
```
{
'type': 'UncategorizedText',
'element_id': 'fc550084fda1e008e07a0356894f5816',
Expand Down
4 changes: 3 additions & 1 deletion gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ generation:
python:
version: 0.21.0
additionalDependencies:
dependencies: {}
dependencies:
pypdf: '>=4.0'
deepdiff: '>=6.0'
extraDependencies:
dev: {}
author: Unstructured
Expand Down

0 comments on commit 6ab44e9

Please sign in to comment.