dcc.Input, how to set the boundary value of the numerical range is also invalid value

For example, the range of a value is (0,100), not [0,100]
I have used min and max parameters, but they include boundary values 0 and 100

min = 0,
max = 100