chatlas 0.6.0__tar.gz → 0.6.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.6.0 → chatlas-0.6.1}/CHANGELOG.md +6 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/PKG-INFO +22 -1
- {chatlas-0.6.0 → chatlas-0.6.1}/README.md +20 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/chatlas/_version.py +2 -2
- {chatlas-0.6.0 → chatlas-0.6.1}/pyproject.toml +1 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/.github/workflows/check-update-types.yml +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/.github/workflows/docs-publish.yml +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/.github/workflows/release.yml +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/.github/workflows/test.yml +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/.gitignore +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/.vscode/extensions.json +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/.vscode/settings.json +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/Makefile +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/chatlas/__init__.py +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/chatlas/_anthropic.py +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/chatlas/_auto.py +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/chatlas/_chat.py +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/chatlas/_content.py +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/chatlas/_content_image.py +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/chatlas/_content_pdf.py +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/chatlas/_display.py +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/chatlas/_github.py +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/chatlas/_google.py +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/chatlas/_groq.py +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/chatlas/_interpolate.py +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/chatlas/_live_render.py +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/chatlas/_logging.py +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/chatlas/_merge.py +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/chatlas/_ollama.py +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/chatlas/_openai.py +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/chatlas/_perplexity.py +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/chatlas/_provider.py +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/chatlas/_snowflake.py +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/chatlas/_tokens.py +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/chatlas/_tokens_old.py +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/chatlas/_tools.py +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/chatlas/_turn.py +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/chatlas/_typing_extensions.py +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/chatlas/_utils.py +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/chatlas/py.typed +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/chatlas/types/__init__.py +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/chatlas/types/anthropic/__init__.py +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/chatlas/types/anthropic/_client.py +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/chatlas/types/anthropic/_client_bedrock.py +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/chatlas/types/anthropic/_submit.py +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/chatlas/types/google/__init__.py +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/chatlas/types/google/_client.py +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/chatlas/types/google/_submit.py +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/chatlas/types/openai/__init__.py +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/chatlas/types/openai/_client.py +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/chatlas/types/openai/_client_azure.py +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/chatlas/types/openai/_submit.py +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/chatlas/types/snowflake/__init__.py +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/chatlas/types/snowflake/_submit.py +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/.gitignore +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/_extensions/machow/interlinks/.gitignore +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/_extensions/machow/interlinks/_extension.yml +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/_extensions/machow/interlinks/interlinks.lua +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/_quarto.yml +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/_sidebar.yml +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/congressional-assets.png +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/examples/third-party-testing.txt +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/get-started.qmd +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/images/congressional-assets.png +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/images/logo.png +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/images/posit-logo.png +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/images/tool-calling-right.svg +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/images/tool-calling-wrong.svg +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/index.py +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/logos/favicon/android-chrome-192x192.png +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/logos/favicon/android-chrome-512x512.png +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/logos/favicon/apple-touch-icon.png +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/logos/favicon/favicon-16x16.png +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/logos/favicon/favicon-32x32.png +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/logos/favicon/favicon.ico +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/logos/icon/brand-yml-icon-black.png +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/logos/icon/brand-yml-icon-black.svg +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/logos/icon/brand-yml-icon-color.png +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/logos/icon/brand-yml-icon-color.svg +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/logos/icon/brand-yml-icon-white.png +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/logos/icon/brand-yml-icon-white.svg +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/logos/tall/brand-yml-tall-black.png +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/logos/tall/brand-yml-tall-black.svg +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/logos/tall/brand-yml-tall-color.png +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/logos/tall/brand-yml-tall-color.svg +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/logos/tall/brand-yml-tall-white.png +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/logos/tall/brand-yml-tall-white.svg +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/logos/wide/brand-yml-wide-black.png +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/logos/wide/brand-yml-wide-black.svg +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/logos/wide/brand-yml-wide-color.png +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/logos/wide/brand-yml-wide-color.svg +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/logos/wide/brand-yml-wide-large-black.png +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/logos/wide/brand-yml-wide-large-color.png +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/logos/wide/brand-yml-wide-large-white.png +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/logos/wide/brand-yml-wide-white.png +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/logos/wide/brand-yml-wide-white.svg +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/prompt-design.qmd +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/rag.qmd +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/reference/Chat.qmd +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/reference/ChatAnthropic.qmd +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/reference/ChatAzureOpenAI.qmd +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/reference/ChatBedrockAnthropic.qmd +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/reference/ChatGithub.qmd +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/reference/ChatGoogle.qmd +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/reference/ChatGroq.qmd +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/reference/ChatOllama.qmd +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/reference/ChatOpenAI.qmd +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/reference/ChatPerplexity.qmd +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/reference/ChatVertex.qmd +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/reference/Provider.qmd +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/reference/Tool.qmd +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/reference/Turn.qmd +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/reference/content_image_file.qmd +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/reference/content_image_plot.qmd +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/reference/content_image_url.qmd +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/reference/image_file.qmd +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/reference/image_plot.qmd +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/reference/image_url.qmd +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/reference/index.qmd +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/reference/interpolate.qmd +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/reference/interpolate_file.qmd +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/reference/token_usage.qmd +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/reference/types.ChatResponse.qmd +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/reference/types.ChatResponseAsync.qmd +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/reference/types.Content.qmd +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/reference/types.ContentImage.qmd +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/reference/types.ContentImageInline.qmd +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/reference/types.ContentImageRemote.qmd +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/reference/types.ContentJson.qmd +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/reference/types.ContentText.qmd +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/reference/types.ContentToolRequest.qmd +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/reference/types.ContentToolResult.qmd +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/reference/types.ImageContentTypes.qmd +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/reference/types.MISSING.qmd +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/reference/types.MISSING_TYPE.qmd +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/reference/types.SubmitInputArgsT.qmd +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/reference/types.TokenUsage.qmd +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/structured-data.qmd +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/styles.scss +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/tool-calling.qmd +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/docs/web-apps.qmd +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/pytest.ini +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/scripts/_generate_anthropic_types.py +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/scripts/_generate_google_types.py +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/scripts/_generate_openai_types.py +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/scripts/_generate_snowflake_types.py +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/scripts/_utils.py +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/scripts/main.py +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/tests/__init__.py +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/tests/__snapshots__/test_chat.ambr +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/tests/apples.pdf +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/tests/conftest.py +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/tests/test_auto.py +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/tests/test_chat.py +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/tests/test_content.py +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/tests/test_content_image.py +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/tests/test_content_pdf.py +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/tests/test_content_tools.py +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/tests/test_interpolate.py +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/tests/test_provider_anthropic.py +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/tests/test_provider_azure.py +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/tests/test_provider_bedrock.py +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/tests/test_provider_google.py +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/tests/test_provider_openai.py +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/tests/test_tokens.py +0 -0
- {chatlas-0.6.0 → chatlas-0.6.1}/tests/test_turns.py +0 -0
- {chatlas-0.6.0 → chatlas-0.6.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.6.1] - 2025-04-03
|
|
11
|
+
|
|
12
|
+
### Bug fixes
|
|
13
|
+
|
|
14
|
+
* Fixed a missing dependency on the `requests` package.
|
|
15
|
+
|
|
10
16
|
## [0.6.0] - 2025-04-01
|
|
11
17
|
|
|
12
18
|
### New features
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: chatlas
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.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
|
|
@@ -19,6 +19,7 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
19
19
|
Requires-Python: >=3.9
|
|
20
20
|
Requires-Dist: jinja2
|
|
21
21
|
Requires-Dist: pydantic>=2.0
|
|
22
|
+
Requires-Dist: requests
|
|
22
23
|
Requires-Dist: rich
|
|
23
24
|
Provides-Extra: anthropic
|
|
24
25
|
Requires-Dist: anthropic; extra == 'anthropic'
|
|
@@ -281,6 +282,26 @@ chat.extract_data(
|
|
|
281
282
|
|
|
282
283
|
Learn more in the [structured data article](https://posit-dev.github.io/chatlas/structured-data.html)
|
|
283
284
|
|
|
285
|
+
### Multi-modal input
|
|
286
|
+
|
|
287
|
+
Attach images and pdfs when submitting input to using any one of the `content_*` functions.
|
|
288
|
+
|
|
289
|
+
```python
|
|
290
|
+
from chatlas import content_image_url
|
|
291
|
+
|
|
292
|
+
chat.chat(
|
|
293
|
+
content_image_url("https://www.python.org/static/img/python-logo.png"),
|
|
294
|
+
"What do you see in this image?"
|
|
295
|
+
)
|
|
296
|
+
```
|
|
297
|
+
|
|
298
|
+
```
|
|
299
|
+
This image displays the logo of the Python programming language. It features the word "python" alongside the distinctive two snake heads logo, which is colored in blue and yellow.
|
|
300
|
+
```
|
|
301
|
+
|
|
302
|
+
Learn more in the [content reference pages](https://posit-dev.github.io/chatlas/reference/content_image_url.html) for more details on the available content types.
|
|
303
|
+
|
|
304
|
+
|
|
284
305
|
### Export chat
|
|
285
306
|
|
|
286
307
|
Easily get a full markdown or HTML export of a conversation:
|
|
@@ -206,6 +206,26 @@ chat.extract_data(
|
|
|
206
206
|
|
|
207
207
|
Learn more in the [structured data article](https://posit-dev.github.io/chatlas/structured-data.html)
|
|
208
208
|
|
|
209
|
+
### Multi-modal input
|
|
210
|
+
|
|
211
|
+
Attach images and pdfs when submitting input to using any one of the `content_*` functions.
|
|
212
|
+
|
|
213
|
+
```python
|
|
214
|
+
from chatlas import content_image_url
|
|
215
|
+
|
|
216
|
+
chat.chat(
|
|
217
|
+
content_image_url("https://www.python.org/static/img/python-logo.png"),
|
|
218
|
+
"What do you see in this image?"
|
|
219
|
+
)
|
|
220
|
+
```
|
|
221
|
+
|
|
222
|
+
```
|
|
223
|
+
This image displays the logo of the Python programming language. It features the word "python" alongside the distinctive two snake heads logo, which is colored in blue and yellow.
|
|
224
|
+
```
|
|
225
|
+
|
|
226
|
+
Learn more in the [content reference pages](https://posit-dev.github.io/chatlas/reference/content_image_url.html) for more details on the available content types.
|
|
227
|
+
|
|
228
|
+
|
|
209
229
|
### Export chat
|
|
210
230
|
|
|
211
231
|
Easily get a full markdown or HTML export of a conversation:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|