Skip to content

Commit 621483c

Browse files
fix: use string type for extraDependencies.dev in gen.yaml
Speakeasy v2 validates that extraDependencies.dev must be a string, not an object. Changed from {} to empty string. Co-Authored-By: AJ Steers <aj@airbyte.io>
1 parent 7605f4c commit 621483c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ python:
1717
additionalDependencies:
1818
dependencies: {}
1919
extraDependencies:
20-
dev: {}
20+
dev: ""
2121
author: Airbyte
2222
clientServerStatusCodesAsErrors: true
2323
defaultErrorName: SDKError

0 commit comments

Comments
 (0)