Skip to content

Commit

Permalink
Merge pull request #1731 from solliancenet/cjg-cp-python-081
Browse files Browse the repository at this point in the history
(0.8.1) Fix python open telemetry bug (1.0.0b28)
  • Loading branch information
ciprianjichici authored Sep 13, 2024
2 parents 7dd3985 + c99285b commit 37bde19
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 7 deletions.
3 changes: 2 additions & 1 deletion src/python/AgentHubAPI/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
azure-appconfiguration-provider==1.2.0
azure-identity==1.17.1
azure-monitor-opentelemetry==1.6.1
azure-monitor-opentelemetry==1.6.2
azure-monitor-opentelemetry-exporter==1.0.0b28
email-validator==2.2.0
fastapi==0.112.0
pydantic==2.8.2
Expand Down
3 changes: 2 additions & 1 deletion src/python/DataSourceHubAPI/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
azure-appconfiguration-provider==1.2.0
azure-identity==1.17.1
azure-monitor-opentelemetry==1.6.1
azure-monitor-opentelemetry==1.6.2
azure-monitor-opentelemetry-exporter==1.0.0b28
email-validator==2.2.0
fastapi==0.112.0
pydantic==2.8.2
Expand Down
3 changes: 2 additions & 1 deletion src/python/GatekeeperIntegrationAPI/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
azure-appconfiguration-provider==1.2.0
azure-identity==1.17.1
azure-keyvault-secrets==4.8.0
azure-monitor-opentelemetry==1.6.1
azure-monitor-opentelemetry==1.6.2
azure-monitor-opentelemetry-exporter==1.0.0b28
fastapi==0.112.0
numpy==1.26.4
presidio-analyzer==2.2.355
Expand Down
3 changes: 2 additions & 1 deletion src/python/LangChainAPI/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
azure-appconfiguration-provider==1.2.0
azure-identity==1.17.1
azure-keyvault-secrets==4.8.0
azure-monitor-opentelemetry==1.6.1
azure-monitor-opentelemetry==1.6.2
azure-monitor-opentelemetry-exporter==1.0.0b28
azure-search-documents==11.5.1
azure-storage-blob==12.21.0
email-validator==2.2.0
Expand Down
3 changes: 2 additions & 1 deletion src/python/PromptHubAPI/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
azure-appconfiguration-provider==1.2.0
azure-identity==1.17.1
azure-monitor-opentelemetry==1.6.1
azure-monitor-opentelemetry==1.6.2
azure-monitor-opentelemetry-exporter==1.0.0b28
email-validator==2.2.0
fastapi==0.112.0
pydantic==2.8.2
Expand Down
3 changes: 2 additions & 1 deletion src/python/PythonSDK/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
azure-appconfiguration-provider==1.2.0
azure-identity==1.17.1
azure-keyvault-secrets==4.8.0
azure-monitor-opentelemetry==1.6.1
azure-monitor-opentelemetry==1.6.2
azure-monitor-opentelemetry-exporter==1.0.0b28
azure-search-documents==11.5.1
azure-storage-blob==12.21.0
langchain==0.2.12
Expand Down
3 changes: 2 additions & 1 deletion tests/python/AgentHubAPI.Tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
azure-appconfiguration-provider==1.2.0
azure-identity==1.17.1
azure-keyvault-secrets==4.8.0
azure-monitor-opentelemetry==1.6.1
azure-monitor-opentelemetry==1.6.2
azure-monitor-opentelemetry-exporter==1.0.0b28
azure-storage-blob==12.21.0
fastapi==0.112.0
numpy==1.26.0
Expand Down

0 comments on commit 37bde19

Please sign in to comment.