Skip to content

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 a team, Sushisource and bergundy June 10, 2022 22:18
@cretz cretz marked this pull request as ready for review June 10, 2022 22:35
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