diff --git a/opik/streamlit/call-summarizer/poetry.lock b/opik/streamlit/call-summarizer/poetry.lock index cf05cc4..bd0ca30 100644 --- a/opik/streamlit/call-summarizer/poetry.lock +++ b/opik/streamlit/call-summarizer/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -1153,7 +1153,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 = "platform_system == \"Windows\" or sys_platform == \"win32\" or os_name == \"nt\""} +markers = {main = "os_name == \"nt\" or platform_system == \"Windows\" or sys_platform == \"win32\""} [[package]] name = "coloredlogs" @@ -4438,19 +4438,16 @@ cli = ["click (>=5.0)"] [[package]] name = "python-multipart" -version = "0.0.9" +version = "0.0.18" description = "A streaming multipart parser for Python" optional = false python-versions = ">=3.8" groups = ["main"] files = [ - {file = "python_multipart-0.0.9-py3-none-any.whl", hash = "sha256:97ca7b8ea7b05f977dc3849c3ba99d51689822fab725c3703af7c866a0c2b215"}, - {file = "python_multipart-0.0.9.tar.gz", hash = "sha256:03f54688c663f1b7977105f021043b0793151e4cb1c1a9d4a11fc13d622c4026"}, + {file = "python_multipart-0.0.18-py3-none-any.whl", hash = "sha256:efe91480f485f6a361427a541db4796f9e1591afc0fb8e7a4ba06bfbc6708996"}, + {file = "python_multipart-0.0.18.tar.gz", hash = "sha256:7a68db60c8bfb82e460637fa4750727b45af1d5e2ed215593f917f64694d34fe"}, ] -[package.extras] -dev = ["atomicwrites (==1.4.1)", "attrs (==23.2.0)", "coverage (==7.4.1)", "hatch", "invoke (==2.2.0)", "more-itertools (==10.2.0)", "pbr (==6.0.0)", "pluggy (==1.4.0)", "py (==1.11.0)", "pytest (==8.0.0)", "pytest-cov (==4.1.0)", "pytest-timeout (==2.2.0)", "pyyaml (==6.0.1)", "ruff (==0.2.1)"] - [[package]] name = "pytz" version = "2025.2" @@ -6552,4 +6549,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "07f96ce6ee97f6bfae161d4a755c07e1684bbdfb04939be290be304d70f40031" +content-hash = "d98394c87a8cca80c81694d13c7437b76e963677a3759c637b63a43ff5e0b122" diff --git a/opik/streamlit/call-summarizer/pyproject.toml b/opik/streamlit/call-summarizer/pyproject.toml index 7e99380..5d75a18 100644 --- a/opik/streamlit/call-summarizer/pyproject.toml +++ b/opik/streamlit/call-summarizer/pyproject.toml @@ -17,7 +17,7 @@ langchain-chroma = "^0.1.1" chromadb = "^0.5.0" pydantic = "^2.7.0" python-dotenv = "^1.0.1" -python-multipart = "^0.0.9" +python-multipart = "^0.0.18" pyyaml = "^6.0.1" pydantic-settings = "^2.9.1" beautifulsoup4 = "^4.12.3"