Wdoc

Latest version: v2.7.1

Safety actively analyzes 714319 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 15

2.7.1

bumpver.toml
docs/source/conf.py
setup.py
wdoc/wdoc.py



- [78faa584] by thiswillbeyourgithub, 34 minutes ago:
fix: use latest verdion of persistic for better performance
Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithubusers.noreply.github.com>

setup.py



- [9ff91765] by thiswillbeyourgithub, 55 minutes ago:
minor: the message to start langfuse shouod be in debug level
Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithubusers.noreply.github.com>

wdoc/utils/misc.py



- [5f21bc94] by thiswillbeyourgithub, 69 minutes ago:
new: no need actually to print message when bypassinh model name matching
Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithubusers.noreply.github.com>

wdoc/utils/misc.py



- [a37e7324] by thiswillbeyourgithub, 71 minutes ago:
fix: handle multiple output answers

wdoc/wdoc.py



- [9cd64073] by thiswillbeyourgithub, 4 hours ago:
new: try to cache embeddings in memory when loading them
Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithubusers.noreply.github.com>

wdoc/utils/embeddings.py
wdoc/utils/misc.py



- [9b11e822] by thiswillbeyourgithub, 4 hours ago:
new: use a debug print when bypassing a modelname matching
Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithubusers.noreply.github.com>

wdoc/utils/misc.py



- [5cfa86aa] by thiswillbeyourgithub, 4 hours ago:
new: update the model parameters if it actually does not support n
Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithubusers.noreply.github.com>

wdoc/wdoc.py



- [5202b455] by thiswillbeyourgithub, 4 hours ago:
fix: better handling of models that do not support modifying the n parameter
Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithubusers.noreply.github.com>

wdoc/docs/help.md
wdoc/wdoc.py



- [9d1e4f62] by thiswillbeyourgithub, 4 hours ago:
fix: add hash method to ModelName to make it work with caches
Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithubusers.noreply.github.com>

wdoc/utils/misc.py



- [72f6409b] by thiswillbeyourgithub, 4 hours ago:
new: try to avoid trusting litellm or openrouter for model parameters and max_tokens
Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithubusers.noreply.github.com>

wdoc/utils/misc.py



- [d689b6a9] by thiswillbeyourgithub, 4 hours ago:
new: add memoize decorator to frequently called model name handlers
Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithubusers.noreply.github.com>

wdoc/utils/misc.py



- [21108bd8] by thiswillbeyourgithub, 4 hours ago:
minor: forgot a type checker decorator
Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithubusers.noreply.github.com>

wdoc/utils/misc.py



- [ffa0f80e] by thiswillbeyourgithub, 5 hours ago:
minor: better error message
Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithubusers.noreply.github.com>

wdoc/wdoc.py



- [ec8682f0] by thiswillbeyourgithub, 5 hours ago:
fix: forgot to update an exit value in create_embeddings
Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithubusers.noreply.github.com>

wdoc/utils/embeddings.py



- [69336552] by thiswillbeyourgithub, 3 days ago:
use pytest-xdist when running all tests
Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithubusers.noreply.github.com>

tests/run_all_tests.sh



- [371ed6c7] by thiswillbeyourgithub, 3 days ago:
add pytest xdist to setup
Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithubusers.noreply.github.com>

setup.py



- [3bb75965] by thiswillbeyourgithub, 3 days ago:
test: use scope session fixture for pytest to make them faster
Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithubusers.noreply.github.com>

tests/conftest.py



- [00c46cae] by thiswillbeyourgithub, 3 days ago:
fix: forgot to remove a logger.info duplicate line
Signed-off-by: thiswillbeyourgithub
<26625900+thiswillbeyourgithubusers.noreply.github.com>

wdoc/utils/logger.py



- [49fcb232] by thiswillbeyourgithub, 3 days ago:
remove the is_silent argument and flag that are not used anymore
Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithubusers.noreply.github.com>

wdoc/docs/help.md
wdoc/utils/flags.py
wdoc/utils/logger.py



- [38826304] by thiswillbeyourgithub, 3 days ago:
new: use the logger instead of tqdm write to avoid duplicate prints and have better importability
Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithubusers.noreply.github.com>

wdoc/utils/logger.py

2.7.0

bumpver.toml
docs/source/conf.py
setup.py
wdoc/wdoc.py



