Skip to content

Commit

Permalink
[apache#3944] fix(pyClient): Python client loss depends library in th…
Browse files Browse the repository at this point in the history
…e requirements-dev (apache#3945)

### What changes were proposed in this pull request?

Add lose Python depends on library into `requirements-dev.txt`
```
cachetools==5.3.3
readerwriterlock==1.0.9
```

### Why are the changes needed?

Fix: apache#3944

### Does this PR introduce _any_ user-facing change?

N/A

### How was this patch tested?

CI Passed.
  • Loading branch information
xunliu authored Jun 24, 2024
1 parent c2ae2a3 commit 141c9c2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion clients/client-python/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
tenacity==8.3.0
cachetools==5.3.3
readerwriterlock==1.0.9
6 changes: 3 additions & 3 deletions clients/client-python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 141c9c2

Please sign in to comment.