diff --git a/opik/streamlit/call-summarizer/poetry.lock b/opik/streamlit/call-summarizer/poetry.lock index cf05cc4..b4dae59 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.2.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.22" description = "A streaming multipart parser for Python" optional = false -python-versions = ">=3.8" +python-versions = ">=3.10" 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.22-py3-none-any.whl", hash = "sha256:2b2cd894c83d21bf49d702499531c7bafd057d730c201782048f7945d82de155"}, + {file = "python_multipart-0.0.22.tar.gz", hash = "sha256:7340bef99a7e0032613f56dc36027b959fd3b30a787ed62d310e951f7c3a3a58"}, ] -[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 = "4d722b093c492a28272ac3096b0cc274ddb4b9ac099fd21737308fa86f1714d3" diff --git a/opik/streamlit/call-summarizer/pyproject.toml b/opik/streamlit/call-summarizer/pyproject.toml index 7e99380..91a32cd 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.22" pyyaml = "^6.0.1" pydantic-settings = "^2.9.1" beautifulsoup4 = "^4.12.3"