diff --git a/src/ContentProcessor/pyproject.toml b/src/ContentProcessor/pyproject.toml index 4f046a57..bafb3495 100644 --- a/src/ContentProcessor/pyproject.toml +++ b/src/ContentProcessor/pyproject.toml @@ -5,34 +5,33 @@ description = "Content Process Gold Standard Solution Accelerator - Content Proc readme = "README.md" requires-python = ">=3.12" dependencies = [ - "azure-appconfiguration>=1.7.1", - "azure-identity>=1.19.0", - "azure-storage-blob>=12.24.1", - "azure-storage-queue>=12.12.0", - "certifi>=2024.12.14", - "charset-normalizer>=3.4.1", + "azure-appconfiguration==1.7.1", + "azure-identity==1.23.0", + "azure-storage-blob==12.25.1", + "azure-storage-queue==12.12.0", + "certifi==2025.6.15", + "charset-normalizer==3.4.1", "openai==1.65.5", - "pandas>=2.2.3", - "pdf2image>=1.17.0", - "poppler-utils>=0.1.0", - "pydantic>=2.10.5", - "pydantic-settings>=2.7.1", - "pymongo>=4.11.2", - "python-dotenv>=1.0.1", - "tiktoken>=0.9.0", + "pandas==2.2.3", + "pdf2image==1.17.0", + "poppler-utils==0.1.0", + "pydantic==2.11.7", + "pydantic-settings==2.10.1", + "pymongo==4.13.2", + "python-dotenv==1.1.1", + "tiktoken==0.9.0", ] - [dependency-groups] dev = [ - "coverage>=7.6.10", - "pydantic>=2.10.5", - "pytest>=8.3.4", - "pytest-asyncio>=0.25.3", - "pytest-cov>=6.0.0", - "pytest-mock>=3.14.0", - "mongomock>=2.3.1", - "ruff>=0.9.1", + "coverage==7.6.10", + "pydantic==2.11.7", + "pytest==8.3.4", + "pytest-asyncio==0.25.3", + "pytest-cov==6.0.0", + "pytest-mock==3.14.0", + "mongomock==2.3.1", + "ruff==0.9.3", ] [tool.pytest.ini_options] diff --git a/src/ContentProcessor/requirements.txt b/src/ContentProcessor/requirements.txt index 464a5a08..e1dbfbb3 100644 --- a/src/ContentProcessor/requirements.txt +++ b/src/ContentProcessor/requirements.txt @@ -1,23 +1,22 @@ -azure-appconfiguration>=1.7.1 -azure-identity>=1.19.0 -azure-storage-blob>=12.24.1 -azure-storage-queue>=12.12.0 -certifi>=2024.12.14 -charset-normalizer>=3.4.1 +azure-appconfiguration==1.7.1 +azure-identity==1.23.0 +azure-storage-blob==12.25.1 +azure-storage-queue==12.12.0 +certifi==2025.6.15 +charset-normalizer==3.4.1 openai==1.65.5 -pandas>=2.2.3 -pdf2image>=1.17.0 -poppler-utils>=0.1.0 -pydantic>=2.10.5 -pydantic-settings>=2.7.1 -pymongo>=4.11.2 -python-dotenv>=1.0.1 -tiktoken>=0.9.0 -coverage>=7.6.10 -pydantic>=2.10.5 -pytest>=8.3.4 -pytest-asyncio>=0.25.3 -pytest-cov>=6.0.0 -pytest-mock>=3.14.0 -mongomock>=2.3.1 -ruff>=0.9.1 \ No newline at end of file +pandas==2.2.3 +pdf2image==1.17.0 +poppler-utils==0.1.0 +pydantic==2.11.7 +pydantic-settings==2.10.1 +pymongo==4.13.2 +python-dotenv==1.1.1 +tiktoken==0.9.0 +coverage==7.6.10 +pytest==8.3.4 +pytest-asyncio==0.25.3 +pytest-cov==6.0.0 +pytest-mock==3.14.0 +mongomock==2.3.1 +ruff==0.9.3 diff --git a/src/ContentProcessorAPI/pyproject.toml b/src/ContentProcessorAPI/pyproject.toml index 7c12ef81..3292aada 100644 --- a/src/ContentProcessorAPI/pyproject.toml +++ b/src/ContentProcessorAPI/pyproject.toml @@ -5,27 +5,27 @@ description = "Add your description here" readme = "README.md" requires-python = ">=3.12" dependencies = [ - "azure-appconfiguration>=1.7.1", - "azure-identity>=1.20.0", - "azure-storage-blob>=12.24.1", - "azure-storage-queue>=12.12.0", - "certifi>=2024.12.14", - "fastapi[standard]>=0.115.7", - "poppler-utils>=0.1.0", - "pydantic>=2.10.6", - "pydantic-settings>=2.8.0", - "pygments>=2.19.1", - "pymongo>=4.11.1", - "python-dotenv>=1.0.1", - "uvicorn[standard]>=0.34.0", + "azure-appconfiguration==1.7.1", + "azure-identity==1.23.0", + "azure-storage-blob==12.25.1", + "azure-storage-queue==12.12.0", + "certifi==2025.6.15", + "fastapi[standard]==0.115.7", + "poppler-utils==0.1.0", + "pydantic==2.11.7", + "pydantic-settings==2.10.1", + "pygments==2.19.2", + "pymongo==4.13.2", + "python-dotenv==1.1.1", + "uvicorn[standard]==0.34.0", ] [dependency-groups] dev = [ - "pytest>=8.3.4", - "pytest-cov>=6.0.0", - "pytest-mock>=3.14.0", - "coverage>=7.6.10", - "pre-commit>=4.1.0", - "ruff>=0.9.3", + "pytest==8.3.4", + "pytest-cov==6.0.0", + "pytest-mock==3.14.0", + "coverage==7.6.10", + "pre-commit==4.1.0", + "ruff==0.9.3", ]