Tonic-validate

Latest version: v6.2.0

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

Scan your dependencies

Page 1 of 5

6.1.1

What's Changed
* Update README.md by anuj-tonic in https://github.com/TonicAI/tonic_validate/pull/209
* Update README.md by ethan-tonic in https://github.com/TonicAI/tonic_validate/pull/210
* Adding more analytics by akamor in https://github.com/TonicAI/tonic_validate/pull/242


**Full Changelog**: https://github.com/TonicAI/tonic_validate/compare/v6.1.0...v6.1.1

6.1.0

What's Changed
* Bump tonic-textual from 1.2.1 to 2.0.2 by dependabot in https://github.com/TonicAI/tonic_validate/pull/179
* Bump openai from 1.23.2 to 1.30.5 by dependabot in https://github.com/TonicAI/tonic_validate/pull/178
* Bump litellm from 1.35.20 to 1.37.19 by dependabot in https://github.com/TonicAI/tonic_validate/pull/176
* Bump pytest from 8.1.1 to 8.2.1 by dependabot in https://github.com/TonicAI/tonic_validate/pull/173
* Bump jinja2 from 3.1.3 to 3.1.4 by dependabot in https://github.com/TonicAI/tonic_validate/pull/160
* Bump requests from 2.31.0 to 2.32.0 by dependabot in https://github.com/TonicAI/tonic_validate/pull/174
* Bump urllib3 from 2.2.1 to 2.2.2 by dependabot in https://github.com/TonicAI/tonic_validate/pull/188
* [ENHANCEMENT] Adds openrouter support by sky-2002 in https://github.com/TonicAI/tonic_validate/pull/168
* Bump pytest from 8.1.1 to 8.2.2 by dependabot in https://github.com/TonicAI/tonic_validate/pull/181
* Bump typing-extensions from 4.11.0 to 4.12.2 by dependabot in https://github.com/TonicAI/tonic_validate/pull/185
* Bump pytest-asyncio from 0.23.6 to 0.23.7 by dependabot in https://github.com/TonicAI/tonic_validate/pull/183
* Bump pydantic from 2.7.1 to 2.7.4 by dependabot in https://github.com/TonicAI/tonic_validate/pull/187
* Bump litellm from 1.37.19 to 1.40.8 by dependabot in https://github.com/TonicAI/tonic_validate/pull/186
* Update dependencies & tiktoken version by ethan-tonic in https://github.com/TonicAI/tonic_validate/pull/189
* Added more LLM evaluators (Mistral, Cohere, Together AI, AWS Bedrock, AWS Sagemaker) by Ryan-Rishi in https://github.com/TonicAI/tonic_validate/pull/159
* Update pyproject.toml by ethan-tonic in https://github.com/TonicAI/tonic_validate/pull/190

New Contributors
* sky-2002 made their first contribution in https://github.com/TonicAI/tonic_validate/pull/168

**Full Changelog**: https://github.com/TonicAI/tonic_validate/compare/v6.0.0...v6.1.0

6.0.0

What's Changed
* Added monitoring by ethan-tonic in https://github.com/TonicAI/tonic_validate/pull/167
* Bump tqdm from 4.66.2 to 4.66.4 by dependabot in https://github.com/TonicAI/tonic_validate/pull/165
* Bump ruff from 0.3.7 to 0.4.3 by dependabot in https://github.com/TonicAI/tonic_validate/pull/161
* fix: environ setting for azure openai by gmuffiness in https://github.com/TonicAI/tonic_validate/pull/157

New Contributors
* gmuffiness made their first contribution in https://github.com/TonicAI/tonic_validate/pull/157

**Full Changelog**: https://github.com/TonicAI/tonic_validate/compare/v5.0.0...v6.0.0

5.0.0

Now supports Claude and Gemini for scorers

What's Changed
* Bump idna from 3.6 to 3.7 by dependabot in https://github.com/TonicAI/tonic_validate/pull/139
* Bump openai from 1.14.3 to 1.18.0 by dependabot in https://github.com/TonicAI/tonic_validate/pull/142
* Bump pydantic from 2.6.4 to 2.7.0 by dependabot in https://github.com/TonicAI/tonic_validate/pull/140
* Bump typing-extensions from 4.10.0 to 4.11.0 by dependabot in https://github.com/TonicAI/tonic_validate/pull/135
* Bump ruff from 0.3.4 to 0.3.7 by dependabot in https://github.com/TonicAI/tonic_validate/pull/141
* LiteLLM Integration by Ryan-Rishi in https://github.com/TonicAI/tonic_validate/pull/144
* Update README.md by anuj-tonic in https://github.com/TonicAI/tonic_validate/pull/156

New Contributors
* anuj-tonic made their first contribution in https://github.com/TonicAI/tonic_validate/pull/156

**Full Changelog**: https://github.com/TonicAI/tonic_validate/compare/v4.0.6...v5.0.0

4.0.6

What's Changed
* Attempt to disable telemetry on workflows, again by akamor in https://github.com/TonicAI/tonic_validate/pull/134
* Fix run metadata llm evaluator check by ethan-tonic in https://github.com/TonicAI/tonic_validate/pull/137
* Fix max exponential backoff by ethan-tonic in https://github.com/TonicAI/tonic_validate/pull/138


**Full Changelog**: https://github.com/TonicAI/tonic_validate/compare/v4.0.5...v4.0.6

4.0.5

What's Changed
* Add ChatBees vs OpenAI RAG benchmark to tonic validate examples by ndb-rkang in https://github.com/TonicAI/tonic_validate/pull/115
* Added field to store the llm used for the eval. by Ryan-Rishi in https://github.com/TonicAI/tonic_validate/pull/126
* Added parameters to expose LLM prompts from eval by Ryan-Rishi in https://github.com/TonicAI/tonic_validate/pull/128
* Disable tracking for github workflows by akamor in https://github.com/TonicAI/tonic_validate/pull/131
* Log runtime and sdk version in telemetry by akamor in https://github.com/TonicAI/tonic_validate/pull/133
* Track SDK backend in telemetry by akamor in https://github.com/TonicAI/tonic_validate/pull/132

New Contributors
* ndb-rkang made their first contribution in https://github.com/TonicAI/tonic_validate/pull/115
* Ryan-Rishi made their first contribution in https://github.com/TonicAI/tonic_validate/pull/126

**Full Changelog**: https://github.com/TonicAI/tonic_validate/compare/v4.0.4...v4.0.5

Page 1 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.