containers
                                
                                 containers copied to clipboard
                                
                                    containers copied to clipboard
                            
                            
                            
                        Databricks 15.4 LTS is shipped with Python 3.11.0rc1
I'm not expecting the LTS to be shipped with a Python release candidate.
To replicate:
- docker run --rm -it --platform linux/amd64 databricksruntime/standard:15.4-LTS /bin/bash
- /databricks/python3/bin/python3 --version
- The output is Python 3.11.0rc1
- Same with /databricks/python-lsp/bin/python3 --version.