-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dependency updates, Core proto updates, and other minor things #46
Conversation
# Conflicts: # tests/worker/test_workflow.py
# Conflicts: # .github/workflows/ci.yml # README.md # temporalio/worker/workflow.py # temporalio/workflow.py # tests/worker/test_workflow.py
# Conflicts: # temporalio/bridge/worker.py # temporalio/converter.py # temporalio/worker/workflow_instance.py # tests/test_converter.py
@@ -624,6 +627,10 @@ For example, | |||
[create a virtual environment](https://packaging.python.org/en/latest/tutorials/installing-packages/#creating-virtual-environments) | |||
somewhere and then run the following inside the virtual environment: | |||
|
|||
```bash | |||
pip install wheel |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this just be a dev dependency?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, I suppose so. It's only really needed on macOS to handle grpcio for some reason. Will add.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, this is already installed as a dev dependency (transitively), but the problem is the grpcio wheel needs it dynamically during install on macOS. This will hopefully go away when grpcio properly publishes a mac arm wheel.
What was changed
Several small things:
grpcio
source package for macOS armNo real logic changed
Why?
Preparing for release
(note, disregard the commit count, I based this off of #43 before it was merged)