Closed colin-combe closed 9 months ago
is there a reason were on FAST-API version fastapi = ">=0.68.0,<0.69.0"? (in the xiview-api project)
fastapi = ">=0.68.0,<0.69.0"
might be better to update to fastapi = ">=0.109.1"
fastapi = ">=0.109.1"
https://github.com/Rappsilber-Laboratory/xi-mzidentml-converter/security/dependabot/15
Suresh Hewapathirana 10:44 AM oh I just update the fastapi version to ‘*’ to update to the latest version. Because Examples were not showing in the swagger page
is there a reason were on FAST-API version
fastapi = ">=0.68.0,<0.69.0"
? (in the xiview-api project)might be better to update to
fastapi = ">=0.109.1"
https://github.com/Rappsilber-Laboratory/xi-mzidentml-converter/security/dependabot/15