Skip to content

Commit

Permalink
fix: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dvilelaf committed Sep 28, 2023
1 parent bfe036d commit 0734b6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ google-api-python-client = "==2.95.0"
eth-utils = "==2.2.0"
eth-abi = "==4.0.0"
pycryptodome = "==3.18.0"
anthropic = "^0.3.11"
anthropic = "==0.3.11"
pytest = "==7.2.1"

[tool.poetry.group.dev.dependencies.tomte]
version = "==0.2.12"
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ deps =
eth-abi==4.0.0
pycryptodome==3.18.0
anthropic==0.3.11
pytest==7.2.1

[testenv]
basepython = python3
Expand Down

0 comments on commit 0734b6e

Please sign in to comment.