diff --git a/poetry.lock b/poetry.lock index 69f3d80..be1ac83 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2036,4 +2036,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "2ef5ab8f95a3467f347d527f88a2f4f84fe0119985e2e7efe408461a6e4fbd0e" +content-hash = "e3ba0093dd25ccd2127667ad45524a19083d4db42d981a5c82b116331ef0423a" diff --git a/pyproject.toml b/pyproject.toml index 64de647..9fe006f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ httpx = { extras = ["http2"], version = "^0.27.2" } jinja2 = "^3.1.4" loguru = "^0.7.2" litestar = { version = "^2.11.0", extras = ['jinja'] } -fast-query-parsers = ">=1.0.2,<2" +fast-query-parsers = ">=1.0.3,<2" redis = { extras = ["hiredis"], version = "^5.0.8" } uvicorn = { version = "^0.30.6", extras = ['standard'] } pydash = "^8.0.3"