diff --git a/poetry.lock b/poetry.lock index be18028..bb53418 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "astroid" @@ -847,22 +847,25 @@ files = [ [[package]] name = "paramdb" -version = "0.11.0" +version = "0.13.0" description = "Python package for storing and retrieving experiment parameters." optional = false -python-versions = ">=3.9,<4.0" +python-versions = "<4.0,>=3.9" files = [ - {file = "paramdb-0.11.0-py3-none-any.whl", hash = "sha256:a8355a12030c25d56b969a167e4ec264f86f455a624dd21891dd9d59d083cb18"}, - {file = "paramdb-0.11.0.tar.gz", hash = "sha256:b555b294aca5493854ff93c530baa5f5f4c7a7a5a29ebaf59cb900441443e14e"}, + {file = "paramdb-0.13.0-py3-none-any.whl", hash = "sha256:d67085dc5590220f12450db1f32b43bd83a3a6e2bd1f2069b5dc423f1728384f"}, + {file = "paramdb-0.13.0.tar.gz", hash = "sha256:eaae7b691210e94abcd76e14a1535c0901e4d991a1a3d1589af5b2aeb85a7a03"}, ] [package.dependencies] -sqlalchemy = ">=2.0.25,<3.0.0" -typing-extensions = ">=4.9.0,<5.0.0" +sqlalchemy = ">=2.0.30,<3.0.0" +typing-extensions = ">=4.12.2,<5.0.0" zstandard = ">=0.22.0,<0.23.0" [package.extras] -astropy = ["astropy (>=6.0.0,<7.0.0)"] +all = ["astropy (>=6.0.1,<7.0.0)", "eval-type-backport (>=0.2.0,<0.3.0)", "pandas (>=2.2.2,<3.0.0)", "pydantic (>=2.7.4,<3.0.0)"] +astropy = ["astropy (>=6.0.1,<7.0.0)"] +pandas = ["pandas (>=2.2.2,<3.0.0)"] +pydantic = ["eval-type-backport (>=0.2.0,<0.3.0)", "pydantic (>=2.7.4,<3.0.0)"] [[package]] name = "pathspec" @@ -1571,4 +1574,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "345f044d27edd07800c5761ad6aafdd7aea07da82806f27116bb3f03972d05f0" +content-hash = "b202c3d230f270e1bf98442e55584ffca71c04ee53910a219d3b82bf7c482038" diff --git a/pyproject.toml b/pyproject.toml index 5917b3e..1c64b42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ flask = "^3.0.3" flask-socketio = "^5.3.6" eventlet = "^0.36.1" watchdog = "^4.0.1" -paramdb = "^0.11.0" +paramdb = ">=0.11,<0.14" [tool.poetry.group.dev.dependencies] mypy = "^1.10.0"