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