dagster
dagster copied to clipboard
Add grpcio pin in dagster-dbt
Summary & Motivation
This PR pins grpcio<1.65.0
in dagster-dbt
to fix issue #23854. Also pins grpcio-health-checking
as a safety net in the future.
Without this change, grpcio==1.66.0
and grpcio-health-checking==1.62.3
in Dagster 1.8.2.
How I Tested These Changes
make dev_install
Changelog [New | Bug | Docs]
NOCHANGELOG