Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 22 additions & 16 deletions plugins/flytekit-airflow/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ alembic==1.13.3
# sqlalchemy-spanner
annotated-types==0.7.0
# via pydantic
anyio==4.6.0
# via httpx
anyio==4.12.1
# via
# google-genai
# httpx
apache-airflow[google]==2.10.3
# via
# -r dev-requirements.in
Expand Down Expand Up @@ -99,9 +101,7 @@ cachelib==0.9.0
# flask-caching
# flask-session
cachetools==5.5.0
# via
# apache-beam
# google-auth
# via apache-beam
cattrs==24.1.2
# via looker-sdk
certifi==2024.8.30
Expand Down Expand Up @@ -142,6 +142,7 @@ cryptography==43.0.1
# via
# apache-airflow
# gcloud-aio-auth
# google-auth
# pyopenssl
db-dtypes==1.3.0
# via pandas-gbq
Expand Down Expand Up @@ -296,7 +297,7 @@ google-api-python-client==2.149.0
# via apache-airflow-providers-google
google-apitools==0.5.31
# via apache-beam
google-auth==2.35.0
google-auth==2.48.0
# via
# apache-airflow-providers-google
# apache-beam
Expand Down Expand Up @@ -348,6 +349,7 @@ google-auth==2.35.0
# google-cloud-videointelligence
# google-cloud-vision
# google-cloud-workflows
# google-genai
# pandas-gbq
# pydata-google-auth
# sqlalchemy-bigquery
Expand All @@ -362,7 +364,7 @@ google-auth-oauthlib==1.2.1
# google-ads
# pandas-gbq
# pydata-google-auth
google-cloud-aiplatform==1.70.0
google-cloud-aiplatform==1.133.0
# via
# apache-airflow-providers-google
# apache-beam
Expand Down Expand Up @@ -491,6 +493,8 @@ google-crc32c==1.6.0
# via
# google-cloud-storage
# google-resumable-media
google-genai==1.47.0
# via google-cloud-aiplatform
google-re2==1.1.20240702
# via
# apache-airflow
Expand Down Expand Up @@ -566,10 +570,11 @@ httplib2==0.22.0
# google-apitools
# google-auth-httplib2
# oauth2client
httpx==0.27.2
httpx==0.28.1
# via
# apache-airflow
# apache-airflow-providers-google
# google-genai
idna==3.10
# via
# anyio
Expand Down Expand Up @@ -671,7 +676,6 @@ numpy==1.26.4
# pandas
# pandas-gbq
# pyarrow
# shapely
oauth2client==4.1.3
# via google-apitools
oauthlib==3.2.2
Expand Down Expand Up @@ -863,7 +867,9 @@ pyasn1-modules==0.4.0
pycparser==2.22
# via cffi
pydantic==2.9.2
# via google-cloud-aiplatform
# via
# google-cloud-aiplatform
# google-genai
pydantic-core==2.23.4
# via pydantic
pydata-google-auth==1.8.2
Expand Down Expand Up @@ -939,6 +945,7 @@ requests==2.32.3
# google-api-core
# google-cloud-bigquery
# google-cloud-storage
# google-genai
# hdfs
# looker-sdk
# opentelemetry-exporter-otlp-proto-http
Expand Down Expand Up @@ -970,8 +977,6 @@ rsa==4.9
# oauth2client
setproctitle==1.3.3
# via apache-airflow
shapely==2.0.6
# via google-cloud-aiplatform
six==1.16.0
# via
# google-apitools
Expand All @@ -982,10 +987,6 @@ six==1.16.0
# python-dateutil
# rfc3339-validator
# wirerope
sniffio==1.3.1
# via
# anyio
# httpx
sqlalchemy==1.4.54
# via
# alembic
Expand Down Expand Up @@ -1015,6 +1016,7 @@ tenacity==9.0.0
# via
# apache-airflow
# apache-airflow-providers-google
# google-genai
termcolor==2.5.0
# via apache-airflow
text-unidecode==1.3
Expand All @@ -1029,6 +1031,8 @@ typing-extensions==4.12.2
# asgiref
# cattrs
# flask-limiter
# google-cloud-aiplatform
# google-genai
# limits
# looker-sdk
# multidict
Expand All @@ -1050,6 +1054,8 @@ uritemplate==4.1.1
# via google-api-python-client
urllib3==2.6.3
# via requests
websockets==15.0.1
# via google-genai
werkzeug==2.2.3
# via
# apache-airflow
Expand Down
Loading