-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
195 lines (195 loc) · 4.78 KB
/
requirements.txt
File metadata and controls
195 lines (195 loc) · 4.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
#
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --output-file=requirements.txt --strip-extras pyproject.toml
#
annotated-doc==0.0.4
# via fastapi
annotated-types==0.7.0
# via pydantic
anyio==4.13.0
# via
# httpx
# mcp
# sse-starlette
# starlette
asgiref==3.11.1
# via opentelemetry-instrumentation-asgi
attrs==26.1.0
# via
# jsonschema
# referencing
certifi==2026.5.20
# via
# httpcore
# httpx
# requests
cffi==2.0.0
# via cryptography
charset-normalizer==3.4.7
# via requests
click==8.4.1
# via uvicorn
cryptography==48.0.0
# via pyjwt
fastapi==0.136.3
# via cb-analytics-mcp (pyproject.toml)
googleapis-common-protos==1.75.0
# via opentelemetry-exporter-otlp-proto-http
h11==0.16.0
# via
# httpcore
# uvicorn
httpcore==1.0.9
# via httpx
httpx==0.28.1
# via
# cb-analytics-mcp (pyproject.toml)
# mcp
httpx-sse==0.4.3
# via mcp
idna==3.16
# via
# anyio
# httpx
# requests
itsdangerous==2.2.0
# via cb-analytics-mcp (pyproject.toml)
jinja2==3.1.6
# via cb-analytics-mcp (pyproject.toml)
jsonschema==4.26.0
# via mcp
jsonschema-specifications==2025.9.1
# via jsonschema
markupsafe==3.0.3
# via jinja2
mcp==1.27.1
# via cb-analytics-mcp (pyproject.toml)
opentelemetry-api==1.42.1
# via
# cb-analytics-mcp (pyproject.toml)
# opentelemetry-exporter-otlp-proto-http
# opentelemetry-instrumentation
# opentelemetry-instrumentation-asgi
# opentelemetry-instrumentation-fastapi
# opentelemetry-instrumentation-httpx
# opentelemetry-sdk
# opentelemetry-semantic-conventions
opentelemetry-exporter-otlp-proto-common==1.42.1
# via opentelemetry-exporter-otlp-proto-http
opentelemetry-exporter-otlp-proto-http==1.42.1
# via cb-analytics-mcp (pyproject.toml)
opentelemetry-instrumentation==0.63b1
# via
# opentelemetry-instrumentation-asgi
# opentelemetry-instrumentation-fastapi
# opentelemetry-instrumentation-httpx
opentelemetry-instrumentation-asgi==0.63b1
# via opentelemetry-instrumentation-fastapi
opentelemetry-instrumentation-fastapi==0.63b1
# via cb-analytics-mcp (pyproject.toml)
opentelemetry-instrumentation-httpx==0.63b1
# via cb-analytics-mcp (pyproject.toml)
opentelemetry-proto==1.42.1
# via
# opentelemetry-exporter-otlp-proto-common
# opentelemetry-exporter-otlp-proto-http
opentelemetry-sdk==1.42.1
# via
# cb-analytics-mcp (pyproject.toml)
# opentelemetry-exporter-otlp-proto-http
opentelemetry-semantic-conventions==0.63b1
# via
# opentelemetry-instrumentation
# opentelemetry-instrumentation-asgi
# opentelemetry-instrumentation-fastapi
# opentelemetry-instrumentation-httpx
# opentelemetry-sdk
opentelemetry-util-http==0.63b1
# via
# opentelemetry-instrumentation-asgi
# opentelemetry-instrumentation-fastapi
# opentelemetry-instrumentation-httpx
packaging==26.2
# via opentelemetry-instrumentation
prometheus-client==0.25.0
# via cb-analytics-mcp (pyproject.toml)
protobuf==6.33.6
# via
# googleapis-common-protos
# opentelemetry-proto
pycparser==3.0
# via cffi
pydantic==2.13.4
# via
# cb-analytics-mcp (pyproject.toml)
# fastapi
# mcp
# pydantic-settings
pydantic-core==2.46.4
# via pydantic
pydantic-settings==2.14.1
# via
# cb-analytics-mcp (pyproject.toml)
# mcp
pyjwt==2.13.0
# via mcp
python-dotenv==1.2.2
# via pydantic-settings
python-multipart==0.0.29
# via
# cb-analytics-mcp (pyproject.toml)
# mcp
referencing==0.37.0
# via
# jsonschema
# jsonschema-specifications
requests==2.34.2
# via opentelemetry-exporter-otlp-proto-http
rpds-py==0.30.0
# via
# jsonschema
# referencing
sse-starlette==3.4.4
# via mcp
starlette==1.1.0
# via
# cb-analytics-mcp (pyproject.toml)
# fastapi
# mcp
# sse-starlette
structlog==25.5.0
# via cb-analytics-mcp (pyproject.toml)
tenacity==9.1.4
# via cb-analytics-mcp (pyproject.toml)
typing-extensions==4.15.0
# via
# anyio
# fastapi
# mcp
# opentelemetry-api
# opentelemetry-exporter-otlp-proto-http
# opentelemetry-sdk
# opentelemetry-semantic-conventions
# pydantic
# pydantic-core
# referencing
# starlette
# typing-inspection
typing-inspection==0.4.2
# via
# fastapi
# mcp
# pydantic
# pydantic-settings
urllib3==2.7.0
# via requests
uvicorn==0.47.0
# via
# cb-analytics-mcp (pyproject.toml)
# mcp
wrapt==2.2.1
# via
# opentelemetry-instrumentation
# opentelemetry-instrumentation-httpx