Skip to content

Commit

Permalink
Loose typer (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
kongzii authored Jun 6, 2024
1 parent 3fe4470 commit c159637
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
44 changes: 22 additions & 22 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "prediction-market-agent-tooling"
version = "0.35.0"
version = "0.36.0"
description = "Tools to benchmark, deploy and monitor prediction market agents."
authors = ["Gnosis"]
readme = "README.md"
Expand All @@ -11,7 +11,7 @@ sell_omen = "scripts.bet_omen:sell"

[tool.poetry.dependencies]
python = ">=3.10,<3.12"
typer = "^0.12.3"
typer = ">=0.9.0,<1.0.0"
types-requests = "^2.31.0.0"
google-cloud-functions = "^1.16.0"
google-cloud-resource-manager = "^1.12.0"
Expand Down

0 comments on commit c159637

Please sign in to comment.