Skip to content
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
2 changes: 1 addition & 1 deletion src/python/library/requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

numpy>=1.19.1,<2
numpy>=1.19.1
python-rapidjson>=0.9.1
urllib3>=2.0.7
2 changes: 1 addition & 1 deletion src/python/library/requirements/requirements_grpc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

grpcio>=1.63.0,<1.68
numpy>=1.19.1,<2
numpy>=1.19.1
packaging>=14.1
protobuf>=5.26.1,<6.0dev
python-rapidjson>=0.9.1
2 changes: 1 addition & 1 deletion src/python/library/requirements/requirements_http.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@

aiohttp>=3.8.1,<4.0.0
geventhttpclient>=2.3.3
numpy>=1.19.1,<2
numpy>=1.19.1
python-rapidjson>=0.9.1
Loading