kytos-ng / kytos

Kytos SDN Platform. Kytos is designed to be easy to install, use, develop and share Network Apps (NApps).
https://kytos-ng.github.io/
MIT License
2 stars 7 forks source link

chore: upgrade openapi-core #420

Closed viniarck closed 3 months ago

viniarck commented 9 months ago

This is a reminder to also upgrade openapi-core and its dependencies

For telemetry_int for instance we've already got a deprecation warning:

tests/unit/test_main.py::TestMain::test_disable_telemetry
  /home/viniarck/repos/telemetry_int/.direnv/python-3.9/lib/python3.9/site-packages/openapi_schema_validator/validators.py:120: DeprecationWarning: write property is deprecated. Use OAS
30WriteValidator instead.
    warnings.warn(

So when upgrading the other libs, let's try to upgrade this one too to a latest stabel compatible version on https://github.com/kytos-ng/kytos/issues/341