diff --git a/poetry.lock b/poetry.lock index cc9f1d8..e739049 100644 --- a/poetry.lock +++ b/poetry.lock @@ -673,12 +673,12 @@ typing = ["typing-extensions (>=4.8)"] [[package]] name = "fire" -version = "0.5.0" +version = "0.6.0" description = "A library for automatically generating command line interfaces." optional = false python-versions = "*" files = [ - {file = "fire-0.5.0.tar.gz", hash = "sha256:a6b0d49e98c8963910021f92bba66f65ab440da2982b78eb1bbf95a0a34aacc6"}, + {file = "fire-0.6.0.tar.gz", hash = "sha256:54ec5b996ecdd3c0309c800324a0703d6da512241bc73b553db959d98de0aa66"}, ] [package.dependencies] @@ -3194,4 +3194,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "b29700a8e3d5d5086bb0acde90e9480d87de4ee0874b85d5a37a635977237525" +content-hash = "a7bd7081eec3998a8d95b2c137c44c2ab6fa71c4b439b6bdeb5e485c2dc33046" diff --git a/pyproject.toml b/pyproject.toml index 5c1891b..52e0af8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ agentic_security = "agentic_security.__main__:entrypoint" python = "^3.9" fastapi = ">=0.109.1,<0.112.0" uvicorn = ">=0.23.2,<0.30.0" -fire = "^0.5.0" +fire = ">=0.5,<0.7" loguru = "^0.7.2" httpx = ">=0.25.1,<0.28.0" cache-to-disk = "^2.0.0"