potiuk commented on PR #37040: URL: https://github.com/apache/airflow/pull/37040#issuecomment-1913513257
The problem was that you manually modified the `provider_dependencies.json" file and did not modify `pyproject.toml` (they are both generated from provider.yaml being the single source of truth). Generally you shoudl only generate provider.yaml and all the rest should be automatically updated via pre-commit (so when you update provider.yaml, both generated/provider_dependencies.json and pyproject.toml are regenerated automatically). I will add some protection against someone making similar mistake. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
