Metadata-Version: 2.4 Name: apache-airflow-providers-common-ai Version: 0.7.0 Summary: Provider package apache-airflow-providers-common-ai for Apache Airflow Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-common-ai/0.7.0 Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-common-ai/0.7.0/changelog.html Project-URL: Bug Tracker, https://github.com/apache/airflow/issues Project-URL: Source Code, https://github.com/apache/airflow Project-URL: Slack Chat, https://s.apache.org/airflow-slack Project-URL: Mastodon, https://fosstodon.org/@airflow Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/ Author-email: Apache Software Foundation Maintainer-email: Apache Software Foundation License-Expression: Apache-2.0 License-File: LICENSE License-File: NOTICE Keywords: airflow,airflow-provider,common.ai,integration Classifier: Development Status :: 5 - Production/Stable Classifier: Environment :: Console Classifier: Environment :: Web Environment Classifier: Framework :: Apache Airflow Classifier: Framework :: Apache Airflow :: Provider Classifier: Intended Audience :: Developers Classifier: Intended Audience :: System Administrators Classifier: Programming Language :: Python :: 3.10 Classifier: Programming Language :: Python :: 3.11 Classifier: Programming Language :: Python :: 3.12 Classifier: Programming Language :: Python :: 3.13 Classifier: Programming Language :: Python :: 3.14 Classifier: Topic :: System :: Monitoring Requires-Python: >=3.10 Requires-Dist: apache-airflow-providers-common-compat>=1.15.0 Requires-Dist: apache-airflow-providers-standard>=1.12.1 Requires-Dist: apache-airflow>=3.0.0 Requires-Dist: pydantic-ai-slim>=2.0.0 Provides-Extra: anthropic Requires-Dist: pydantic-ai-slim[anthropic]; extra == 'anthropic' Provides-Extra: avro Requires-Dist: fastavro>=1.10.0; (python_version < '3.14') and extra == 'avro' Requires-Dist: fastavro>=1.12.1; (python_version >= '3.14') and extra == 'avro' Provides-Extra: bedrock Requires-Dist: pydantic-ai-slim[bedrock]; extra == 'bedrock' Provides-Extra: code-mode Requires-Dist: pydantic-ai-harness[codemode]>=0.3.0; extra == 'code-mode' Provides-Extra: common-sql Requires-Dist: apache-airflow-providers-common-sql>=1.33.0; extra == 'common-sql' Provides-Extra: docx Requires-Dist: python-docx>=1.0.0; extra == 'docx' Provides-Extra: git Requires-Dist: apache-airflow-providers-git; extra == 'git' Provides-Extra: google Requires-Dist: pydantic-ai-slim[google]; extra == 'google' Provides-Extra: langchain Requires-Dist: langchain>=1.0.0; extra == 'langchain' Provides-Extra: llamaindex Requires-Dist: dataclasses-json>=0.6.7; extra == 'llamaindex' Requires-Dist: llama-index-core>=0.13.0; extra == 'llamaindex' Requires-Dist: llama-index-embeddings-openai>=0.6.0; extra == 'llamaindex' Requires-Dist: llama-index-llms-openai>=0.6.0; extra == 'llamaindex' Provides-Extra: mcp Requires-Dist: pydantic-ai-slim[mcp]; extra == 'mcp' Provides-Extra: openai Requires-Dist: pydantic-ai-slim[openai]; extra == 'openai' Provides-Extra: parquet Requires-Dist: pyarrow>=18.0.0; (python_version < '3.14') and extra == 'parquet' Requires-Dist: pyarrow>=22.0.0; (python_version >= '3.14') and extra == 'parquet' Provides-Extra: pdf Requires-Dist: pypdf>=4.0.0; extra == 'pdf' Provides-Extra: shields Requires-Dist: pydantic-ai-shields>=0.3.4; extra == 'shields' Provides-Extra: skills Requires-Dist: apache-airflow-providers-git>=0.4.0; extra == 'skills' Requires-Dist: pydantic-ai-skills>=1.2.0; extra == 'skills' Provides-Extra: sql Requires-Dist: apache-airflow-providers-common-sql>=1.33.0; extra == 'sql' Requires-Dist: sqlglot>=30.0.0; extra == 'sql' Description-Content-Type: text/x-rst .. Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at .. http://www.apache.org/licenses/LICENSE-2.0 .. Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. .. NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE OVERWRITTEN! .. IF YOU WANT TO MODIFY TEMPLATE FOR THIS FILE, YOU SHOULD MODIFY THE TEMPLATE ``PROVIDER_README_TEMPLATE.rst.jinja2`` IN the ``dev/breeze/src/airflow_breeze/templates`` DIRECTORY Package ``apache-airflow-providers-common-ai`` Release: ``0.7.0`` AI/LLM hooks and operators for Airflow pipelines using `pydantic-ai `__. Provider package ---------------- This is a provider package for ``common.ai`` provider. All classes for this provider package are in ``airflow.providers.common.ai`` python package. You can find package information and changelog for the provider in the `documentation `_. Installation ------------ You can install this package on top of an existing Airflow installation (see ``Requirements`` below for the minimum Airflow version supported) via ``pip install apache-airflow-providers-common-ai`` The package supports the following python versions: 3.10,3.11,3.12,3.13,3.14 Requirements ------------ ========================================== ================== PIP package Version required ========================================== ================== ``apache-airflow`` ``>=3.0.0`` ``apache-airflow-providers-common-compat`` ``>=1.15.0`` ``apache-airflow-providers-standard`` ``>=1.12.1`` ``pydantic-ai-slim`` ``>=2.0.0`` ========================================== ================== Optional cross provider package dependencies -------------------------------------------- Those are dependencies that might be needed in order to use all the features of the package. You need to install the specified providers in order to use them. You can install such cross-provider dependencies when installing from PyPI. For example: .. code-block:: bash pip install apache-airflow-providers-common-ai[common.sql] ============================================================================================================ ============== Dependent package Extra ============================================================================================================ ============== `apache-airflow-providers-common-sql `_ ``common.sql`` `apache-airflow-providers-git `_ ``git`` ============================================================================================================ ============== Optional dependencies ---------------------- ============== ======================================================================================================================================= Extra Dependencies ============== ======================================================================================================================================= ``anthropic`` ``pydantic-ai-slim[anthropic]`` ``bedrock`` ``pydantic-ai-slim[bedrock]`` ``google`` ``pydantic-ai-slim[google]`` ``openai`` ``pydantic-ai-slim[openai]`` ``mcp`` ``pydantic-ai-slim[mcp]`` ``code-mode`` ``pydantic-ai-harness[codemode]>=0.3.0`` ``shields`` ``pydantic-ai-shields>=0.3.4`` ``skills`` ``apache-airflow-providers-git>=0.4.0``, ``pydantic-ai-skills>=1.2.0`` ``avro`` ``fastavro>=1.10.0; python_version < "3.14"``, ``fastavro>=1.12.1; python_version >= "3.14"`` ``parquet`` ``pyarrow>=18.0.0; python_version < '3.14'``, ``pyarrow>=22.0.0; python_version >= '3.14'`` ``sql`` ``apache-airflow-providers-common-sql>=1.33.0``, ``sqlglot>=30.0.0`` ``common.sql`` ``apache-airflow-providers-common-sql>=1.33.0`` ``langchain`` ``langchain>=1.0.0`` ``llamaindex`` ``dataclasses-json>=0.6.7``, ``llama-index-core>=0.13.0``, ``llama-index-embeddings-openai>=0.6.0``, ``llama-index-llms-openai>=0.6.0`` ``pdf`` ``pypdf>=4.0.0`` ``docx`` ``python-docx>=1.0.0`` ``git`` ``apache-airflow-providers-git`` ============== ======================================================================================================================================= The changelog for the provider package can be found in the `changelog `_.