diff --git a/poetry.lock b/poetry.lock index 28679f12..6b1369e0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -647,7 +647,7 @@ files = [ {file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"}, {file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"}, ] -markers = {main = "sys_platform == \"win32\" or platform_system == \"Windows\"", dev = "platform_system == \"Windows\" or sys_platform == \"win32\" or os_name == \"nt\""} +markers = {main = "sys_platform == \"win32\" or platform_system == \"Windows\"", dev = "platform_system == \"Windows\" or os_name == \"nt\" or sys_platform == \"win32\""} [[package]] name = "coloredlogs" @@ -3643,14 +3643,14 @@ pbr = ">=2.0.0" [[package]] name = "structlog" -version = "25.1.0" +version = "25.2.0" description = "Structured Logging for Python" optional = false python-versions = ">=3.8" groups = ["main"] files = [ - {file = "structlog-25.1.0-py3-none-any.whl", hash = "sha256:843fe4f254540329f380812cbe612e1af5ec5b8172205ae634679cd35a6d6321"}, - {file = "structlog-25.1.0.tar.gz", hash = "sha256:2ef2a572e0e27f09664965d31a576afe64e46ac6084ef5cec3c2b8cd6e4e3ad3"}, + {file = "structlog-25.2.0-py3-none-any.whl", hash = "sha256:0fecea2e345d5d491b72f3db2e5fcd6393abfc8cd06a4851f21fcd4d1a99f437"}, + {file = "structlog-25.2.0.tar.gz", hash = "sha256:d9f9776944207d1035b8b26072b9b140c63702fd7aa57c2f85d28ab701bd8e92"}, ] [package.extras] @@ -4276,4 +4276,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.12,<3.13" -content-hash = "bce22af3c1db8537145aeaef93b3cec9cc18832fc23fdd39242385b1719e8bd6" +content-hash = "78f494b441f59dfdeb5098dc0d7fde4c7cb23328d521bf754e19d4d6306f0f9c" diff --git a/pyproject.toml b/pyproject.toml index ba9533e8..64d9d1cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ click = "==8.1.8" PyYAML = "==6.0.2" fastapi = "==0.115.11" uvicorn = "==0.34.0" -structlog = "==25.1.0" +structlog = "==25.2.0" litellm = "==1.63.0" llama_cpp_python = "==0.3.5" cryptography = "==44.0.2"