Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielfior committed Jan 9, 2025
1 parent 9b23f3c commit b66d936
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ 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.12"


[tool.poetry.group.dev.dependencies]
Expand All @@ -66,3 +66,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 b66d936

Please sign in to comment.