allegroai / clearml-serving

ClearML - Model-Serving Orchestration and Repository Solution
https://clear.ml
Apache License 2.0
138 stars 40 forks source link

Incorrect requests version specifier in requirements.txt #66

Closed ilyahabr closed 8 months ago

ilyahabr commented 10 months ago

Issue Description

Hi! In the requirements.txt file, the requests version specifier is currently set to >=2.31.0,<2.29.0, which seems to be a mistake. And should be >=2.29.0,<2.31.0. https://github.com/allegroai/clearml-serving/blob/main/clearml_serving/serving/requirements.txt

jkhenning commented 10 months ago

Hi @ilyahabr, thanks for noticing this.

Actually, this was caused by a snyk commit, and it was messed up a bit. The correct value should be >=2.31.0,<2.32.0 - care to add a PR?

ilyahabr commented 10 months ago

Sure, I will create a PR

ilyahabr commented 8 months ago

Was solved