You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: requirements-all-extras.txt
+67-34Lines changed: 67 additions & 34 deletions
Original file line number
Diff line number
Diff line change
@@ -17,9 +17,10 @@ annotated-doc==0.0.4
17
17
# via typer
18
18
annotated-types==0.7.0
19
19
# via pydantic
20
-
anyio==4.13.0
20
+
anyio==4.14.1
21
21
# via
22
22
# httpx
23
+
# langsmith
23
24
# openai
24
25
appdirs==1.4.4
25
26
# via ragas
@@ -29,8 +30,10 @@ attrs==26.1.0
29
30
# jsonschema
30
31
# referencing
31
32
backoff==2.2.1
32
-
# via posthog
33
-
certifi==2026.5.20
33
+
# via
34
+
# langfuse
35
+
# posthog
36
+
certifi==2026.6.17
34
37
# via
35
38
# httpcore
36
39
# httpx
@@ -55,7 +58,7 @@ colorama==0.4.6
55
58
# typer
56
59
contourpy==1.3.3
57
60
# via matplotlib
58
-
cryptography==48.0.0
61
+
cryptography==49.0.0
59
62
# via google-auth
60
63
cycler==0.12.1
61
64
# via matplotlib
@@ -77,6 +80,7 @@ diskcache==5.6.3
77
80
# ragas
78
81
distro==1.9.0
79
82
# via
83
+
# langsmith
80
84
# openai
81
85
# posthog
82
86
docstring-parser==0.18.0
@@ -85,7 +89,7 @@ execnet==2.1.2
85
89
# via pytest-xdist
86
90
fastuuid==0.14.0
87
91
# via litellm
88
-
filelock==3.29.0
92
+
filelock==3.29.4
89
93
# via
90
94
# datasets
91
95
# huggingface-hub
@@ -103,37 +107,39 @@ fsspec==2025.3.0
103
107
# datasets
104
108
# huggingface-hub
105
109
# torch
106
-
google-ai-generativelanguage==0.11.0
110
+
google-ai-generativelanguage==0.12.0
107
111
# via langchain-google-genai
108
-
google-api-core==2.30.3
112
+
google-api-core==2.31.0
109
113
# via google-ai-generativelanguage
110
-
google-auth==2.53.0
114
+
google-auth==2.55.1
111
115
# via
112
116
# google-ai-generativelanguage
113
117
# google-api-core
114
118
googleapis-common-protos==1.75.0
115
119
# via
116
120
# google-api-core
117
121
# grpcio-status
118
-
greenlet==3.5.1 ; platform_machine == 'AMD64' or platform_machine == 'WIN32' or platform_machine == 'aarch64' or platform_machine == 'amd64' or platform_machine == 'ppc64le' or platform_machine == 'win32' or platform_machine == 'x86_64'
122
+
# opentelemetry-exporter-otlp-proto-http
123
+
greenlet==3.5.3 ; (python_full_version < '3.14' and platform_machine == 'AMD64') or (python_full_version < '3.14' and platform_machine == 'WIN32') or (python_full_version < '3.14' and platform_machine == 'aarch64') or (python_full_version < '3.14' and platform_machine == 'amd64') or (python_full_version < '3.14' and platform_machine == 'ppc64le') or (python_full_version < '3.14' and platform_machine == 'win32') or (python_full_version < '3.14' and platform_machine == 'x86_64')
119
124
# via sqlalchemy
120
-
grpcio==1.81.0
125
+
grpcio==1.81.1
121
126
# via
122
127
# deepeval
123
128
# google-ai-generativelanguage
124
129
# google-api-core
125
130
# grpcio-status
126
-
grpcio-status==1.81.0
131
+
grpcio-status==1.81.1
127
132
# via google-api-core
128
133
h11==0.16.0
129
134
# via httpcore
130
-
hf-xet==1.5.0 ; platform_machine == 'AMD64' or platform_machine == 'aarch64' or platform_machine == 'amd64' or platform_machine == 'arm64' or platform_machine == 'x86_64'
135
+
hf-xet==1.5.1 ; platform_machine == 'AMD64' or platform_machine == 'aarch64' or platform_machine == 'amd64' or platform_machine == 'arm64' or platform_machine == 'x86_64'
0 commit comments