mirror of https://github.com/pulumi/pulumi.git
de17d1a70f
`ensure_future` was deprecated in Python 3.10 https://docs.python.org/3/library/asyncio-future.html#asyncio.ensure_future The preferred way to convert a coroutine into a future is to use `create_task` instead, which was introduced in Python 3.7, so safe for us to use everywhere. Ref https://github.com/pulumi/pulumi/issues/11827 |
||
---|---|---|
.. | ||
aws_tf | ||
bad_random_pp | ||
codegen | ||
component_pp | ||
import_node | ||
random_pp | ||
random_yaml | ||
relative_plugin_node | ||
simple_schema | ||
simple_tags |