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
- pypdf2 has moved to pypdf ([#7](https://github.com/AnswerDotAI/ContextKit/pull/7)), thanks to [@RensDimmendaal](https://github.com/RensDimmendaal)
14
+
- This PR renames dependency `PyPDF2` to `pypdf` as the maintainers moved that package.
15
+
This move will silence the deprecation warning that's currently shown when using contextkit.
16
+
17
+
> .venv/lib/python3.12/site-packages/PyPDF2/__init__.py:21: DeprecationWarning: PyPDF2 is deprecated. Please move to the pypdf library instead.
18
+
19
+
See: https://pypi.org/project/PyPDF2/
20
+
21
+
### Bugs Squashed
22
+
23
+
- Fixes read_arxiv to use HTTPS, and adds docments docs to various functions for tool support ([#10](https://github.com/AnswerDotAI/ContextKit/pull/10)), thanks to [@algal](https://github.com/algal)
24
+
- - Arxiv.org started returning a 301 when you visit their HTTP URL. Commit fdfc490 fixes this library to use HTTPS, restoring lost functionality
- pypdf2 has moved to pypdf ([#7](https://github.com/AnswerDotAI/ContextKit/pull/7)), thanks to [@RensDimmendaal](https://github.com/RensDimmendaal)
14
-
- This PR renames dependency `PyPDF2` to `pypdf` as the maintainers moved that package.
15
-
This move will silence the deprecation warning that's currently shown when using contextkit.
16
-
17
-
> .venv/lib/python3.12/site-packages/PyPDF2/__init__.py:21: DeprecationWarning: PyPDF2 is deprecated. Please move to the pypdf library instead.
18
-
21
+
- This PR renames dependency `PyPDF2` to `pypdf` as the maintainers moved that package.
22
+
This move will silence the deprecation warning that's currently shown when using contextkit.
23
+
24
+
> .venv/lib/python3.12/site-packages/PyPDF2/__init__.py:21: DeprecationWarning: PyPDF2 is deprecated. Please move to the pypdf library instead.
25
+
19
26
See: https://pypi.org/project/PyPDF2/
20
27
21
28
### Bugs Squashed
22
29
23
30
- Fixes read_arxiv to use HTTPS, and adds docments docs to various functions for tool support ([#10](https://github.com/AnswerDotAI/ContextKit/pull/10)), thanks to [@algal](https://github.com/algal)
24
-
-- Arxiv.org started returning a 301 when you visit their HTTP URL. Commit fdfc490 fixes this library to use HTTPS, restoring lost functionality
31
+
-- Arxiv.org started returning a 301 when you visit their HTTP URL. Commit fdfc490 fixes this library to use HTTPS, restoring lost functionality
0 commit comments