Skip to content
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

Merged
merged 13 commits into from
Jun 10, 2022

Conversation

cretz
Copy link
Member

@cretz cretz commented Jun 10, 2022

What was changed

Several small things:

  • Added rust-cache to CI
  • Added macOS brew note to README
  • Updated all Python dependencies where able
  • Added direct reference to grpcio source package for macOS arm
  • Updated core
  • Update all the Core proto references that changed

No real logic changed

Why?

Preparing for release

(note, disregard the commit count, I based this off of #43 before it was merged)

cretz added 12 commits June 3, 2022 17:13
# 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
@cretz cretz requested review from bergundy, Sushisource and a team June 10, 2022 22:18
@cretz cretz marked this pull request as ready for review June 10, 2022 22:35
@@ -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
Copy link
Member

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?

Copy link
Member Author

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.

Copy link
Member Author

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.

@cretz cretz merged commit 155afe2 into temporalio:main Jun 10, 2022
@cretz cretz deleted the updates branch June 10, 2022 23:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants