pulumi/tests/testdata/codegen/regress-py-17219/python/pulumi_cloudinit
Julien de17d1a70f
Replace asyncio.ensure_future with create_task (#17406)
`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
2024-09-30 12:53:15 +00:00
..
README.md Fully generate TypedDict input types by default (#17296) 2024-09-20 17:16:14 +00:00
__init__.py Fully generate TypedDict input types by default (#17296) 2024-09-20 17:16:14 +00:00
_inputs.py Fully generate TypedDict input types by default (#17296) 2024-09-20 17:16:14 +00:00
_utilities.py Replace asyncio.ensure_future with create_task (#17406) 2024-09-30 12:53:15 +00:00
config.py Fully generate TypedDict input types by default (#17296) 2024-09-20 17:16:14 +00:00
get_config.py [python] First-class output-versioned invokes that maintain secrets (#17275) 2024-09-22 18:23:27 +00:00
outputs.py Fully generate TypedDict input types by default (#17296) 2024-09-20 17:16:14 +00:00
provider.py Fully generate TypedDict input types by default (#17296) 2024-09-20 17:16:14 +00:00
pulumi-plugin.json Fully generate TypedDict input types by default (#17296) 2024-09-20 17:16:14 +00:00
py.typed Fully generate TypedDict input types by default (#17296) 2024-09-20 17:16:14 +00:00

README.md