diff --git a/pyproject.toml b/pyproject.toml index 6fb1cf679..b80af8fd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,22 +14,23 @@ dependencies = [ "business_rules_enhanced >=1.4.8", "cachetools >=6.1.0", "cdisc-library-client >=0.1.6", - "click >=8.3.0, <9.0.0", - "dask[dataframe,array] >=2025.4.0, <2026.0.0", + "click >=8.3.0", + "dask[dataframe,array] >=2025.4.0", "fastparquet >=2024.2.0", "importlib-metadata >=8.5.0", "jsonata-python >=0.6.0", - "jsonpath-ng >=1.8.0, <2.0.0", - "jsonschema>=4.26.0,<5.0.0", + "jsonpath-ng >=1.8.0", + "jsonschema>=4.26.0", "lxml >=5.2.1", "numpy >=1.26.0", "odmlib >=0.1.4", "openpyxl >=3.1.5", - "pandas >=2.2.0, <3.0.0", + "pandas >=2.2.0", + "pytz >=2024.1", "psutil >=6.1.1", "pyinstaller >=6.11.0", "pympler >=1.1", - "pyreadstat >=1.2.9, <2.0.0", + "pyreadstat >=1.2.9", "python-dotenv >=1.0.0", "pyyaml >=6.0.2", "redis >=4.5.0",