Skip to content

Commit

Permalink
Bump PMAT (#463)
Browse files Browse the repository at this point in the history
  • Loading branch information
kongzii authored Sep 11, 2024
1 parent 19038ec commit fc60d0d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
14 changes: 7 additions & 7 deletions poetry.lock

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

Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ def generate_missing_images(
)
generated_image_mapping: dict[HexAddress, IPFSCIDVersion0 | None] = {}
for market in recently_created_markets:
logger.info(f"Generating image for market {market.url}.")
if OmenSubgraphHandler().get_market_image_url(market.id) is None:
agent_market = OmenAgentMarket.from_data_model(market)
# Provide some liquidity to the market to be able to assign the image.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ poetry = "^1.7.1"
poetry-plugin-export = "^1.6.0"
functions-framework = "^3.5.0"
cron-validator = "^1.0.8"
prediction-market-agent-tooling = { version = "^0.48.13", extras = ["langchain", "google"] }
prediction-market-agent-tooling = { version = "^0.48.14", extras = ["langchain", "google"] }
pydantic-settings = "^2.1.0"
autoflake = "^2.2.1"
isort = "^5.13.2"
Expand Down

0 comments on commit fc60d0d

Please sign in to comment.