diff --git a/poetry.lock b/poetry.lock index de6780a6..aec80e9e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -13,13 +13,13 @@ files = [ [[package]] name = "anthropic" -version = "0.28.1" +version = "0.29.0" description = "The official Python library for the anthropic API" optional = false python-versions = ">=3.7" files = [ - {file = "anthropic-0.28.1-py3-none-any.whl", hash = "sha256:c4773ae2b42951a6b747bed328b0d03fa412938c95c3a8b9dce70d69badb710b"}, - {file = "anthropic-0.28.1.tar.gz", hash = "sha256:e3a6d595bde241141bdc685edc393903ec95c7fa378013a71186cfb8f32b1793"}, + {file = "anthropic-0.29.0-py3-none-any.whl", hash = "sha256:d16010715129c8bc3295b74fbf4da73cfb156618bf0abb2d007255983266b76a"}, + {file = "anthropic-0.29.0.tar.gz", hash = "sha256:3eb558a232d83bdf7cdedb75663bf7ff7a8b50cc10acaa9ce6494ff295b8506a"}, ] [package.dependencies] @@ -1575,4 +1575,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "ea6b1ed465e060766be65a6ec2d5cef49371bdcff49f92256910385955022148" +content-hash = "2a0ea292bf6edc2bf1a87571e8bb26f09baa95b96d0eff248693ddc272ce0627" diff --git a/pyproject.toml b/pyproject.toml index 8e97a20e..38b0bb6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ package-mode = false [tool.poetry.dependencies] python = "^3.12" -anthropic = "^0.28.1" +anthropic = "^0.29.0" cx-freeze = "^7.1.1" openai = "^1.34.0" pywin32 = { version = "^306", markers = "sys_platform == 'win32'" }