Skip to content

Commit

Permalink
Merge pull request #1580 from solliancenet/kb-pin-pydantic-version-081
Browse files Browse the repository at this point in the history
(0.8.1) Pinning pydantic version in requirements files
  • Loading branch information
ciprianjichici authored Aug 21, 2024
2 parents 1670f5f + 7ccf714 commit 6fee9b1
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/python/AgentHubAPI/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions src/python/DataSourceHubAPI/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions src/python/GatekeeperIntegrationAPI/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions src/python/IntegrationSDK/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions src/python/LangChainAPI/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions src/python/PromptHubAPI/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions src/python/PythonSDK/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6fee9b1

Please sign in to comment.