Commit Graph

3 Commits

Author SHA1 Message Date
Fraser Waters 5692775def Add RunPlugin support for python 2023-03-06 21:35:39 +00:00
Justin Van Patten 096b667ee1
Replace the use of pipenv with Python's venv ()
We've had a few issues in the recent past related to pipenv oddities in
CI which lead us to temporarily globally install the Python SDK in CI.

This change removes the use of pipenv in favor of Python's built-in
venv and avoids globally installing the Python SDK.
2021-12-07 07:59:07 -08:00
Justin Van Patten 74ab9e0869
[sdk/python] Handle unknown results from methods ()
This fixes handling of unknown results from methods in the Python SDK. Node.js and Go were already handling this appropriately.
2021-07-29 11:11:52 -07:00