Skip to content

Commit 70428d3

Browse files
committed
Add anthropic dev dependencies
1 parent 426d129 commit 70428d3

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ dev = [
5050
"python-dotenv>=1.0.1",
5151
"pytest-xdist>=3.8.0",
5252
"pre-commit>=4.2.0",
53+
"anthropic==0.71.0",
54+
"xmltodict>=0.13,<1.1",
5355
]
5456
docs = [
5557
"mkdocs<2.0.0,>=1.6.1",

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ typer==0.20.0
115115
# via instructor (pyproject.toml)
116116
typing-extensions==4.15.0
117117
# via
118+
# aiosignal
119+
# anyio
118120
# openai
119121
# pydantic
120122
# pydantic-core

uv.lock

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)