diff --git a/clients/client-python/requirements-dev.txt b/clients/client-python/requirements-dev.txt index 47b384622c7..ede83d364a6 100644 --- a/clients/client-python/requirements-dev.txt +++ b/clients/client-python/requirements-dev.txt @@ -9,4 +9,6 @@ coverage==7.5.1 pandas==2.0.3 pyarrow==15.0.2 llama-index==0.10.40 -tenacity==8.3.0 \ No newline at end of file +tenacity==8.3.0 +cachetools==5.3.3 +readerwriterlock==1.0.9 \ No newline at end of file diff --git a/clients/client-python/requirements.txt b/clients/client-python/requirements.txt index 2079d34d897..2c17b167015 100644 --- a/clients/client-python/requirements.txt +++ b/clients/client-python/requirements.txt @@ -2,9 +2,9 @@ # This software is licensed under the Apache License version 2. # the tools to publish the python client to Pypi -requests -dataclasses-json +requests==2.32.2 +dataclasses-json==0.6.6 readerwriterlock==1.0.9 fsspec==2024.3.1 -pyarrow +pyarrow==15.0.2 cachetools==5.3.3 \ No newline at end of file