Skip to content

Commit 83220b2

Browse files
fix: simplify additionalDependencies in gen.yaml to match v2 schema
Remove nested dependencies/extraDependencies structure that is incompatible with Speakeasy v2. Use flat empty object like the terraform provider. Co-Authored-By: AJ Steers <aj@airbyte.io>
1 parent e57baed commit 83220b2

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

gen.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,7 @@ generation:
1414
oAuth2PasswordEnabled: false
1515
python:
1616
version: 1.0.0
17-
additionalDependencies:
18-
dependencies: {}
19-
extraDependencies:
20-
dev: ""
17+
additionalDependencies: {}
2118
author: Airbyte
2219
clientServerStatusCodesAsErrors: true
2320
defaultErrorName: SDKError

0 commit comments

Comments
 (0)