Skip to content

Commit ddc038b

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

File tree

2 files changed

+170
-1
lines changed

2 files changed

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

0 commit comments

Comments
 (0)