Skip to content

Commit

Permalink
Enable TypedDict input types for the Python SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
julienp committed Jun 25, 2024
1 parent bddfc43 commit 25a4cec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion provider/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -5655,7 +5655,8 @@ compatibility shim in favor of the new "name" field.`)
Requires: map[string]string{
"pulumi": ">=3.0.0,<4.0.0",
},
PyProject: struct{ Enabled bool }{true},
PyProject: struct{ Enabled bool }{true},
InputTypes: tfbridge.PythonInputTypeClassesAndDicts,
},
Golang: &tfbridge.GolangInfo{
ImportBasePath: filepath.Join(
Expand Down

0 comments on commit 25a4cec

Please sign in to comment.