Skip to content

Commit c1cc152

Browse files
authored
Merge pull request #5 from fabra-io/speakeasy-sdk-regen-1677545052
chore: speakeasy SDK regeneration
2 parents b9bd666 + 7b31abe commit c1cc152

Some content is hidden

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

47 files changed

+1108
-405
lines changed

RELEASES.md

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,44 @@ Based on:
3434
- OpenAPI Doc 0.1.0 ./openapi.yaml
3535
- Speakeasy CLI 1.5.3 https://github.com/speakeasy-api/speakeasy
3636
### Releases
37-
- [PyPI v0.2.1] https://pypi.org/project/fabra/0.2.1 - ./
37+
- [PyPI v0.2.1] https://pypi.org/project/fabra/0.2.1 - ./
38+
39+
## Version 0.2.2
40+
### Changes
41+
Based on:
42+
- OpenAPI Doc 0.1.0 ./openapi.yaml
43+
- Speakeasy CLI 1.5.4 https://github.com/speakeasy-api/speakeasy
44+
### Releases
45+
- [PyPI v0.2.2] https://pypi.org/project/fabra/0.2.2 - ./
46+
47+
## Version 0.3.0
48+
### Changes
49+
Based on:
50+
- OpenAPI Doc 0.1.0 ./openapi.yaml
51+
- Speakeasy CLI 1.6.0 https://github.com/speakeasy-api/speakeasy
52+
### Releases
53+
- [PyPI v0.3.0] https://pypi.org/project/fabra/0.3.0 - ./
54+
55+
## Version 0.4.0
56+
### Changes
57+
Based on:
58+
- OpenAPI Doc 0.1.0 ./openapi.yaml
59+
- Speakeasy CLI 1.7.1 https://github.com/speakeasy-api/speakeasy
60+
### Releases
61+
- [PyPI v0.4.0] https://pypi.org/project/fabra/0.4.0 - ./
62+
63+
## Version 0.5.0
64+
### Changes
65+
Based on:
66+
- OpenAPI Doc 0.1.0 ./openapi.yaml
67+
- Speakeasy CLI 1.8.2 https://github.com/speakeasy-api/speakeasy
68+
### Releases
69+
- [PyPI v0.5.0] https://pypi.org/project/fabra/0.5.0 - ./
70+
71+
## Version 0.5.1
72+
### Changes
73+
Based on:
74+
- OpenAPI Doc 0.1.0 ./openapi.yaml
75+
- Speakeasy CLI 1.8.4 https://github.com/speakeasy-api/speakeasy
76+
### Releases
77+
- [PyPI v0.5.1] https://pypi.org/project/fabra/0.5.1 - ./

files.gen

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ src/fabra/object.py
44
src/fabra/source.py
55
src/fabra/sync.py
66
src/fabra/sdk.py
7+
pylintrc
78
setup.py
89
src/fabra/__init__.py
910
src/fabra/models/__init__.py

gen.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ configVersion: 1.0.0
22
management:
33
docChecksum: 5bdbad96d6d347d81789110337cf504a
44
docVersion: 0.1.0
5-
speakeasyVersion: 1.5.3
5+
speakeasyVersion: 1.8.4
66
generation:
77
telemetryEnabled: false
88
sdkClassName: Fabra
99
python:
10-
version: 0.2.1
10+
version: 0.5.1
1111
author: fabra
1212
description: Python Client SDK Generated by Speakeasy
1313
packageName: fabra

0 commit comments

Comments
 (0)