File tree 3 files changed +18
-13
lines changed
3 files changed +18
-13
lines changed Original file line number Diff line number Diff line change
1
+ mkdocs-material == 9.4
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ aiosignal==1.3.1
13
13
annotated-types==0.6.0
14
14
anyio==4.2.0
15
15
asttokens==2.4.1
16
+ async-timeout==4.0.3
16
17
attrs==23.2.0
17
18
babel==2.14.0
18
19
beautifulsoup4==4.12.3
@@ -27,11 +28,12 @@ diskcache==5.6.3
27
28
distlib==0.3.8
28
29
distro==1.9.0
29
30
docstring-parser==0.15
31
+ exceptiongroup==1.2.0
30
32
executing==2.0.1
31
33
faiss-cpu==1.7.4
32
34
filelock==3.13.1
33
35
frozenlist==1.4.1
34
- fsspec==2023.12.2
36
+ fsspec==2024.2.0
35
37
ghp-import==2.1.0
36
38
h11==0.14.0
37
39
httpcore==1.0.2
@@ -54,20 +56,20 @@ langsmith==0.0.86
54
56
llama-cpp-python==0.2.38
55
57
markdown==3.5.2
56
58
markdown-it-py==3.0.0
57
- markupsafe==2.1.4
59
+ markupsafe==2.1.5
58
60
marshmallow==3.20.2
59
61
matplotlib-inline==0.1.6
60
62
mdurl==0.1.2
61
63
mergedeep==1.3.4
62
64
mkdocs==1.5.3
63
- mkdocs-material==9.5.6
65
+ mkdocs-material==9.5.7
64
66
mkdocs-material-extensions==1.3.1
65
67
multidict==6.0.5
66
68
mypy==1.8.0
67
69
mypy-extensions==1.0.0
68
70
nodeenv==1.8.0
69
- numpy==1.26.3
70
- openai==1.10.0
71
+ numpy==1.26.4
72
+ openai==1.11.1
71
73
packaging==23.2
72
74
paginate==0.5.6
73
75
parso==0.8.3
@@ -80,8 +82,8 @@ pre-commit==3.6.0
80
82
prompt-toolkit==3.0.43
81
83
ptyprocess==0.7.0
82
84
pure-eval==0.2.2
83
- pydantic==2.6.0
84
- pydantic-core==2.16.1
85
+ pydantic==2.6.1
86
+ pydantic-core==2.16.2
85
87
pydantic-settings==2.1.0
86
88
pygments==2.17.2
87
89
pymdown-extensions==10.7
@@ -93,14 +95,15 @@ pyyaml-env-tag==0.1
93
95
regex==2023.12.25
94
96
requests==2.31.0
95
97
rich==13.7.0
96
- ruff==0.2.0
98
+ ruff==0.2.1
97
99
six==1.16.0
98
100
sniffio==1.3.0
99
101
soupsieve==2.5
100
102
sqlalchemy==2.0.25
101
103
stack-data==0.6.3
102
104
tenacity==8.2.3
103
105
tiktoken==0.5.2
106
+ tomli==2.0.1
104
107
tqdm==4.66.1
105
108
traitlets==5.14.1
106
109
types-pyyaml==6.0.12.12
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ certifi==2024.2.2
14
14
charset-normalizer==3.3.2
15
15
distro==1.9.0
16
16
docstring-parser==0.15
17
+ exceptiongroup==1.2.0
17
18
h11==0.14.0
18
19
httpcore==1.0.2
19
20
httpx==0.26.0
@@ -25,13 +26,13 @@ langchain-core==0.1.18
25
26
langchain-openai==0.0.5
26
27
langsmith==0.0.86
27
28
markdown-it-py==3.0.0
28
- markupsafe==2.1.4
29
+ markupsafe==2.1.5
29
30
mdurl==0.1.2
30
- numpy==1.26.3
31
- openai==1.10.0
31
+ numpy==1.26.4
32
+ openai==1.11.1
32
33
packaging==23.2
33
- pydantic==2.6.0
34
- pydantic-core==2.16.1
34
+ pydantic==2.6.1
35
+ pydantic-core==2.16.2
35
36
pydantic-settings==2.1.0
36
37
pygments==2.17.2
37
38
python-dotenv==1.0.1
You can’t perform that action at this time.
0 commit comments