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
32 changes: 24 additions & 8 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,22 @@ adlfs==2024.4.1
# via flytekit
aiobotocore==2.13.0
# via s3fs
aiohappyeyeballs==2.4.4
aiohappyeyeballs==2.6.1
# via aiohttp
aiohttp==3.10.11
aiohttp==3.13.3
# via
# adlfs
# aiobotocore
# gcsfs
# s3fs
aioitertools==0.11.0
# via aiobotocore
aiosignal==1.3.1
aiosignal==1.4.0
# via aiohttp
annotated-types==0.7.0
# via pydantic
anyio==4.12.0
# via httpx
asn1crypto==1.5.1
# via snowflake-connector-python
asttokens==2.4.1
Expand Down Expand Up @@ -52,6 +54,8 @@ cachetools==5.3.3
# via google-auth
certifi==2024.7.4
# via
# httpcore
# httpx
# kubernetes
# requests
# snowflake-connector-python
Expand Down Expand Up @@ -115,7 +119,7 @@ filelock==3.14.0
# via
# snowflake-connector-python
# virtualenv
flyteidl>=1.15.4
flyteidl==1.16.3
# via flytekit
frozenlist==1.4.1
# via
Expand Down Expand Up @@ -181,6 +185,12 @@ grpcio-status==1.62.2
# via
# flytekit
# google-api-core
h11==0.16.0
# via httpcore
httpcore==1.0.9
# via httpx
httpx==0.28.1
# via -r dev-requirements.in
hypothesis==6.103.0
# via -r dev-requirements.in
icdiff==2.0.7
Expand All @@ -189,6 +199,8 @@ identify==2.5.36
# via pre-commit
idna==3.7
# via
# anyio
# httpx
# requests
# snowflake-connector-python
# yarl
Expand Down Expand Up @@ -244,9 +256,7 @@ keyring==25.2.1
keyrings-alt==5.0.1
# via -r dev-requirements.in
kubernetes==29.0.0
# via
# -r dev-requirements.in
# flytekit
# via -r dev-requirements.in
markdown-it-py==3.0.0
# via
# flytekit
Expand Down Expand Up @@ -348,7 +358,9 @@ prometheus-client==0.20.0
prompt-toolkit==3.0.45
# via ipython
propcache==0.2.1
# via yarl
# via
# aiohttp
# yarl
proto-plus==1.23.0
# via
# google-api-core
Expand Down Expand Up @@ -517,6 +529,8 @@ traitlets==5.14.3
# jupyter-client
# jupyter-core
# matplotlib-inline
types-cachetools==6.2.0.20251022
# via -r dev-requirements.in
types-croniter==2.0.0.20240423
# via -r dev-requirements.in
types-decorator==5.1.8.20240310
Expand All @@ -529,6 +543,8 @@ types-requests==2.32.0.20240523
# via -r dev-requirements.in
typing-extensions==4.12.0
# via
# aiosignal
# anyio
# azure-core
# azure-storage-blob
# flytekit
Expand Down
Loading