Skip to content

Commit b8691ac

Browse files
beartype 0.19.0 has been released
1 parent e9ce3ec commit b8691ac

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ WDoc is a powerful RAG (Retrieval-Augmented Generation) system designed to summa
195195
* `main` branch: `pip install git+https://github.com/thiswillbeyourgithub/WDoc.git@main`
196196
* You can also use pipx or uvx. But as I'm not experiences with them I don't know if that can cause issues with for example caching etc. Do tell me if you tested it!
197197
* Using pipx: `pipx run wdoc --help`
198-
* Using uvx: `uvx --prerelease=allow wdoc --help` (`prerelease=allow` is needed to include [beartype's latest release candidates](https://pypi.org/project/beartype/))
198+
* Using uvx: `uvx wdoc --help`
199199
2. Add the API key for the backend you want as an environment variable: for example `export OPENAI_API_KEY="***my_key***"`
200200
3. Launch is as easy as using `wdoc --task=query --path=MYDOC [ARGS]` and `wdoc --task=summary --path=MYDOC [ARGS]` (you can use `WDoc` instead of `wdoc`)
201201
* If for some reason this fails, maybe try with `python -m WDoc`. And if everything fails, clone this repo and try again after `cd` inside it.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def run(self):
9292
'tqdm>=4.66.4',
9393
'faiss-cpu>=1.8.0',
9494
'rich>=13.7.1',
95-
'beartype >= 0.19.0rc2',
95+
'beartype >= 0.19.0',
9696
'platformdirs >= 4.2.2',
9797
'dill >= 0.3.7',
9898
'pyfiglet >= 1.0.2', # banner

0 commit comments

Comments
 (0)