From 0fb6b420e46d97047d0729b5facfa121c18cfac0 Mon Sep 17 00:00:00 2001 From: kylebunting Date: Wed, 21 Aug 2024 15:36:51 -0600 Subject: [PATCH] Pinning pydantic version in requirements files --- src/python/AgentHubAPI/requirements.txt | 1 + src/python/DataSourceHubAPI/requirements.txt | 1 + src/python/GatekeeperIntegrationAPI/requirements.txt | 1 + src/python/IntegrationSDK/requirements.txt | 1 + src/python/LangChainAPI/requirements.txt | 1 + src/python/PromptHubAPI/requirements.txt | 1 + src/python/PythonSDK/requirements.txt | 1 + 7 files changed, 7 insertions(+) diff --git a/src/python/AgentHubAPI/requirements.txt b/src/python/AgentHubAPI/requirements.txt index 245c3f0d8d..3dbb1c8e4b 100644 --- a/src/python/AgentHubAPI/requirements.txt +++ b/src/python/AgentHubAPI/requirements.txt @@ -3,6 +3,7 @@ azure-identity==1.17.1 azure-monitor-opentelemetry==1.6.1 email-validator==2.2.0 fastapi==0.112.0 +pydantic==2.8.2 pylint==3.2.6 tenacity==9.0.0 uvicorn==0.30.5 diff --git a/src/python/DataSourceHubAPI/requirements.txt b/src/python/DataSourceHubAPI/requirements.txt index 245c3f0d8d..3dbb1c8e4b 100644 --- a/src/python/DataSourceHubAPI/requirements.txt +++ b/src/python/DataSourceHubAPI/requirements.txt @@ -3,6 +3,7 @@ azure-identity==1.17.1 azure-monitor-opentelemetry==1.6.1 email-validator==2.2.0 fastapi==0.112.0 +pydantic==2.8.2 pylint==3.2.6 tenacity==9.0.0 uvicorn==0.30.5 diff --git a/src/python/GatekeeperIntegrationAPI/requirements.txt b/src/python/GatekeeperIntegrationAPI/requirements.txt index 4149bd3585..55f074d216 100644 --- a/src/python/GatekeeperIntegrationAPI/requirements.txt +++ b/src/python/GatekeeperIntegrationAPI/requirements.txt @@ -6,5 +6,6 @@ fastapi==0.112.0 numpy==1.26.4 presidio-analyzer==2.2.355 presidio-anonymizer==2.2.355 +pydantic==2.8.2 pylint==3.2.6 uvicorn==0.30.5 diff --git a/src/python/IntegrationSDK/requirements.txt b/src/python/IntegrationSDK/requirements.txt index 8d44b669f1..559fb4cbe1 100644 --- a/src/python/IntegrationSDK/requirements.txt +++ b/src/python/IntegrationSDK/requirements.txt @@ -5,4 +5,5 @@ numpy==1.26.4 pydantic==2.8.2 presidio-analyzer==2.2.355 presidio-anonymizer==2.2.355 +pydantic==2.8.2 pylint==3.2.6 diff --git a/src/python/LangChainAPI/requirements.txt b/src/python/LangChainAPI/requirements.txt index ef3378d89a..8fadda1e0e 100644 --- a/src/python/LangChainAPI/requirements.txt +++ b/src/python/LangChainAPI/requirements.txt @@ -11,5 +11,6 @@ langchain-experimental==0.0.64 langchain-openai==0.1.20 -e git+https://github.com/microsoft/CLAP.git@1af3d710ee796dc96d3a96e2b1fdf66ef2520e63#egg=msclap openai==1.40.2 +pydantic==2.8.2 pylint==3.2.6 uvicorn==0.30.5 diff --git a/src/python/PromptHubAPI/requirements.txt b/src/python/PromptHubAPI/requirements.txt index 245c3f0d8d..3dbb1c8e4b 100644 --- a/src/python/PromptHubAPI/requirements.txt +++ b/src/python/PromptHubAPI/requirements.txt @@ -3,6 +3,7 @@ azure-identity==1.17.1 azure-monitor-opentelemetry==1.6.1 email-validator==2.2.0 fastapi==0.112.0 +pydantic==2.8.2 pylint==3.2.6 tenacity==9.0.0 uvicorn==0.30.5 diff --git a/src/python/PythonSDK/requirements.txt b/src/python/PythonSDK/requirements.txt index d2ec372350..e33ea8ca47 100644 --- a/src/python/PythonSDK/requirements.txt +++ b/src/python/PythonSDK/requirements.txt @@ -12,3 +12,4 @@ openai==1.40.2 opentelemetry-api==1.26.0 opentelemetry-sdk==1.26.0 pandas==2.2.2 +pydantic==2.8.2