Skip to content

Commit

Permalink
🏖️ Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
asaf-kali committed Jan 18, 2025
1 parent 17aac79 commit c397984
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[tool.poetry]
name = "codenames-solvers"
version = "1.9.2"
version = "1.9.3"
description = "Solvers implementation for Codenames board game in python."
authors = ["Michael Kali <[email protected]>", "Asaf Kali <[email protected]>"]
readme = "README.md"
Expand All @@ -23,7 +23,7 @@ all = ["openai"]
[tool.poetry.dependencies]
# Core
python = "^3.12,<3.13"
the-spymaster-util = { version = "~3.2", extras = ["logging"] }
the-spymaster-util = { version = "^4.0", extras = ["logging"] }
codenames = ">=5.5"
pydantic = ">=2.4"
# Numbers
Expand Down

0 comments on commit c397984

Please sign in to comment.