emcp
10/04/2021, 10:53 PMaaronsteers
10/04/2021, 10:56 PMpoetry add singer-sdk==1.0
(or whatever the latest version is)
• poetry update && poetry lock
(updates all dependencies)
• poetry run pytest
(or however you are running tests)
• and then push/republish and doneaaronsteers
10/04/2021, 10:57 PMaaronsteers
10/04/2021, 10:58 PMemcp
10/04/2021, 11:01 PMemcp
10/04/2021, 11:02 PMemcp
10/04/2021, 11:06 PM[[package]]
390 name = "singer-sdk"
391 version = "0.3.8"
392 description = "A framework for building Singer taps"
393 category = "main"
394 optional = false
395 python-versions = ">=3.6.1,<3.10"
396
this is what my lock file has right now.. no upgrade.. sounds like I can grab 0.3.10 thenemcp
10/04/2021, 11:10 PMmeltano.yml
but I will ignore this.. I do not do anything exotic yet and likely this upgrade will go fine.. will test a bunch before the office hours / demo thursday