Skip to content

Commit

Permalink
bumped python-web3-wallet version (#628)
Browse files Browse the repository at this point in the history
* bumped version

* Updated poetry.lock

* Merged

* Updated python-web3-wallet dependency | Streamlit working
  • Loading branch information
gabrielfior authored Jan 9, 2025
1 parent 601a07e commit b504528
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 20 deletions.
34 changes: 15 additions & 19 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ openfactverification-kongzii = "^0.2.0"
autogen-agentchat = "0.4.0.dev11"
autogen-core = "0.4.0.dev11"
autogen-ext = "0.4.0.dev11"
python-web3-wallet = "^0.0.6"
python-web3-wallet = "0.0.14"



[tool.poetry.group.dev.dependencies]
Expand All @@ -66,3 +67,8 @@ langchain-chroma = "^0.1.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[[tool.poetry.source]]
name = "test-pypi"
url = "https://test.pypi.org/simple/"
priority = "explicit"

0 comments on commit b504528

Please sign in to comment.