I am seeing this behaviour on: (please complete the following information):
Describe the bug
To check server version cbapi relies on distutils.version (see usage). This module has been deprecated and now it returns the following warning:
DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
Steps to Reproduce
Steps to reproduce the behavior (Provide a log message if relevant):
- Istantiate any CbAPI class (
CbResponseAPI or CbProtectionAPI)
Expected behavior
No warning should be raised.
I am seeing this behaviour on: (please complete the following information):
Describe the bug
To check server version cbapi relies on
distutils.version(see usage). This module has been deprecated and now it returns the following warning:Steps to Reproduce
Steps to reproduce the behavior (Provide a log message if relevant):
CbResponseAPIorCbProtectionAPI)Expected behavior
No warning should be raised.