pulumi/tests/testdata/codegen/output-funcs
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
..
docs Link to Python docs about input types (#16763) 2024-07-31 08:46:04 +00:00
dotnet Use Pulumi v3.66.1 in .NET sdk-gen (#16935) 2024-08-09 22:12:28 +00:00
dotnet-extras/Tests Move codegen testdata (#15549) 2024-03-06 20:36:50 +00:00
go [go] Allow output-versioned invokes to resolve and maintain secrets (#17132) 2024-09-09 12:57:43 +00:00
go-extras/tests [go] Allow output-versioned invokes to resolve and maintain secrets (#17132) 2024-09-09 12:57:43 +00:00
nodejs [sdk-gen/node/python] Bump minimum valid SDK to v3.134.1 so that output-invokes work and maintain secrets (#17390) 2024-09-26 17:45:27 +00:00
nodejs-extras/tests [sdk/nodejs] Short-circuit output invokes if inputs contains unknowns (#17353) 2024-09-25 20:03:13 +00:00
python Replace asyncio.ensure_future with create_task (#17406) 2024-09-30 12:53:15 +00:00
python-extras/tests [python] First-class output-versioned invokes that maintain secrets (#17275) 2024-09-22 18:23:27 +00:00
schema.json Move codegen testdata (#15549) 2024-03-06 20:36:50 +00:00