diff --git a/dev-requirements.txt b/dev-requirements.txt index 6716a9987..5337124e1 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,9 +1,5 @@ -# -# This file is autogenerated by pip-compile with Python 3.12 -# by the following command: -# -# pip-compile dev-requirements.in -# +# This file was autogenerated by uv via the following command: +# uv pip compile dev-requirements.in -o dev-requirements.txt adlfs==2024.7.0 # via flytekit aiobotocore==2.15.1 @@ -20,6 +16,8 @@ aioitertools==0.12.0 # via aiobotocore aiosignal==1.3.1 # via aiohttp +annotated-types==0.7.0 + # via pydantic attrs==24.2.0 # via # aiohttp @@ -72,7 +70,7 @@ cryptography==43.0.1 # azure-storage-blob # msal # pyjwt -dask[array,dataframe]==2024.9.1 +dask==2024.9.1 # via # -r dev-requirements.in # dask-expr @@ -272,16 +270,18 @@ pyasn1-modules==0.4.1 # via google-auth pycparser==2.22 # via cffi +pydantic==2.10.3 + # via -r dev-requirements.in +pydantic-core==2.27.1 + # via pydantic pyflakes==3.2.0 # via autoflake pygments==2.18.0 # via # flytekit # rich -pyjwt[crypto]==2.9.0 - # via - # msal - # pyjwt +pyjwt==2.9.0 + # via msal pytest==8.3.3 # via -r dev-requirements.in python-dateutil==2.9.0.post0 @@ -346,6 +346,8 @@ typing-extensions==4.12.2 # flytekit # mashumaro # mypy + # pydantic + # pydantic-core # rich-click # typing-inspect typing-inspect==0.9.0 diff --git a/docs-requirements.txt b/docs-requirements.txt index 8df2d7a24..ecd9f1863 100644 --- a/docs-requirements.txt +++ b/docs-requirements.txt @@ -1,9 +1,5 @@ -# -# This file is autogenerated by pip-compile with Python 3.12 -# by the following command: -# -# pip-compile docs-requirements.in -# +# This file was autogenerated by uv via the following command: +# uv pip compile docs-requirements.in -o docs-requirements.txt accessible-pygments==0.0.5 # via pydata-sphinx-theme adlfs==2024.7.0 @@ -403,10 +399,8 @@ pygments==2.18.0 # sphinx # sphinx-prompt # sphinx-tabs -pyjwt[crypto]==2.9.0 - # via - # msal - # pyjwt +pyjwt==2.9.0 + # via msal python-dateutil==2.9.0.post0 # via # botocore @@ -475,6 +469,8 @@ scikit-learn==1.5.2 # via -r docs-requirements.in scipy==1.14.1 # via scikit-learn +setuptools==75.6.0 + # via torch six==1.16.0 # via # asttokens @@ -609,6 +605,3 @@ yarl==1.13.1 # via aiohttp zipp==3.20.2 # via importlib-metadata - -# The following packages are considered to be unsafe in a requirements file: -# setuptools