diff --git a/Pipfile b/Pipfile index c049e01..06e36c2 100644 --- a/Pipfile +++ b/Pipfile @@ -4,7 +4,7 @@ verify_ssl = true name = "pypi" [packages] -fastapi = "==0.123.5" +fastapi = "==0.123.9" pymarc = "==5.3.1" uvicorn = {version = "==0.38.0", extras = ["standard"]} xmltodict = "==1.0.2"