keon94 commented on issue #4944:
URL: 
https://github.com/apache/incubator-devlake/issues/4944#issuecomment-1512195622

   dbt-mysql is at v0.19, only compatible up to Python 3.9. postgres (v1.4.5) 
works with 3.11 but its code is broken - it tries to import "Sequence" using 
"from collections import Sequence" in a few src files (dependencies) but it has 
to be "from collections.abc import Sequence" to work.


-- 
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]

Reply via email to