unioslo / zabbix-auto-config

MIT License
2 stars 5 forks source link

Require pydantic>=1.0.0,<2.0.0 #62

Closed pederhan closed 1 year ago

pederhan commented 1 year ago

Pydantic v2 breaks a bunch of stuff which requires some non-trivial changes. Before we can fix that, we need to restrict the required version to be anything between 1.0.0 and 2.0.0 for now, so new installations of the application does not use >=2.0.0.