pulumi/sdk/python/lib
Justin Van Patten 3746028c38
[sdk/python] Don't error when dict input value has a mismatched type (#6949)
Pulumi 3.0 raises an error when a dict value is passed as an input but the type annotation does not accept a dict. Unfortunately, this prevents historical cases where a dict value is allowed but the type annotation doesn't match. We need to fix the type annotations, but in the meantime, we should not raise an error in the SDK for such cases as it breaks existing programs.
2021-05-03 08:47:55 -07:00
..
pulumi [sdk/python] Don't error when dict input value has a mismatched type (#6949) 2021-05-03 08:47:55 -07:00
test [sdk/python] Don't error when dict input value has a mismatched type (#6949) 2021-05-03 08:47:55 -07:00
test_with_mocks Fix python mock args (#6863) 2021-04-26 13:22:10 -07:00
setup.py [sdk/python] - Fix python lint errors (#6872) 2021-04-26 08:56:15 -07:00