- [15b67b3b] by thiswillbeyourgithub, 25 minutes ago:
docs: minor
Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithubusers.noreply.github.com>

README.md



- [3995840d] by thiswillbeyourgithub, 25 minutes ago:
docs: mention open webui tool everywhere
Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithubusers.noreply.github.com>

README.md
wdoc/docs/examples.md



- [4cf05769] by thiswillbeyourgithub (aider), 3 hours ago:
new: Remove first line containing "a deep breath" from LLM output

wdoc/utils/tasks/summarize.py



- [82a52e61] by thiswillbeyourgithub (aider), 3 hours ago:
fix: Resolve undefined args and kwargs in EnvVar.__getattr__ method

wdoc/utils/env.py



- [81c2c2c3] by thiswillbeyourgithub (aider), 3 hours ago:
new: Change default import type to native and update documentation

wdoc/docs/help.md
wdoc/utils/env.py

2.6.10

bumpver.toml
docs/source/conf.py
setup.py
wdoc/wdoc.py



- [f442f78f] by thiswillbeyourgithub, 4 minutes ago:
fix: crashing typo when using tags
Signed-off-by: thiswillbeyourgithub
<26625900+thiswillbeyourgithubusers.noreply.github.com>

wdoc/utils/llm.py

2.6.9

bumpver.toml
docs/source/conf.py
setup.py
wdoc/wdoc.py



- [adc6a449] by thiswillbeyourgithub, 2 minutes ago:
fix: do not remove previous logger
they can be set by another lib, for example open-webui

Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithubusers.noreply.github.com>

wdoc/utils/logger.py

2.6.8

bumpver.toml
docs/source/conf.py
setup.py
wdoc/wdoc.py



- [cd8097c8] by thiswillbeyourgithub, 14 minutes ago:
minor: add a docstring
Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithubusers.noreply.github.com>

wdoc/utils/import_tricks.py



- [3f8d58fd] by thiswillbeyourgithub, 16 minutes ago:
new: don't crash if torchaudio can't be imported
Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithubusers.noreply.github.com>

wdoc/utils/import_tricks.py
wdoc/utils/loaders.py



- [20710866] by thiswillbeyourgithub, 27 hours ago:
mention the full doc is online
Signed-off-by: thiswillbeyourgithub
<26625900+thiswillbeyourgithubusers.noreply.github.com>

README.md



- [7efe7872] by thiswillbeyourgithub, 27 hours ago:
fix link
Signed-off-by: thiswillbeyourgithub
<26625900+thiswillbeyourgithubusers.noreply.github.com>

docs/source/all_docs.rst



- [db312f44] by thiswillbeyourgithub, 27 hours ago:
minor
Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithubusers.noreply.github.com>

docs/source/all_docs.rst



- [8f771549] by thiswillbeyourgithub, 27 hours ago:
better name for the full doc page
Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithubusers.noreply.github.com>

docs/source/all_docs.rst



- [8677e432] by thiswillbeyourgithub, 28 hours ago:
add link to all_docs
Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithubusers.noreply.github.com>

docs/source/index.rst



- [4a68571c] by thiswillbeyourgithub, 30 hours ago:
docs: add an all_docs.rst file
Signed-off-by: thiswillbeyourgithub
<26625900+thiswillbeyourgithubusers.noreply.github.com>

docs/source/all_docs.rst



- [f63abe87] by thiswillbeyourgithub, 30 hours ago:
docs: infinite depth for api.rst
Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithubusers.noreply.github.com>

docs/source/api.rst



- [975f0ff5] by thiswillbeyourgithub, 35 hours ago:
use type vectorstore instead of faiss
Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithubusers.noreply.github.com>

wdoc/utils/embeddings.py



- [9b4ebd62] by thiswillbeyourgithub, 35 hours ago:
minor: add typechecking to 2 func
Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithubusers.noreply.github.com>

wdoc/utils/embeddings.py

2.6.7

bumpver.toml
docs/source/conf.py
setup.py
wdoc/wdoc.py



- [cccba363] by thiswillbeyourgithub, 3 minutes ago:
fix: bump to litellm is needed to get sonnet 3.7 prices
Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithubusers.noreply.github.com>

setup.py



- [a28a1dd9] by thiswillbeyourgithub, 26 minutes ago:
fix: outdated examples
Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithubusers.noreply.github.com>

wdoc/docs/examples.md

Page 1 of 15

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.