Hi CrewAI community,
I understand that the latest CrewAI officially supports:
Python >=3.10 and <3.14
However, our existing Docker base image is already built on:
Python 3.14 series
i am trying to understand whether deployment is still possible in practice if the required dependencies/libraries support Python 3.14.5.
Questions:
Has anyone successfully deployed the latest CrewAI using Python 3.14.x inside Docker?
Even if CrewAI itself does not officially support 3.14 yet, can it still work if:
pydantic-core
tiktoken
chromadb
litellm
crewai-tools and other dependencies install correctly?
Are there any known runtime issues beyond installation constraints?
Would manually overriding dependency versions or building wheels from source make it stable enough for production/testing?
Is official Python 3.14 support expected soon?
Currently, the official docs and PyPI mention:
Python >=3.10 and <3.14
but i wanted to know if anybody has real-world experience running CrewAI on Python 3.14.x containers anyway.