Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support typeguard < 3 for better compatability #1563

Merged
merged 4 commits into from
Apr 12, 2024
Merged
Show file tree
Hide file tree
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
17 changes: 1 addition & 16 deletions ci/requirements-py3.11-pandas1.5.3-pydantic1.10.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -337,19 +337,8 @@ packaging==23.1
# sphinx
pandas==1.5.3
# via
# dask
# frictionless
# geopandas
# hypothesis
# ipython
# jupyter-cache
# modin
# myst-nb
# partd
# petl
# polars
# pyspark
# ray
pandas-stubs==1.5.2.221213
pandocfilters==1.5.0
# via nbconvert
Expand Down Expand Up @@ -401,11 +390,7 @@ pyarrow==14.0.1
pycparser==2.21
# via cffi
pydantic==1.10.11
# via
# fastapi
# modin
# polars
# ray
# via fastapi
pygments==2.16.1
# via
# furo
Expand Down
17 changes: 1 addition & 16 deletions ci/requirements-py3.11-pandas1.5.3-pydantic2.3.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -339,19 +339,8 @@ packaging==23.1
# sphinx
pandas==1.5.3
# via
# dask
# frictionless
# geopandas
# hypothesis
# ipython
# jupyter-cache
# modin
# myst-nb
# partd
# petl
# polars
# pyspark
# ray
pandas-stubs==1.5.2.221213
pandocfilters==1.5.0
# via nbconvert
Expand Down Expand Up @@ -403,11 +392,7 @@ pyarrow==14.0.1
pycparser==2.21
# via cffi
pydantic==2.3.0
# via
# fastapi
# modin
# polars
# ray
# via fastapi
pydantic-core==2.6.3
# via pydantic
pygments==2.16.1
Expand Down
17 changes: 1 addition & 16 deletions ci/requirements-py3.11-pandas2.0.3-pydantic1.10.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -337,19 +337,8 @@ packaging==23.1
# sphinx
pandas==2.0.3
# via
# dask
# frictionless
# geopandas
# hypothesis
# ipython
# jupyter-cache
# modin
# myst-nb
# partd
# petl
# polars
# pyspark
# ray
pandas-stubs==1.5.2.221213
pandocfilters==1.5.0
# via nbconvert
Expand Down Expand Up @@ -401,11 +390,7 @@ pyarrow==14.0.1
pycparser==2.21
# via cffi
pydantic==1.10.11
# via
# fastapi
# modin
# polars
# ray
# via fastapi
pygments==2.16.1
# via
# furo
Expand Down
17 changes: 1 addition & 16 deletions ci/requirements-py3.11-pandas2.0.3-pydantic2.3.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -339,19 +339,8 @@ packaging==23.1
# sphinx
pandas==2.0.3
# via
# dask
# frictionless
# geopandas
# hypothesis
# ipython
# jupyter-cache
# modin
# myst-nb
# partd
# petl
# polars
# pyspark
# ray
pandas-stubs==1.5.2.221213
pandocfilters==1.5.0
# via nbconvert
Expand Down Expand Up @@ -403,11 +392,7 @@ pyarrow==14.0.1
pycparser==2.21
# via cffi
pydantic==2.3.0
# via
# fastapi
# modin
# polars
# ray
# via fastapi
pydantic-core==2.6.3
# via pydantic
pygments==2.16.1
Expand Down
17 changes: 2 additions & 15 deletions ci/requirements-py3.11-pandas2.2.0-pydantic1.10.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ furo==2022.9.29
geopandas==0.14.3
greenlet==3.0.3
# via sqlalchemy
grpcio==1.62.1
h11==0.14.0
# via uvicorn
hypothesis==6.98.9
Expand Down Expand Up @@ -333,19 +334,8 @@ packaging==23.2
# sphinx
pandas==2.2.0
# via
# dask
# frictionless
# geopandas
# hypothesis
# ipython
# jupyter-cache
# modin
# myst-nb
# partd
# petl
# polars
# pyspark
# ray
pandas-stubs==2.2.0.240218
pandocfilters==1.5.1
# via nbconvert
Expand Down Expand Up @@ -395,10 +385,7 @@ pyarrow==15.0.0
pycparser==2.21
# via cffi
pydantic==1.10.11
# via
# fastapi
# polars
# ray
# via fastapi
pygments==2.17.2
# via
# furo
Expand Down
17 changes: 2 additions & 15 deletions ci/requirements-py3.11-pandas2.2.0-pydantic2.3.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ furo==2022.9.29
geopandas==0.14.3
greenlet==3.0.3
# via sqlalchemy
grpcio==1.62.1
h11==0.14.0
# via uvicorn
hypothesis==6.98.9
Expand Down Expand Up @@ -335,19 +336,8 @@ packaging==23.2
# sphinx
pandas==2.2.0
# via
# dask
# frictionless
# geopandas
# hypothesis
# ipython
# jupyter-cache
# modin
# myst-nb
# partd
# petl
# polars
# pyspark
# ray
pandas-stubs==2.2.0.240218
pandocfilters==1.5.1
# via nbconvert
Expand Down Expand Up @@ -397,10 +387,7 @@ pyarrow==15.0.0
pycparser==2.21
# via cffi
pydantic==2.3.0
# via
# fastapi
# polars
# ray
# via fastapi
pydantic-core==2.6.3
# via pydantic
pygments==2.17.2
Expand Down
Loading
Loading