Here is a brief summary of the changes:

🛠️ poetry.lock -> Updated rl-ai-tools version from 1.10.0 to 1.10.1
🛠️ pyproject.toml -> Updated myice version from v0.2.4 to v0.2.5
This commit is contained in:
2024-11-04 14:46:10 +01:00
parent 37005c5ff0
commit 5bf970ed26
2 changed files with 4 additions and 4 deletions
Generated
+3 -3
View File
@@ -892,13 +892,13 @@ jupyter = ["ipywidgets (>=7.5.1,<9)"]
[[package]] [[package]]
name = "rl-ai-tools" name = "rl-ai-tools"
version = "1.10.0" version = "1.10.1"
description = "Tools using AI" description = "Tools using AI"
optional = false optional = false
python-versions = ">=3.11,<4.0" python-versions = ">=3.11,<4.0"
files = [ files = [
{file = "rl_ai_tools-1.10.0-py3-none-any.whl", hash = "sha256:74c800f89fe2ac6de05e02ee5d5ea2d6b939836169253ba3e7f216546c4de9ab"}, {file = "rl_ai_tools-1.10.1-py3-none-any.whl", hash = "sha256:72f3e939c7688d1696ec1744a1e64ba1ce61737e30dab0ebe2f1722761b5683e"},
{file = "rl_ai_tools-1.10.0.tar.gz", hash = "sha256:da6b38a98ca5fe8a680d5229888a69c7bde98a326e23097f346488e28a8f9922"}, {file = "rl_ai_tools-1.10.1.tar.gz", hash = "sha256:53f64a4b677d022d64b6cc99cf925d1b7172a3a56589f29053b2083103899f20"},
] ]
[package.dependencies] [package.dependencies]
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "myice" name = "myice"
version = "v0.2.4" version = "v0.2.5"
description = "myice parsing" description = "myice parsing"
authors = ["Rene Luria <rene@luria.ch>"] authors = ["Rene Luria <rene@luria.ch>"]
license = "MIT" license = "MIT"