sunholo 0.83.2__tar.gz → 0.83.4__tar.gz
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.
- {sunholo-0.83.2 → sunholo-0.83.4}/PKG-INFO +2 -2
- {sunholo-0.83.2 → sunholo-0.83.4}/setup.py +1 -1
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/database/alloydb_client.py +26 -4
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo.egg-info/PKG-INFO +2 -2
- {sunholo-0.83.2 → sunholo-0.83.4}/LICENSE.txt +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/MANIFEST.in +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/README.md +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/setup.cfg +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/__init__.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/agents/__init__.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/agents/chat_history.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/agents/dispatch_to_qa.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/agents/fastapi/__init__.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/agents/fastapi/base.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/agents/fastapi/qna_routes.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/agents/flask/__init__.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/agents/flask/base.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/agents/flask/qna_routes.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/agents/flask/vac_routes.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/agents/langserve.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/agents/pubsub.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/agents/route.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/agents/special_commands.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/agents/swagger.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/archive/__init__.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/archive/archive.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/auth/__init__.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/auth/gcloud.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/auth/refresh.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/auth/run.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/azure/__init__.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/azure/auth.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/azure/blobs.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/azure/event_grid.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/bots/__init__.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/bots/discord.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/bots/github_webhook.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/bots/webapp.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/chunker/__init__.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/chunker/azure.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/chunker/doc_handling.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/chunker/encode_metadata.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/chunker/images.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/chunker/loaders.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/chunker/message_data.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/chunker/pdfs.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/chunker/process_chunker_data.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/chunker/publish.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/chunker/pubsub.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/chunker/splitter.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/cli/__init__.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/cli/chat_vac.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/cli/cli.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/cli/cli_init.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/cli/configs.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/cli/deploy.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/cli/embedder.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/cli/merge_texts.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/cli/run_proxy.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/cli/sun_rich.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/cli/swagger.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/cli/vertex.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/components/__init__.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/components/llm.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/components/retriever.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/components/vectorstore.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/custom_logging.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/database/__init__.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/database/alloydb.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/database/database.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/database/lancedb.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/database/sql/sb/create_function.sql +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/database/sql/sb/create_function_time.sql +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/database/sql/sb/create_table.sql +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/database/sql/sb/delete_source_row.sql +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/database/sql/sb/return_sources.sql +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/database/sql/sb/setup.sql +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/database/static_dbs.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/database/uuid.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/discovery_engine/__init__.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/discovery_engine/chunker_handler.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/discovery_engine/create_new.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/discovery_engine/discovery_engine_client.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/discovery_engine/get_ai_search_chunks.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/embedder/__init__.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/embedder/embed_chunk.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/gcs/__init__.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/gcs/add_file.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/gcs/download_folder.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/gcs/download_url.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/gcs/metadata.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/invoke/__init__.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/invoke/direct_vac_func.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/invoke/invoke_vac_utils.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/langfuse/__init__.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/langfuse/callback.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/langfuse/prompts.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/llamaindex/__init__.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/llamaindex/get_files.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/llamaindex/import_files.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/llamaindex/llamaindex_class.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/llamaindex/user_history.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/lookup/__init__.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/lookup/model_lookup.yaml +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/patches/__init__.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/patches/langchain/__init__.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/patches/langchain/lancedb.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/patches/langchain/vertexai.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/pubsub/__init__.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/pubsub/process_pubsub.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/pubsub/pubsub_manager.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/qna/__init__.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/qna/parsers.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/qna/retry.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/streaming/__init__.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/streaming/content_buffer.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/streaming/langserve.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/streaming/stream_lookup.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/streaming/streaming.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/summarise/__init__.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/summarise/summarise.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/tools/__init__.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/tools/web_browser.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/utils/__init__.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/utils/api_key.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/utils/big_context.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/utils/config.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/utils/config_class.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/utils/config_schema.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/utils/gcp.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/utils/gcp_project.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/utils/parsers.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/utils/timedelta.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/utils/user_ids.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/utils/version.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/vertex/__init__.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/vertex/extensions_call.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/vertex/extensions_class.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/vertex/genai_functions.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/vertex/init.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/vertex/memory_tools.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/vertex/safety.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo/vertex/type_dict_to_json.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo.egg-info/SOURCES.txt +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo.egg-info/dependency_links.txt +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo.egg-info/entry_points.txt +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo.egg-info/requires.txt +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/sunholo.egg-info/top_level.txt +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/tests/test_chat_history.py +0 -0
- {sunholo-0.83.2 → sunholo-0.83.4}/tests/test_config.py +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: sunholo
|
|
3
|
-
Version: 0.83.
|
|
3
|
+
Version: 0.83.4
|
|
4
4
|
Summary: Large Language Model DevOps - a package to help deploy LLMs to the Cloud.
|
|
5
5
|
Home-page: https://github.com/sunholo-data/sunholo-py
|
|
6
|
-
Download-URL: https://github.com/sunholo-data/sunholo-py/archive/refs/tags/v0.83.
|
|
6
|
+
Download-URL: https://github.com/sunholo-data/sunholo-py/archive/refs/tags/v0.83.4.tar.gz
|
|
7
7
|
Author: Holosun ApS
|
|
8
8
|
Author-email: multivac@sunholo.com
|
|
9
9
|
License: Apache License, Version 2.0
|
|
@@ -72,15 +72,18 @@ class AlloyDBClient:
|
|
|
72
72
|
|
|
73
73
|
self.database = alloydb_config.get("database") or ALLOYDB_DB
|
|
74
74
|
|
|
75
|
+
self.user = user
|
|
76
|
+
self.password = password
|
|
77
|
+
self.inst_url = ""
|
|
75
78
|
if user:
|
|
76
79
|
log.info("User specified {user} - using pg8000 engine")
|
|
77
|
-
self.user = user
|
|
78
|
-
self.password = password
|
|
79
80
|
self.inst_url = self._build_instance_uri(project_id, region, cluster_name, instance_name)
|
|
80
81
|
self.engine = self._create_engine_from_pg8000()
|
|
82
|
+
self.engine_type = "pg8000"
|
|
81
83
|
else:
|
|
82
84
|
log.info("Build with Langchain engine - will use default service account for auth")
|
|
83
85
|
self.engine = self._create_engine()
|
|
86
|
+
self.engine_type = "langchain"
|
|
84
87
|
|
|
85
88
|
def _build_instance_uri(self, project_id, region, cluster_name, instance_name):
|
|
86
89
|
return f"projects/{project_id}/locations/{region}/clusters/{cluster_name}/instances/{instance_name}"
|
|
@@ -119,7 +122,6 @@ class AlloyDBClient:
|
|
|
119
122
|
region=self.config["region"],
|
|
120
123
|
cluster=self.config["cluster"],
|
|
121
124
|
instance=self.config["instance"],
|
|
122
|
-
user=self.user,
|
|
123
125
|
password=self.password,
|
|
124
126
|
database=self.database,
|
|
125
127
|
ip_type=self.config.get("ip_type") or IPTypes.PRIVATE
|
|
@@ -128,8 +130,17 @@ class AlloyDBClient:
|
|
|
128
130
|
log.info(f"Created AlloyDB engine for {engine}")
|
|
129
131
|
|
|
130
132
|
return engine
|
|
131
|
-
|
|
133
|
+
|
|
132
134
|
def execute_sql(self, sql_statement):
|
|
135
|
+
if self.engine_type == "pg8000":
|
|
136
|
+
return self._execute_sql_pg8000(sql_statement)
|
|
137
|
+
elif self.engine_type == "langchain":
|
|
138
|
+
return self._execute_sql_langchain(sql_statement)
|
|
139
|
+
|
|
140
|
+
def _execute_sql_langchain(self, sql_statement):
|
|
141
|
+
return self.engine._fetch(query = sql_statement)
|
|
142
|
+
|
|
143
|
+
def _execute_sql_pg8000(self, sql_statement):
|
|
133
144
|
"""Executes a given SQL statement with error handling.
|
|
134
145
|
|
|
135
146
|
- sql_statement (str): The SQL statement to execute.
|
|
@@ -152,6 +163,17 @@ class AlloyDBClient:
|
|
|
152
163
|
return result
|
|
153
164
|
|
|
154
165
|
async def execute_sql_async(self, sql_statement):
|
|
166
|
+
if self.engine_type == "pg8000":
|
|
167
|
+
result = await self._execute_sql_async_pg8000(sql_statement)
|
|
168
|
+
elif self.engine_type == "langchain":
|
|
169
|
+
result = await self._execute_sql_async_langchain(sql_statement)
|
|
170
|
+
|
|
171
|
+
return result
|
|
172
|
+
|
|
173
|
+
async def _execute_sql_async_langchain(self, sql_statement):
|
|
174
|
+
return await self.engine._afetch(query = sql_statement)
|
|
175
|
+
|
|
176
|
+
async def _execute_sql_async_pg8000(self, sql_statement):
|
|
155
177
|
"""Executes a given SQL statement asynchronously with error handling."""
|
|
156
178
|
sql_ = sqlalchemy.text(sql_statement)
|
|
157
179
|
result = None
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: sunholo
|
|
3
|
-
Version: 0.83.
|
|
3
|
+
Version: 0.83.4
|
|
4
4
|
Summary: Large Language Model DevOps - a package to help deploy LLMs to the Cloud.
|
|
5
5
|
Home-page: https://github.com/sunholo-data/sunholo-py
|
|
6
|
-
Download-URL: https://github.com/sunholo-data/sunholo-py/archive/refs/tags/v0.83.
|
|
6
|
+
Download-URL: https://github.com/sunholo-data/sunholo-py/archive/refs/tags/v0.83.4.tar.gz
|
|
7
7
|
Author: Holosun ApS
|
|
8
8
|
Author-email: multivac@sunholo.com
|
|
9
9
|
License: Apache License, Version 2.0
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|