microsoft / durabletask-python

A Durable Task Python SDK compatible with Dapr Workflow and its underlying Durable Task engine
MIT License
17 stars 8 forks source link

Adds support for secure channels #18

Closed elena-kolevska closed 12 months ago

elena-kolevska commented 12 months ago

Addresses https://github.com/microsoft/durabletask-python/issues/17

elena-kolevska commented 12 months ago

Working on adding tests this week.

elena-kolevska commented 12 months ago

@elena-kolevska please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.

@microsoft-github-policy-service agree [company="{your company}"]

Options:

  • (default - no company specified) I have sole ownership of intellectual property rights to my Submissions and I am not making Submissions in the course of work for my employer.
@microsoft-github-policy-service agree
  • (when company given) I am making Submissions in the course of work for my employer (or my employer has intellectual property rights in my Submissions by contract or applicable law). I have permission from my employer to make Submissions and enter into this Agreement on behalf of my employer. By signing below, the defined term “You” includes me and my employer.
@microsoft-github-policy-service agree company="Microsoft"

Contributor License Agreement

@microsoft-github-policy-service agree company="Diagrid"

cgillum commented 12 months ago

Hi @elena-kolevska. Thanks for this PR contribution! The change looks good except that there appears to be a syntax issue with the test code running in Python 3.8. Can you please take a look and apply an update accordingly?