Deepomatic / deepomatic-client-python

Python Client
Other
14 stars 0 forks source link

Dependency constraints relaxation #26

Closed leo-p closed 6 years ago

leo-p commented 6 years ago

Today, we freeze a very specific version of the imported modules. This means we can't use the client with another module that requires higher versions. To mitigate this, we allow any higher module as long as it's not a major change.