From 30163a48d965c8dfc2f5b24672f211f61abd1748 Mon Sep 17 00:00:00 2001 From: Alex Kemp Date: Thu, 14 Nov 2024 16:29:55 +0000 Subject: [PATCH] Pinning versions --- requirements-test.txt | 22 ++++++++++------------ requirements.txt | 17 ++++++++--------- 2 files changed, 18 insertions(+), 21 deletions(-) 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