chatlas 0.13.0__tar.gz → 0.13.1__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.
Potentially problematic release.
This version of chatlas might be problematic. Click here for more details.
- {chatlas-0.13.0 → chatlas-0.13.1}/CHANGELOG.md +6 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/PKG-INFO +1 -1
- {chatlas-0.13.0 → chatlas-0.13.1}/chatlas/_provider_github.py +2 -2
- {chatlas-0.13.0 → chatlas-0.13.1}/chatlas/_version.py +2 -2
- chatlas-0.13.1/pytest.ini +3 -0
- chatlas-0.13.0/pytest.ini +0 -3
- {chatlas-0.13.0 → chatlas-0.13.1}/.github/workflows/check-update-types.yml +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/.github/workflows/docs-publish.yml +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/.github/workflows/release.yml +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/.github/workflows/test.yml +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/.github/workflows/update-pricing.yml +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/.gitignore +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/.vscode/extensions.json +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/.vscode/settings.json +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/CLAUDE.md +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/LICENSE +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/Makefile +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/README.md +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/chatlas/__init__.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/chatlas/_auto.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/chatlas/_batch_chat.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/chatlas/_batch_job.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/chatlas/_callbacks.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/chatlas/_chat.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/chatlas/_content.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/chatlas/_content_image.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/chatlas/_content_pdf.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/chatlas/_display.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/chatlas/_interpolate.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/chatlas/_live_render.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/chatlas/_logging.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/chatlas/_mcp_manager.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/chatlas/_merge.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/chatlas/_provider.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/chatlas/_provider_anthropic.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/chatlas/_provider_cloudflare.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/chatlas/_provider_databricks.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/chatlas/_provider_deepseek.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/chatlas/_provider_google.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/chatlas/_provider_groq.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/chatlas/_provider_huggingface.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/chatlas/_provider_mistral.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/chatlas/_provider_ollama.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/chatlas/_provider_openai.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/chatlas/_provider_openrouter.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/chatlas/_provider_perplexity.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/chatlas/_provider_portkey.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/chatlas/_provider_snowflake.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/chatlas/_tokens.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/chatlas/_tokens_old.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/chatlas/_tools.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/chatlas/_turn.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/chatlas/_typing_extensions.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/chatlas/_utils.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/chatlas/data/prices.json +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/chatlas/py.typed +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/chatlas/types/__init__.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/chatlas/types/anthropic/__init__.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/chatlas/types/anthropic/_client.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/chatlas/types/anthropic/_client_bedrock.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/chatlas/types/anthropic/_submit.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/chatlas/types/google/__init__.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/chatlas/types/google/_client.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/chatlas/types/google/_submit.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/chatlas/types/openai/__init__.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/chatlas/types/openai/_client.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/chatlas/types/openai/_client_azure.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/chatlas/types/openai/_submit.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/docs/.gitignore +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/docs/_extensions/machow/interlinks/.gitignore +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/docs/_extensions/machow/interlinks/_extension.yml +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/docs/_extensions/machow/interlinks/interlinks.lua +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/docs/_quarto.yml +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/docs/_sidebar.yml +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/docs/congressional-assets.png +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/docs/get-started/async.qmd +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/docs/get-started/chat.qmd +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/docs/get-started/chatbots.qmd +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/docs/get-started/debug.qmd +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/docs/get-started/models.qmd +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/docs/get-started/monitor.qmd +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/docs/get-started/parameters.qmd +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/docs/get-started/stream.qmd +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/docs/get-started/structured-data.qmd +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/docs/get-started/system-prompt.qmd +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/docs/get-started/tools.qmd +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/docs/images/chat-app.png +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/docs/images/chat-console.mp4 +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/docs/images/chat-console.png +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/docs/images/chat-notebook.mp4 +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/docs/images/chat-parameters.png +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/docs/images/chatbot-gradio.png +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/docs/images/chatbot-shiny.png +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/docs/images/chatbot-streamlit.png +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/docs/images/chatbot-textual.png +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/docs/images/chatlas-hello.png +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/docs/images/client-parameters.png +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/docs/images/congressional-assets.png +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/docs/images/hello-chat-console.png +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/docs/images/model-parameters.png +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/docs/images/model-type-hints.png +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/docs/images/posit-logo.png +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/docs/images/shiny-mcp-run-python.png +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/docs/images/shiny-tool-call-display.png +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/docs/images/shiny-tool-call-map.png +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/docs/images/tool-calling-right.svg +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/docs/images/tool-calling-wrong.svg +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/docs/index.qmd +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/docs/logos/hero/hero-old.png +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/docs/logos/hero/hero.png +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/docs/logos/hex/logo.png +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/docs/logos/small/logo.png +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/docs/misc/RAG.qmd +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/docs/misc/examples.qmd +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/docs/misc/mcp-tools.qmd +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/docs/misc/vocabulary.qmd +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/docs/structured-data/article-summary.qmd +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/docs/structured-data/classification.qmd +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/docs/structured-data/entity-recognition.qmd +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/docs/structured-data/multi-modal.qmd +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/docs/structured-data/sentiment-analysis.qmd +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/docs/styles.scss +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/docs/tool-calling/approval.qmd +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/docs/tool-calling/displays.qmd +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/docs/tool-calling/how-it-works.qmd +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/docs/why-chatlas.qmd +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/pyproject.toml +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/scripts/_generate_anthropic_types.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/scripts/_generate_google_types.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/scripts/_generate_openai_types.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/scripts/_utils.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/scripts/main.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/tests/__init__.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/tests/__snapshots__/test_chat.ambr +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/tests/apples.pdf +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/tests/batch/country-capitals-structured.json +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/tests/batch/country-capitals.json +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/tests/conftest.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/tests/images/dice.png +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/tests/mcp_servers/http_add.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/tests/mcp_servers/http_current_date.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/tests/mcp_servers/stdio_current_date.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/tests/mcp_servers/stdio_subtract_multiply.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/tests/test_auto.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/tests/test_batch_chat.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/tests/test_callbacks.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/tests/test_chat.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/tests/test_content.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/tests/test_content_html.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/tests/test_content_image.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/tests/test_content_pdf.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/tests/test_content_tools.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/tests/test_interpolate.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/tests/test_mcp_client.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/tests/test_provider_anthropic.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/tests/test_provider_azure.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/tests/test_provider_bedrock.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/tests/test_provider_cloudflare.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/tests/test_provider_databricks.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/tests/test_provider_deepseek.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/tests/test_provider_github.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/tests/test_provider_google.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/tests/test_provider_huggingface.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/tests/test_provider_mistral.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/tests/test_provider_openai.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/tests/test_provider_openrouter.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/tests/test_provider_portkey.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/tests/test_provider_snowflake.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/tests/test_register_tool_models.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/tests/test_set_model_params.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/tests/test_tokens.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/tests/test_tool_from_mcp.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/tests/test_tools_enhanced.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/tests/test_turns.py +0 -0
- {chatlas-0.13.0 → chatlas-0.13.1}/tests/test_utils_merge.py +0 -0
|
@@ -7,6 +7,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
|
7
7
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
8
8
|
-->
|
|
9
9
|
|
|
10
|
+
## [0.13.1] - 2025-09-18
|
|
11
|
+
|
|
12
|
+
### Bug fixes
|
|
13
|
+
|
|
14
|
+
* `ChatGithub()` once again uses the appropriate `base_url` when generating reponses (problem introduced in v0.11.0). (#182)
|
|
15
|
+
|
|
10
16
|
## [0.13.0] - 2025-09-10
|
|
11
17
|
|
|
12
18
|
### New features
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: chatlas
|
|
3
|
-
Version: 0.13.
|
|
3
|
+
Version: 0.13.1
|
|
4
4
|
Summary: A simple and consistent interface for chatting with LLMs
|
|
5
5
|
Project-URL: Homepage, https://posit-dev.github.io/chatlas
|
|
6
6
|
Project-URL: Documentation, https://posit-dev.github.io/chatlas
|
|
@@ -141,7 +141,7 @@ def ChatGithub(
|
|
|
141
141
|
|
|
142
142
|
class GitHubProvider(OpenAIProvider):
|
|
143
143
|
def __init__(self, base_url: str, **kwargs):
|
|
144
|
-
super().__init__(**kwargs)
|
|
144
|
+
super().__init__(base_url=base_url, **kwargs)
|
|
145
145
|
self._base_url = base_url
|
|
146
146
|
|
|
147
147
|
def list_models(self) -> list[ModelInfo]:
|
|
@@ -190,7 +190,7 @@ def list_models_gh_azure(base_url: str = "https://models.inference.ai.azure.com"
|
|
|
190
190
|
for m in models:
|
|
191
191
|
info: ModelInfo = {
|
|
192
192
|
"id": m["name"],
|
|
193
|
-
"provider": m["publisher"]
|
|
193
|
+
"provider": m["publisher"],
|
|
194
194
|
}
|
|
195
195
|
res.append(info)
|
|
196
196
|
|
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
|
28
28
|
commit_id: COMMIT_ID
|
|
29
29
|
__commit_id__: COMMIT_ID
|
|
30
30
|
|
|
31
|
-
__version__ = version = '0.13.
|
|
32
|
-
__version_tuple__ = version_tuple = (0, 13,
|
|
31
|
+
__version__ = version = '0.13.1'
|
|
32
|
+
__version_tuple__ = version_tuple = (0, 13, 1)
|
|
33
33
|
|
|
34
34
|
__commit_id__ = commit_id = None
|
chatlas-0.13.0/pytest.ini
DELETED
|
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
|
|
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
|