Skip to content

Commit b3cd12d

Browse files
committed
chore: use freezed dependenct versions
1 parent 2f4ce9d commit b3cd12d

File tree

2 files changed

+171
-1
lines changed

2 files changed

+171
-1
lines changed

.github/workflows/run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Install dependencies
3232
run: |
33-
pip install .
33+
pip install -r requirements.txt
3434
3535
- name: Run Tasks
3636
run: |

requirements.txt

Lines changed: 170 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,170 @@
1+
agno==1.3.2
2+
aiohappyeyeballs==2.6.1
3+
aiohttp==3.11.16
4+
aiosignal==1.3.2
5+
annotated-types==0.7.0
6+
anyio==4.9.0
7+
appdirs==1.4.4
8+
asgiref==3.8.1
9+
asttokens==3.0.0
10+
asyncio==3.4.3
11+
attrs==25.3.0
12+
auth0-python==4.9.0
13+
backoff==2.2.1
14+
bcrypt==4.3.0
15+
blinker==1.9.0
16+
build==1.2.2.post1
17+
cachetools==5.5.2
18+
certifi==2025.1.31
19+
cffi==1.17.1
20+
charset-normalizer==3.4.1
21+
chroma-hnswlib==0.7.6
22+
chromadb==1.0.5
23+
click==8.1.8
24+
coloredlogs==15.0.1
25+
composio-core==0.7.15
26+
composio-openai==0.7.15
27+
crewai==0.95.0
28+
crm-tools-benchmark @ file:///Users/freaz/Developer/Superface/crm_tools_benchmark
29+
cryptography==44.0.2
30+
decorator==5.2.1
31+
deprecated==1.2.18
32+
distro==1.9.0
33+
docstring-parser==0.16
34+
dotenv==0.9.9
35+
durationpy==0.9
36+
et-xmlfile==2.0.0
37+
executing==2.2.0
38+
fastapi==0.115.9
39+
filelock==3.18.0
40+
flatbuffers==25.2.10
41+
frozenlist==1.5.0
42+
fsspec==2025.3.2
43+
gitdb==4.0.12
44+
gitpython==3.1.44
45+
google-auth==2.39.0
46+
googleapis-common-protos==1.70.0
47+
grpcio==1.71.0
48+
h11==0.14.0
49+
httpcore==1.0.8
50+
httptools==0.6.4
51+
httpx==0.28.1
52+
httpx-sse==0.4.0
53+
huggingface-hub==0.30.2
54+
humanfriendly==10.0
55+
idna==3.10
56+
importlib-metadata==8.6.1
57+
importlib-resources==6.5.2
58+
inflection==0.5.1
59+
instructor==1.7.9
60+
ipython==9.1.0
61+
ipython-pygments-lexers==1.1.1
62+
jedi==0.19.2
63+
jinja2==3.1.6
64+
jiter==0.8.2
65+
json-repair==0.41.1
66+
jsonpickle==4.0.5
67+
jsonref==1.1.0
68+
jsonschema==4.23.0
69+
jsonschema-specifications==2024.10.1
70+
kubernetes==32.0.1
71+
litellm==1.66.2
72+
markdown-it-py==3.0.0
73+
markupsafe==3.0.2
74+
matplotlib-inline==0.1.7
75+
mcp==1.8.1
76+
mdurl==0.1.2
77+
mmh3==5.1.0
78+
monotonic==1.6
79+
mpmath==1.3.0
80+
multidict==6.4.3
81+
networkx==3.4.2
82+
numpy==2.2.4
83+
oauthlib==3.2.2
84+
onnxruntime==1.21.0
85+
openai==1.75.0
86+
openpyxl==3.1.5
87+
opentelemetry-api==1.32.1
88+
opentelemetry-exporter-otlp-proto-common==1.32.1
89+
opentelemetry-exporter-otlp-proto-grpc==1.32.1
90+
opentelemetry-exporter-otlp-proto-http==1.32.1
91+
opentelemetry-instrumentation==0.53b1
92+
opentelemetry-instrumentation-asgi==0.53b1
93+
opentelemetry-instrumentation-fastapi==0.53b1
94+
opentelemetry-proto==1.32.1
95+
opentelemetry-sdk==1.32.1
96+
opentelemetry-semantic-conventions==0.53b1
97+
opentelemetry-util-http==0.53b1
98+
orjson==3.10.16
99+
overrides==7.7.0
100+
packaging==24.2
101+
paramiko==3.5.1
102+
parso==0.8.4
103+
pdfminer-six==20250327
104+
pdfplumber==0.11.6
105+
pexpect==4.9.0
106+
pillow==11.2.1
107+
posthog==3.25.0
108+
prompt-toolkit==3.0.51
109+
propcache==0.3.1
110+
protobuf==5.29.4
111+
ptyprocess==0.7.0
112+
pure-eval==0.2.3
113+
pyasn1==0.6.1
114+
pyasn1-modules==0.4.2
115+
pycparser==2.22
116+
pydantic==2.11.3
117+
pydantic-core==2.33.1
118+
pydantic-settings==2.8.1
119+
pygments==2.19.1
120+
pyjwt==2.10.1
121+
pynacl==1.5.0
122+
pypdfium2==4.30.1
123+
pyperclip==1.9.0
124+
pypika==0.48.9
125+
pyproject-hooks==1.2.0
126+
pysher==1.0.8
127+
python-dateutil==2.9.0.post0
128+
python-dotenv==1.1.0
129+
python-multipart==0.0.20
130+
pyvis==0.3.2
131+
pyyaml==6.0.2
132+
referencing==0.36.2
133+
regex==2024.11.6
134+
requests==2.32.3
135+
requests-oauthlib==2.0.0
136+
rich==13.9.4
137+
rpds-py==0.24.0
138+
rsa==4.9.1
139+
semver==3.0.4
140+
sentry-sdk==2.26.1
141+
shellingham==1.5.4
142+
six==1.17.0
143+
smmap==5.0.2
144+
sniffio==1.3.1
145+
sse-starlette==2.3.5
146+
stack-data==0.6.3
147+
starlette==0.45.3
148+
superface==0.1.4
149+
sympy==1.13.3
150+
tenacity==9.1.2
151+
tiktoken==0.9.0
152+
tokenizers==0.21.1
153+
tomli==2.2.1
154+
tomli-w==1.2.0
155+
tqdm==4.67.1
156+
traitlets==5.14.3
157+
typer==0.15.2
158+
typing-extensions==4.13.2
159+
typing-inspection==0.4.0
160+
urllib3==2.4.0
161+
uv==0.6.14
162+
uvicorn==0.34.1
163+
uvloop==0.21.0
164+
watchfiles==1.0.5
165+
wcwidth==0.2.13
166+
websocket-client==1.8.0
167+
websockets==15.0.1
168+
wrapt==1.17.2
169+
yarl==1.20.0
170+
zipp==3.21.0

0 commit comments

Comments
 (0)