Customers may see the same package listed multiple times with different versions (for example, aiohttp 3.13.3 and aiohttp 3.12.12) in the Packages view of the Bitnami Apache Airflow container image.
Bitnami Secure Images
This behavior is expected and not a bug.
Multiple versions appear because:
One version is used directly by Apache Airflow.
Another version is bundled internally by a transitive dependency (for example, ray, which is pulled in by apache-airflow-providers-google).
The UI lists all packages detected in the image, including those embedded within other dependencies, and does not distinguish which version comes from the main image versus a transitive dependency.