langtrace-python-sdk 1.1.25__tar.gz → 1.1.27__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.
- {langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/PKG-INFO +1 -1
- {langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/setup.py +4 -9
- {langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/langtrace_python_sdk/langtrace.py +1 -1
- {langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/langtrace_python_sdk.egg-info/PKG-INFO +1 -1
- langtrace-python-sdk-1.1.27/src/langtrace_python_sdk.egg-info/requires.txt +155 -0
- langtrace-python-sdk-1.1.25/src/langtrace_python_sdk.egg-info/requires.txt +0 -6
- {langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/LICENSE +0 -0
- {langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/README.md +0 -0
- {langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/setup.cfg +0 -0
- {langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/examples/__init__.py +0 -0
- {langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/examples/anthropic_example/__init__.py +0 -0
- {langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/examples/anthropic_example/completion.py +0 -0
- {langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/examples/chroma_example/__init__.py +0 -0
- {langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/examples/chroma_example/basic.py +0 -0
- {langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/examples/langchain_example/__init__.py +0 -0
- {langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/examples/langchain_example/basic.py +0 -0
- {langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/examples/langchain_example/tool.py +0 -0
- {langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/examples/llamaindex_example/__init__.py +0 -0
- {langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/examples/llamaindex_example/basic.py +0 -0
- {langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/examples/openai/__init__.py +0 -0
- {langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/examples/openai/chat_completion.py +0 -0
- {langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/examples/openai/embeddings_create.py +0 -0
- {langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/examples/openai/function_calling.py +0 -0
- {langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/examples/openai/images_generate.py +0 -0
- {langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/examples/pinecone_example/__init__.py +0 -0
- {langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/examples/pinecone_example/basic.py +0 -0
- {langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/langtrace_python_sdk/__init__.py +0 -0
- {langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/langtrace_python_sdk/constants/__init__.py +0 -0
- {langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/langtrace_python_sdk/constants/instrumentation/__init__.py +0 -0
- {langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/langtrace_python_sdk/constants/instrumentation/anthropic.py +0 -0
- {langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/langtrace_python_sdk/constants/instrumentation/chroma.py +0 -0
- {langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/langtrace_python_sdk/constants/instrumentation/common.py +0 -0
- {langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/langtrace_python_sdk/constants/instrumentation/openai.py +0 -0
- {langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/langtrace_python_sdk/constants/instrumentation/pinecone.py +0 -0
- {langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/langtrace_python_sdk/extensions/__init__.py +0 -0
- {langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/langtrace_python_sdk/extensions/langtrace_exporter.py +0 -0
- {langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/langtrace_python_sdk/instrumentation/__init__.py +0 -0
- {langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/langtrace_python_sdk/instrumentation/anthropic/__init__.py +0 -0
- {langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/langtrace_python_sdk/instrumentation/anthropic/instrumentation.py +0 -0
- {langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/langtrace_python_sdk/instrumentation/anthropic/patch.py +0 -0
- {langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/langtrace_python_sdk/instrumentation/chroma/__init__.py +0 -0
- {langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/langtrace_python_sdk/instrumentation/chroma/instrumentation.py +0 -0
- {langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/langtrace_python_sdk/instrumentation/chroma/patch.py +0 -0
- {langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/langtrace_python_sdk/instrumentation/langchain/__init__.py +0 -0
- {langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/langtrace_python_sdk/instrumentation/langchain/instrumentation.py +0 -0
- {langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/langtrace_python_sdk/instrumentation/langchain/patch.py +0 -0
- {langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/langtrace_python_sdk/instrumentation/langchain_community/__init__.py +0 -0
- {langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/langtrace_python_sdk/instrumentation/langchain_community/instrumentation.py +0 -0
- {langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/langtrace_python_sdk/instrumentation/langchain_community/patch.py +0 -0
- {langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/langtrace_python_sdk/instrumentation/langchain_core/__init__.py +0 -0
- {langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/langtrace_python_sdk/instrumentation/langchain_core/instrumentation.py +0 -0
- {langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/langtrace_python_sdk/instrumentation/langchain_core/patch.py +0 -0
- {langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/langtrace_python_sdk/instrumentation/llamaindex/__init__.py +0 -0
- {langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/langtrace_python_sdk/instrumentation/llamaindex/instrumentation.py +0 -0
- {langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/langtrace_python_sdk/instrumentation/llamaindex/patch.py +0 -0
- {langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/langtrace_python_sdk/instrumentation/openai/__init__.py +0 -0
- {langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/langtrace_python_sdk/instrumentation/openai/instrumentation.py +0 -0
- {langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/langtrace_python_sdk/instrumentation/openai/patch.py +0 -0
- {langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/langtrace_python_sdk/instrumentation/pinecone/__init__.py +0 -0
- {langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/langtrace_python_sdk/instrumentation/pinecone/instrumentation.py +0 -0
- {langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/langtrace_python_sdk/instrumentation/pinecone/patch.py +0 -0
- {langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/langtrace_python_sdk/utils/__init__.py +0 -0
- {langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/langtrace_python_sdk/utils/llm.py +0 -0
- {langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/langtrace_python_sdk/utils/with_root_span.py +0 -0
- {langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/langtrace_python_sdk.egg-info/SOURCES.txt +0 -0
- {langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/langtrace_python_sdk.egg-info/dependency_links.txt +0 -0
- {langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/langtrace_python_sdk.egg-info/top_level.txt +0 -0
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
from setuptools import find_packages, setup
|
|
2
2
|
|
|
3
|
+
with open("requirements.txt") as f:
|
|
4
|
+
required = f.read().splitlines()
|
|
3
5
|
|
|
4
6
|
|
|
5
7
|
def readme():
|
|
@@ -9,7 +11,7 @@ def readme():
|
|
|
9
11
|
|
|
10
12
|
setup(
|
|
11
13
|
name="langtrace-python-sdk", # Choose a unique name for PyPI
|
|
12
|
-
version="1.1.
|
|
14
|
+
version="1.1.27",
|
|
13
15
|
author="Scale3 Labs",
|
|
14
16
|
license="AGPL-3.0-or-later",
|
|
15
17
|
author_email="engineering@scale3labs.com",
|
|
@@ -29,14 +31,7 @@ setup(
|
|
|
29
31
|
package_dir={"": "src"},
|
|
30
32
|
packages=find_packages(where="src"),
|
|
31
33
|
python_requires=">=3.6",
|
|
32
|
-
install_requires=
|
|
33
|
-
'trace-attributes',
|
|
34
|
-
'opentelemetry-api',
|
|
35
|
-
'opentelemetry-instrumentation',
|
|
36
|
-
'opentelemetry-sdk',
|
|
37
|
-
'pinecone-client',
|
|
38
|
-
'tiktoken'
|
|
39
|
-
],
|
|
34
|
+
install_requires=required,
|
|
40
35
|
classifiers=[
|
|
41
36
|
"Programming Language :: Python :: 3",
|
|
42
37
|
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
|
{langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/langtrace_python_sdk/langtrace.py
RENAMED
|
@@ -61,7 +61,7 @@ def init(
|
|
|
61
61
|
if batch:
|
|
62
62
|
provider.add_span_processor(batch_processor_remote)
|
|
63
63
|
else:
|
|
64
|
-
|
|
64
|
+
raise ValueError("Batching is required for remote write")
|
|
65
65
|
|
|
66
66
|
# Initialize tracer
|
|
67
67
|
trace.set_tracer_provider(provider)
|
|
@@ -0,0 +1,155 @@
|
|
|
1
|
+
bcrypt==4.1.2
|
|
2
|
+
aiohttp==3.9.3
|
|
3
|
+
aiosignal==1.3.1
|
|
4
|
+
annotated-types==0.6.0
|
|
5
|
+
anthropic==0.19.1
|
|
6
|
+
anyio==4.3.0
|
|
7
|
+
asgiref==3.7.2
|
|
8
|
+
async-timeout==4.0.3
|
|
9
|
+
attrs==23.2.0
|
|
10
|
+
backoff==2.2.1
|
|
11
|
+
beautifulsoup4==4.12.3
|
|
12
|
+
bs4==0.0.2
|
|
13
|
+
build==1.0.3
|
|
14
|
+
cachetools==5.3.3
|
|
15
|
+
certifi==2024.2.2
|
|
16
|
+
charset-normalizer==3.3.2
|
|
17
|
+
chroma-hnswlib==0.7.3
|
|
18
|
+
chromadb==0.4.23
|
|
19
|
+
click==8.1.7
|
|
20
|
+
coloredlogs==15.0.1
|
|
21
|
+
dataclasses-json==0.6.4
|
|
22
|
+
Deprecated==1.2.14
|
|
23
|
+
dirtyjson==1.0.8
|
|
24
|
+
distro==1.9.0
|
|
25
|
+
docarray==0.40.0
|
|
26
|
+
exceptiongroup==1.2.0
|
|
27
|
+
faiss-cpu==1.7.4
|
|
28
|
+
fastapi==0.110.0
|
|
29
|
+
filelock==3.13.1
|
|
30
|
+
flatbuffers==23.5.26
|
|
31
|
+
frozenlist==1.4.1
|
|
32
|
+
fsspec==2024.2.0
|
|
33
|
+
google-auth==2.28.1
|
|
34
|
+
googleapis-common-protos==1.62.0
|
|
35
|
+
greenlet==3.0.3
|
|
36
|
+
grpcio==1.62.0
|
|
37
|
+
h11==0.14.0
|
|
38
|
+
httpcore==1.0.4
|
|
39
|
+
httptools==0.6.1
|
|
40
|
+
httpx==0.27.0
|
|
41
|
+
huggingface-hub==0.20.3
|
|
42
|
+
humanfriendly==10.0
|
|
43
|
+
idna==3.6
|
|
44
|
+
importlib-metadata==6.11.0
|
|
45
|
+
importlib_resources==6.1.2
|
|
46
|
+
joblib==1.3.2
|
|
47
|
+
jsonpatch==1.33
|
|
48
|
+
jsonpointer==2.4
|
|
49
|
+
kubernetes==29.0.0
|
|
50
|
+
langchain==0.1.9
|
|
51
|
+
langchain-community==0.0.24
|
|
52
|
+
langchain-core==0.1.27
|
|
53
|
+
langchain-openai==0.0.7
|
|
54
|
+
langchainhub==0.1.14
|
|
55
|
+
langsmith==0.1.9
|
|
56
|
+
llama-index==0.10.13.post1
|
|
57
|
+
llama-index-agent-openai==0.1.5
|
|
58
|
+
llama-index-cli==0.1.5
|
|
59
|
+
llama-index-core==0.10.13
|
|
60
|
+
llama-index-embeddings-openai==0.1.6
|
|
61
|
+
llama-index-indices-managed-llama-cloud==0.1.3
|
|
62
|
+
llama-index-legacy==0.9.48
|
|
63
|
+
llama-index-llms-openai==0.1.6
|
|
64
|
+
llama-index-multi-modal-llms-openai==0.1.4
|
|
65
|
+
llama-index-program-openai==0.1.4
|
|
66
|
+
llama-index-question-gen-openai==0.1.3
|
|
67
|
+
llama-index-readers-file==0.1.6
|
|
68
|
+
llama-index-readers-llama-parse==0.1.3
|
|
69
|
+
llama-index-vector-stores-chroma==0.1.4
|
|
70
|
+
llama-parse==0.3.4
|
|
71
|
+
llamaindex-py-client==0.1.13
|
|
72
|
+
markdown-it-py==3.0.0
|
|
73
|
+
marshmallow==3.21.0
|
|
74
|
+
mdurl==0.1.2
|
|
75
|
+
mmh3==4.1.0
|
|
76
|
+
monotonic==1.6
|
|
77
|
+
mpmath==1.3.0
|
|
78
|
+
multidict==6.0.5
|
|
79
|
+
mypy-extensions==1.0.0
|
|
80
|
+
nest-asyncio==1.6.0
|
|
81
|
+
networkx==3.2.1
|
|
82
|
+
nltk==3.8.1
|
|
83
|
+
numexpr==2.9.0
|
|
84
|
+
numpy==1.26.4
|
|
85
|
+
oauthlib==3.2.2
|
|
86
|
+
onnxruntime==1.17.1
|
|
87
|
+
openai==1.12.0
|
|
88
|
+
opentelemetry-api==1.23.0
|
|
89
|
+
opentelemetry-distro==0.44b0
|
|
90
|
+
opentelemetry-exporter-otlp==1.23.0
|
|
91
|
+
opentelemetry-exporter-otlp-proto-common==1.23.0
|
|
92
|
+
opentelemetry-exporter-otlp-proto-grpc==1.23.0
|
|
93
|
+
opentelemetry-exporter-otlp-proto-http==1.23.0
|
|
94
|
+
opentelemetry-instrumentation==0.44b0
|
|
95
|
+
opentelemetry-instrumentation-asgi==0.44b0
|
|
96
|
+
opentelemetry-instrumentation-fastapi==0.44b0
|
|
97
|
+
opentelemetry-proto==1.23.0
|
|
98
|
+
opentelemetry-sdk==1.23.0
|
|
99
|
+
opentelemetry-semantic-conventions==0.44b0
|
|
100
|
+
opentelemetry-util-http==0.44b0
|
|
101
|
+
orjson==3.9.15
|
|
102
|
+
overrides==7.7.0
|
|
103
|
+
packaging==23.2
|
|
104
|
+
pandas==2.2.1
|
|
105
|
+
pillow==10.2.0
|
|
106
|
+
pinecone-client==3.1.0
|
|
107
|
+
posthog==3.4.2
|
|
108
|
+
protobuf==4.25.3
|
|
109
|
+
pulsar-client==3.4.0
|
|
110
|
+
pyasn1==0.5.1
|
|
111
|
+
pyasn1-modules==0.3.0
|
|
112
|
+
pydantic==2.6.2
|
|
113
|
+
pydantic_core==2.16.3
|
|
114
|
+
Pygments==2.17.2
|
|
115
|
+
PyMuPDF==1.23.25
|
|
116
|
+
PyMuPDFb==1.23.22
|
|
117
|
+
pypdf==4.0.2
|
|
118
|
+
PyPika==0.48.9
|
|
119
|
+
pyproject_hooks==1.0.0
|
|
120
|
+
python-dateutil==2.8.2
|
|
121
|
+
python-dotenv==1.0.1
|
|
122
|
+
pytz==2024.1
|
|
123
|
+
PyYAML==6.0.1
|
|
124
|
+
regex==2023.12.25
|
|
125
|
+
requests==2.31.0
|
|
126
|
+
requests-oauthlib==1.3.1
|
|
127
|
+
rich==13.7.0
|
|
128
|
+
rsa==4.9
|
|
129
|
+
six==1.16.0
|
|
130
|
+
sniffio==1.3.0
|
|
131
|
+
soupsieve==2.5
|
|
132
|
+
SQLAlchemy==2.0.27
|
|
133
|
+
starlette==0.36.3
|
|
134
|
+
sympy==1.12
|
|
135
|
+
tenacity==8.2.3
|
|
136
|
+
tiktoken==0.6.0
|
|
137
|
+
tokenizers==0.15.2
|
|
138
|
+
tomli==2.0.1
|
|
139
|
+
tqdm==4.66.2
|
|
140
|
+
trace-attributes==1.0.24
|
|
141
|
+
typer==0.9.0
|
|
142
|
+
types-requests==2.31.0.20240218
|
|
143
|
+
typing==3.7.4.3
|
|
144
|
+
typing-inspect==0.9.0
|
|
145
|
+
typing_extensions==4.9.0
|
|
146
|
+
tzdata==2024.1
|
|
147
|
+
urllib3==2.2.1
|
|
148
|
+
uvicorn==0.27.1
|
|
149
|
+
uvloop==0.19.0
|
|
150
|
+
watchfiles==0.21.0
|
|
151
|
+
websocket-client==1.7.0
|
|
152
|
+
websockets==12.0
|
|
153
|
+
wrapt==1.16.0
|
|
154
|
+
yarl==1.9.4
|
|
155
|
+
zipp==3.17.0
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/examples/chroma_example/__init__.py
RENAMED
|
File without changes
|
{langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/examples/chroma_example/basic.py
RENAMED
|
File without changes
|
|
File without changes
|
{langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/examples/langchain_example/basic.py
RENAMED
|
File without changes
|
{langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/examples/langchain_example/tool.py
RENAMED
|
File without changes
|
|
File without changes
|
{langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/examples/llamaindex_example/basic.py
RENAMED
|
File without changes
|
|
File without changes
|
{langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/examples/openai/chat_completion.py
RENAMED
|
File without changes
|
{langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/examples/openai/embeddings_create.py
RENAMED
|
File without changes
|
{langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/examples/openai/function_calling.py
RENAMED
|
File without changes
|
{langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/examples/openai/images_generate.py
RENAMED
|
File without changes
|
|
File without changes
|
{langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/examples/pinecone_example/basic.py
RENAMED
|
File without changes
|
{langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/langtrace_python_sdk/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langtrace-python-sdk-1.1.25 → langtrace-python-sdk-1.1.27}/src/langtrace_python_sdk/utils/llm.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|