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

fix: backport to 2022.3.2 -> pinned typing-extensions==4.5.0 to be compatible with pydantic #393

Closed viniarck closed 1 year ago

viniarck commented 1 year ago

kytos 2022.3.1 was also still using pydantic with lose typing-extensions>=4.0.1, similarly to https://github.com/kytos-ng/kytos/pull/387 it needs to be backported otherwise, the docker build will fail.

viniarck commented 1 year ago

Landed on https://github.com/kytos-ng/kytos/pull/394