diff --git a/poetry.lock b/poetry.lock index a0976db7..86ad89ff 100644 --- a/poetry.lock +++ b/poetry.lock @@ -35,13 +35,13 @@ files = [ [[package]] name = "anthropic" -version = "0.45.2" +version = "0.46.0" description = "The official Python library for the anthropic API" optional = false python-versions = ">=3.8" files = [ - {file = "anthropic-0.45.2-py3-none-any.whl", hash = "sha256:ecd746f7274451dfcb7e1180571ead624c7e1195d1d46cb7c70143d2aedb4d35"}, - {file = "anthropic-0.45.2.tar.gz", hash = "sha256:32a18b9ecd12c91b2be4cae6ca2ab46a06937b5aa01b21308d97a6d29794fb5e"}, + {file = "anthropic-0.46.0-py3-none-any.whl", hash = "sha256:1445ec9be78d2de7ea51b4d5acd3574e414aea97ef903d0ecbb57bec806aaa49"}, + {file = "anthropic-0.46.0.tar.gz", hash = "sha256:eac3d43271d02321a57c3ca68aca84c3d58873e8e72d1433288adee2d46b745b"}, ] [package.dependencies] @@ -2585,4 +2585,4 @@ six = "*" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "1637d7702a4a7fe727f442becc95d177bfa9875cf220033576270c9ec8384cf1" +content-hash = "66ae655d250f11566f7b2816aab8b67f6cb53fc65648bb49adfe9a70c1f3b08f" diff --git a/pyproject.toml b/pyproject.toml index 2f090993..70b9628b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ package-mode = false [tool.poetry.dependencies] accessible-output3 = {git = "https://github.com/SigmaNight/accessible_output3.git"} -anthropic = "^0.45.2" +anthropic = "^0.46.0" babel = "^2.17.0" cx-freeze = "^7.2.7" fsspec = "^2025.2.0"