diff --git a/requirements-test.txt b/requirements-test.txt index 5754d26..664bbdb 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,14 +1,12 @@ # Production dependencies -pydantic -pydantic-settings -fastapi -uvicorn -prometheus_client -requests -PyJWT -cryptography -opensearch-py +pydantic==2.9.2 +pydantic-settings==2.6.1 +fastapi[all]==0.115.5 +prometheus_client==0.21.0 +requests==2.32.3 +PyJWT==2.9.0 +cryptography==43.0.3 +opensearch-py==2.7.1 -pytest -pytest-env -httpx \ No newline at end of file +pytest==8.3.3 +pytest-env==1.1.5 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 3d8bed8..b974e55 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,9 @@ # Production dependencies -pydantic -pydantic-settings -fastapi -uvicorn -prometheus_client -requests -PyJWT -cryptography -opensearch-py \ No newline at end of file +pydantic==2.9.2 +pydantic-settings==2.6.1 +fastapi[all]==0.115.5 +prometheus_client==0.21.0 +requests==2.32.3 +PyJWT==2.9.0 +cryptography==43.0.3 +opensearch-py==2.7.1 \ No newline at end of file