arpitjain099 commented on PR #64929: URL: https://github.com/apache/doris/pull/64929#issuecomment-4988591429
Thanks for the catch on all three. I dug into the current upstream layout: dbt-core dropped the `/core` subdirectory (main is the 2.0 Rust rewrite now) and dbt-tests-adapter moved into dbt-labs/dbt-adapters, whose main requires Python 3.10, so both old git refs were dead. I have pinned dbt-core and dbt-tests-adapter to the released 1.10 line, which still supports 3.9 to match setup.py and tox, and raised mysql-connector-python to >=9.1.0 for GHSA-hgjp-83m4-h4fj (9.1 through 9.4 keep 3.9 support, and the adapter only uses the stable connect/cursor API). I verified the whole dev-requirements.txt resolves cleanly with pip on Python 3.9.6. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
