diff --git a/poetry.lock b/poetry.lock index 7901a31f..a8b6b23f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2166,13 +2166,13 @@ snowflake = ["snowflake-connector-python (>=2.8.0)", "snowflake-snowpark-python[ [[package]] name = "streamlit-server-state" -version = "0.17.1" +version = "0.18.0" description = "" optional = false -python-versions = ">=3.8, !=2.7.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*, !=3.7.*" +python-versions = "!=2.7.*,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,!=3.7.*,>=3.8" files = [ - {file = "streamlit_server_state-0.17.1-py3-none-any.whl", hash = "sha256:528bf795beaecb51d90156fe153326e22ffcd3bf955673e8871de1b6ac67a7ea"}, - {file = "streamlit_server_state-0.17.1.tar.gz", hash = "sha256:b4b6d6c0801626f1bcf94a010cf8be67d31ceb51ad762b1735ea7a1f6a487cf7"}, + {file = "streamlit_server_state-0.18.0-py3-none-any.whl", hash = "sha256:d0467c7d08a407e209282a11272fb939df28c0174443ea9665a316ba1cfe7978"}, + {file = "streamlit_server_state-0.18.0.tar.gz", hash = "sha256:37713123bb7f182ca736583287230a248005eec6c6cd91cda68625e17a868c86"}, ] [package.dependencies] @@ -2446,4 +2446,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = ">=3.8,<4,!=3.9.7" -content-hash = "02eaef8be7c1b98103b13d31743da670791215212c5ae5531d2065c482d86d4e" +content-hash = "0bbf1ad3192e612db4ad1f604cb9170e5a60e3b99a5133f18bf307e51e8b20eb" diff --git a/pyproject.toml b/pyproject.toml index 4dd12599..eb2786d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ mypy = "^1.11.2" pydub = "^0.25.1" matplotlib = "^3.5.1" deepspeech = { version = "^0.9.3", python = ">=3.5,<=3.9" } # DeepSpeech 0.9.3 supports Python version 3.5, 3.6, 3.7, 3.8 and 3.9; https://github.com/mozilla/DeepSpeech/releases/tag/v0.9.3 -streamlit-server-state = "^0.17.1" +streamlit-server-state = ">=0.17.1,<0.19.0" pytest = ">=7.1.2,<9.0.0" opencv-python-headless = "^4.5.4.58" # It is necessary to specify numpy and pandas versions for Poetry to resolve the package versions correctly and avoid errors.