cwyodmodules 0.3.68__py3-none-any.whl → 0.3.70__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- cwyodmodules/mgmt_config.py +9 -5
- {cwyodmodules-0.3.68.dist-info → cwyodmodules-0.3.70.dist-info}/METADATA +2 -2
- {cwyodmodules-0.3.68.dist-info → cwyodmodules-0.3.70.dist-info}/RECORD +6 -6
- {cwyodmodules-0.3.68.dist-info → cwyodmodules-0.3.70.dist-info}/WHEEL +0 -0
- {cwyodmodules-0.3.68.dist-info → cwyodmodules-0.3.70.dist-info}/licenses/LICENSE +0 -0
- {cwyodmodules-0.3.68.dist-info → cwyodmodules-0.3.70.dist-info}/top_level.txt +0 -0
cwyodmodules/mgmt_config.py
CHANGED
@@ -71,7 +71,11 @@ LOGGER_CONNECTION_STRING = os.getenv("APPLICATIONINSIGHTS_CONNECTION_STRING")
|
|
71
71
|
|
72
72
|
# Local development settings
|
73
73
|
if running_in_docker:
|
74
|
-
LOCAL_SETTINGS = {
|
74
|
+
LOCAL_SETTINGS = {
|
75
|
+
"AZURE_CLIENT_ID": "***",
|
76
|
+
"AZURE_TENANT_ID": "***",
|
77
|
+
"AZURE_CLIENT_SECRET": "***"
|
78
|
+
}
|
75
79
|
else:
|
76
80
|
LOCAL_SETTINGS = {
|
77
81
|
"AzureWebJobsStorage": "UseDevelopmentStorage=true",
|
@@ -111,10 +115,6 @@ IDENTITY_CONNECTION_STRING = LOGGER_CONNECTION_STRING
|
|
111
115
|
# KEYVAULT CONFIGURATION
|
112
116
|
# =============================================================================
|
113
117
|
|
114
|
-
# Azure Key Vault URL (required for Key Vault operations)
|
115
|
-
KEYVAULT_URL = os.getenv("key_vault_uri")
|
116
|
-
HEAD_KEYVAULT_URL = os.getenv("head_key_vault_uri")
|
117
|
-
|
118
118
|
# Enable specific Key Vault client types
|
119
119
|
KEYVAULT_ENABLE_SECRETS = os.getenv("KEYVAULT_ENABLE_SECRETS", "true").lower() == "true"
|
120
120
|
KEYVAULT_ENABLE_KEYS = os.getenv("KEYVAULT_ENABLE_KEYS", "false").lower() == "true"
|
@@ -158,6 +158,10 @@ identity = create_azure_identity(
|
|
158
158
|
logger=logger,
|
159
159
|
)
|
160
160
|
|
161
|
+
# Azure Key Vault URL (required for Key Vault operations)
|
162
|
+
KEYVAULT_URL = os.getenv("key_vault_uri")
|
163
|
+
HEAD_KEYVAULT_URL = os.getenv("head_key_vault_uri")
|
164
|
+
|
161
165
|
# Create keyvault instance with shared logger and identity (if URL is configured)
|
162
166
|
keyvault = None
|
163
167
|
if KEYVAULT_URL:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: cwyodmodules
|
3
|
-
Version: 0.3.
|
3
|
+
Version: 0.3.70
|
4
4
|
Summary: Add your description here
|
5
5
|
Author-email: Patrik <patrikhartl@gmail.com>
|
6
6
|
Classifier: Operating System :: OS Independent
|
@@ -40,7 +40,7 @@ Requires-Dist: azure-search-documents==11.6.0b4
|
|
40
40
|
Requires-Dist: semantic-kernel==1.3.0
|
41
41
|
Requires-Dist: pydantic==2.7.4
|
42
42
|
Requires-Dist: pandas>=2.2.3
|
43
|
-
Requires-Dist: azpaddypy>=0.4.
|
43
|
+
Requires-Dist: azpaddypy>=0.4.7
|
44
44
|
Dynamic: license-file
|
45
45
|
|
46
46
|
# paddypy
|
@@ -1,5 +1,5 @@
|
|
1
1
|
cwyodmodules/__init__.py,sha256=frcCV1k9oG9oKj3dpUqdJg1PxRT2RSN_XKdLCPjaYaY,2
|
2
|
-
cwyodmodules/mgmt_config.py,sha256=
|
2
|
+
cwyodmodules/mgmt_config.py,sha256=9dDjE4QlsNbV23UMIUdU-WvTLSznzd3sTHKNituvivE,9480
|
3
3
|
cwyodmodules/api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
4
4
|
cwyodmodules/api/chat_history.py,sha256=bVXFmhTHIfEiHv_nBrfizO-cQRHhKgrdcZ07OD1b0Tw,20683
|
5
5
|
cwyodmodules/batch/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -109,8 +109,8 @@ cwyodmodules/graphrag/query/generate.py,sha256=BZiB6iw7PkIovw-CyYFogMHnDxK0Qu_4u
|
|
109
109
|
cwyodmodules/graphrag/query/graph_search.py,sha256=95h3ecSWx4864XgKABtG0fh3Nk8HkqJVzoCrO8daJ-Y,7724
|
110
110
|
cwyodmodules/graphrag/query/types.py,sha256=1Iq1dp4I4a56_cuFjOZ0NTgd0A2_MpVFznp_czgt6cI,617
|
111
111
|
cwyodmodules/graphrag/query/vector_search.py,sha256=9Gwu9LPjtoAYUU8WKqCvbCHAIg3dpk71reoYd1scLnQ,1807
|
112
|
-
cwyodmodules-0.3.
|
113
|
-
cwyodmodules-0.3.
|
114
|
-
cwyodmodules-0.3.
|
115
|
-
cwyodmodules-0.3.
|
116
|
-
cwyodmodules-0.3.
|
112
|
+
cwyodmodules-0.3.70.dist-info/licenses/LICENSE,sha256=UqBDTipijsSW2ZSOXyTZnMsXmLoEHTgNEM0tL4g-Sso,1150
|
113
|
+
cwyodmodules-0.3.70.dist-info/METADATA,sha256=6vb7i0zFlGbsY7ERNZn5xeDbH9R1FJxLkJlvW8PaeB0,2002
|
114
|
+
cwyodmodules-0.3.70.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
115
|
+
cwyodmodules-0.3.70.dist-info/top_level.txt,sha256=99RENLbkdRX-qpJvsxZ5AfmTL5s6shSaKOWYpz1vwzg,13
|
116
|
+
cwyodmodules-0.3.70.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|