diff --git a/pdm.lock b/pdm.lock index ae55fbeb..c8570c85 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,7 +5,7 @@ groups = ["default", "dev"] strategy = ["inherit_metadata"] lock_version = "4.4.2" -content_hash = "sha256:07c6c2311311064cddb0e91424598b73a3839efbd2eb19378ad1633b0b44580c" +content_hash = "sha256:00bd4a2a96e6b93eb2d2f5e7f1994788d52990c94311aa668101881c14da784d" [[package]] name = "absl-py" @@ -1053,7 +1053,7 @@ files = [ [[package]] name = "ibm-watsonx-ai" -version = "1.1.22" +version = "1.1.25" requires_python = "<3.13,>=3.10" summary = "IBM watsonx.ai API Client" groups = ["default"] @@ -1070,9 +1070,9 @@ dependencies = [ "urllib3", ] files = [ - {file = "ibm_watsonx_ai-1.1.22-py3-none-any.whl", hash = "sha256:593451c29badb8cf37c89ed86854f47e6d264af0788369b241225982905256e1"}, - {file = "ibm_watsonx_ai-1.1.22.tar.gz", hash = "sha256:be27498e0861d74fc75c1fbed6ae97f54b4c560c16d493b7711f815c940d5be3"}, ] + {file = "ibm_watsonx_ai-1.1.25-py3-none-any.whl", hash = "sha256:1b31cf1cefd762fcee405605dc68fb1e7728edca7ba117218383df02359d9cb9"}, + {file = "ibm_watsonx_ai-1.1.25.tar.gz", hash = "sha256:fcb404ddcf2fe5e0ab2d2c73408a7a4082149d25e09300e96f66d4f33208458d"}, [[package]] name = "idna" diff --git a/pyproject.toml b/pyproject.toml index 4146c626..30809971 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -115,7 +115,7 @@ dependencies = [ "langchain-community==0.3.5", "SQLAlchemy==2.0.35", "huggingface_hub==0.26.1", - "ibm-watsonx-ai==1.1.22", + "ibm-watsonx-ai==1.1.25", "certifi==2024.8.30", "cryptography==43.0.1", "urllib3==2.2.2",