potiuk commented on PR #44249: URL: https://github.com/apache/airflow/pull/44249#issuecomment-2491789913
> > > You can try with `pydantic==git+https://github.com/pydantic/pydantic@main` > > > > > > It might be that we expect version in our CI for that, so I am not sure if it's going to work . I can try, but I have a feeling it will fail in one of the steps. > > Trying it here @sydney-runkle #44260 Yeah... some tests are already failing here as I suspected. But those are auxiliary ones, maybe the main part of the tests that actually failed before will be ok: ``` Preparing metadata (pyproject.toml): finished with status 'done' ERROR: Requested apache-airflow==3.0.0.dev0 from file:///home/runner/work/airflow/airflow has invalid metadata: Expected end or semicolon (after name and no valid version specifier) pydantic==git+https://github.com/pydantic/pydantic@main ``` -- 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]
