Closed torkjel closed 1 year ago
@torkjel Thanks for opening! Good call - I think we probably ought to revert https://github.com/dbt-labs/dbt-core/pull/6180 until dbt officially supports Python 3.11 (https://github.com/dbt-labs/dbt-core/issues/6147), and rebuild the Docker images for the affected versions in the meantime.
Is this a new bug in dbt-core?
Current Behavior
The latest
1.3.latest
image thows the following exception immediately upon startup:Previous version prints the usage message as expected:
Expected Behavior
Not crash and burn :)
Steps To Reproduce
1: Run commands as shown above.
Relevant log output
No response
Environment
Which database adapter are you using with dbt?
postgres
Additional Context
This upgraded to Python 3.11 in the image: https://github.com/dbt-labs/dbt-core/pull/6180/files This report with a similar exception, claims
mashumaro
does not support Python 3.10 (and I presume it might have problems with 3.11 too then): https://github.com/dbt-labs/dbt-core/issues/5976