Skip to content

Commit

Permalink
Merge pull request #1356 from solliancenet/kb-langchain-upgrade-cherr…
Browse files Browse the repository at this point in the history
…y-pick-080

Upgrading SDK Python packages - cherry pick 080
  • Loading branch information
ciprianjichici authored Aug 7, 2024
2 parents b5236c3 + 03ceed5 commit 61e8eba
Show file tree
Hide file tree
Showing 28 changed files with 88 additions and 496 deletions.
15 changes: 7 additions & 8 deletions src/python/AgentHubAPI/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
azure-appconfiguration-provider==1.0.0
azure-identity==1.16.0
azure-monitor-opentelemetry==1.2.0
email-validator==2.1.1
fastapi==0.110.1
pylint==3.0.2
tenacity==8.2.3
uvicorn==0.29.0
azure-appconfiguration-provider==1.2.0
azure-identity==1.17.1
azure-monitor-opentelemetry==1.6.1
email-validator==2.2.0
fastapi==0.112.0
pylint==3.2.6
uvicorn==0.30.5
15 changes: 7 additions & 8 deletions src/python/DataSourceHubAPI/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
azure-appconfiguration-provider==1.0.0
azure-identity==1.16.0
azure-monitor-opentelemetry==1.2.0
email-validator==2.1.1
fastapi==0.110.1
pylint==3.0.2
tenacity==8.2.3
uvicorn==0.29.0
azure-appconfiguration-provider==1.2.0
azure-identity==1.17.1
azure-monitor-opentelemetry==1.6.1
email-validator==2.2.0
fastapi==0.112.0
pylint==3.2.6
uvicorn==0.30.5
18 changes: 9 additions & 9 deletions src/python/GatekeeperIntegrationAPI/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
azure-appconfiguration-provider==1.0.0
azure-identity==1.16.0
azure-keyvault-secrets==4.7.0
azure-monitor-opentelemetry==1.2.0
fastapi==0.110.1
azure-appconfiguration-provider==1.2.0
azure-identity==1.17.1
azure-keyvault-secrets==4.8.0
azure-monitor-opentelemetry==1.6.1
fastapi==0.112.0
numpy==1.26.4
presidio-analyzer==2.2.351
presidio-anonymizer==2.2.351
pylint==3.0.2
uvicorn==0.29.0
presidio-analyzer==2.2.355
presidio-anonymizer==2.2.355
pylint==3.2.6
uvicorn==0.30.5
14 changes: 7 additions & 7 deletions src/python/IntegrationSDK/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
azure-appconfiguration-provider==1.0.0
azure-identity==1.16.0
azure-keyvault-secrets==4.7.0
azure-appconfiguration-provider==1.2.0
azure-identity==1.17.1
azure-keyvault-secrets==4.8.0
numpy==1.26.4
pydantic==2.5.2
presidio-analyzer==2.2.351
presidio-anonymizer==2.2.351
pylint==3.0.2
pydantic==2.8.2
presidio-analyzer==2.2.355
presidio-anonymizer==2.2.355
pylint==3.2.6
27 changes: 13 additions & 14 deletions src/python/LangChainAPI/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
azure-appconfiguration-provider==1.0.0
azure-identity==1.16.0
azure-keyvault-secrets==4.7.0
azure-monitor-opentelemetry==1.2.0
azure-search-documents==11.4.0
azure-storage-blob==12.8.1
email-validator==2.1.1
fastapi==0.110.1
langchain==0.1.3
langchain-experimental==0.0.49
langchain-openai==0.0.3
azure-appconfiguration-provider==1.2.0
azure-identity==1.17.1
azure-keyvault-secrets==4.8.0
azure-monitor-opentelemetry==1.6.1
azure-search-documents==11.5.1
azure-storage-blob==12.21.0
email-validator==2.2.0
fastapi==0.112.0
langchain==0.2.12
langchain-experimental==0.0.64
langchain-openai==0.1.20
-e git+https://github.com/microsoft/CLAP.git@1af3d710ee796dc96d3a96e2b1fdf66ef2520e63#egg=msclap
pylint==3.0.2
tenacity==8.2.3
uvicorn==0.29.0
pylint==3.2.6
uvicorn==0.30.5
15 changes: 7 additions & 8 deletions src/python/PromptHubAPI/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
azure-appconfiguration-provider==1.0.0
azure-identity==1.14.0
azure-monitor-opentelemetry==1.2.0
email-validator==2.1.1
fastapi==0.110.1
pylint==3.0.2
tenacity==8.2.3
uvicorn==0.29.0
azure-appconfiguration-provider==1.2.0
azure-identity==1.17.1
azure-monitor-opentelemetry==1.6.1
email-validator==2.2.0
fastapi==0.112.0
pylint==3.2.6
uvicorn==0.30.5
22 changes: 0 additions & 22 deletions src/python/PythonSDK/PythonSDK.pyproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@
<Compile Include="foundationallm\config\environment_variables.py" />
<Compile Include="foundationallm\config\user_identity.py" />
<Compile Include="foundationallm\langchain\agents\langchain_knowledge_management_agent.py" />
<Compile Include="foundationallm\langchain\data_sources\cxo\cxo_configuration.py" />
<Compile Include="foundationallm\langchain\data_sources\cxo\__init__.py" />
<Compile Include="foundationallm\langchain\data_sources\search_service\search_service_configuration.py" />
<Compile Include="foundationallm\langchain\data_sources\search_service\__init__.py" />
<Compile Include="foundationallm\langchain\data_sources\sql\sql_database_dialects.py" />
<Compile Include="foundationallm\langchain\exceptions\langchain_exception.py" />
<Compile Include="foundationallm\langchain\exceptions\__init__.py" />
<Compile Include="foundationallm\langchain\retrievers\agent_parameter_retriever_keys.py" />
Expand Down Expand Up @@ -59,20 +54,9 @@
<Compile Include="foundationallm\models\language_models\__init__.py" />
<Compile Include="foundationallm\models\list_option.py" />
<Compile Include="foundationallm\langchain\agents\langchain_agent_base.py" />
<Compile Include="foundationallm\langchain\data_sources\blob\blob_storage_configuration.py" />
<Compile Include="foundationallm\langchain\data_sources\blob\__init__.py" />
<Compile Include="foundationallm\langchain\data_sources\sql\mariadb.py" />
<Compile Include="foundationallm\models\language_models\language_model_type.py" />
<Compile Include="foundationallm\langchain\agents\__init__.py" />
<Compile Include="foundationallm\langchain\agents\agent_factory.py" />
<Compile Include="foundationallm\langchain\data_sources\sql\mssql.py" />
<Compile Include="foundationallm\langchain\data_sources\sql\mysql.py" />
<Compile Include="foundationallm\langchain\data_sources\sql\postgresql.py" />
<Compile Include="foundationallm\langchain\data_sources\sql\sql_database_configuration.py" />
<Compile Include="foundationallm\langchain\data_sources\sql\sql_database_datasource.py" />
<Compile Include="foundationallm\langchain\data_sources\sql\sql_database_factory.py" />
<Compile Include="foundationallm\langchain\data_sources\sql\__init__.py" />
<Compile Include="foundationallm\langchain\data_sources\__init__.py" />
<Compile Include="foundationallm\langchain\language_models\language_model_base.py" />
<Compile Include="foundationallm\langchain\language_models\openai\__init__.py" />
<Compile Include="foundationallm\models\language_models\language_model_provider.py" />
Expand All @@ -89,7 +73,6 @@
<Compile Include="foundationallm\models\agents\agent_base.py" />
<Compile Include="foundationallm\models\agents\knowledge_management_agent.py" />
<Compile Include="foundationallm\models\agents\knowledge_management_completion_request.py" />
<Compile Include="foundationallm\langchain\data_sources\data_source_configuration.py" />
<Compile Include="foundationallm\models\orchestration\citation.py" />
<Compile Include="foundationallm\models\orchestration\completion_request_base.py" />
<Compile Include="foundationallm\models\orchestration\completion_response.py" />
Expand Down Expand Up @@ -149,13 +132,8 @@
<Folder Include="foundationallm\" />
<Folder Include="foundationallm\langchain\" />
<Folder Include="foundationallm\langchain\agents\" />
<Folder Include="foundationallm\langchain\data_sources\blob\" />
<Folder Include="foundationallm\langchain\data_sources\cxo\" />
<Folder Include="foundationallm\langchain\data_sources\search_service\" />
<Folder Include="foundationallm\langchain\language_models\" />
<Folder Include="foundationallm\langchain\language_models\openai\" />
<Folder Include="foundationallm\langchain\data_sources\" />
<Folder Include="foundationallm\langchain\data_sources\sql\" />
<Folder Include="foundationallm\langchain\exceptions\" />
<Folder Include="foundationallm\langchain\retrievers\" />
<Folder Include="foundationallm\langchain\orchestration\" />
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 61e8eba

Please sign in to comment.