Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency promptfoo to ^0.90.0 #48

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mend-for-github-com[bot]
Copy link
Contributor

@mend-for-github-com mend-for-github-com bot commented Sep 20, 2024

This PR contains the following updates:

Package Type Update Change
promptfoo dependencies minor ^0.32.0 -> ^0.90.0

By merging this PR, the below vulnerabilities will be automatically resolved:

Severity CVSS Score CVE
Medium Medium 5.3 CVE-2024-47764
Medium Medium 5.3 CVE-2024-47764

Release Notes

promptfoo/promptfoo (promptfoo)

v0.90.0

Compare Source

What's Changed

Features
Chores
Fixes
Documentation
CI/CD
  • Triggered release step in nexe build for tagged branches (@​mldangelo)
  • Updated release token in GitHub Actions workflow (@​mldangelo)
  • Added continue-on-error to nexe-build job (@​mldangelo)

New Contributors

Full Changelog: promptfoo/promptfoo@0.89.4...0.90.0

v0.89.4

Compare Source

What's Changed

New Contributors

Full Changelog: promptfoo/promptfoo@0.89.3...0.89.4

v0.89.3

Compare Source

What's Changed

Full Changelog: 0.89.2...0.89.3

v0.89.2

Compare Source

Release Notes

Version 0.89.2

Improvements
  • Dependencies: Updated project dependencies (@​mldangelo)
  • Website: Added truncate functionality to the site (@​typpo)
Fixes
  • Fixed Node cache dependency issue (@​typpo)
Chore
  • Improved nexe build workflow artifact handling in CI pipeline (@​mldangelo)
Miscellaneous

Full Changelog: promptfoo/promptfoo@0.89.1...0.89.2

v0.89.1

Compare Source

What's Changed

Features
Documentation
Chores

Full Changelog: 0.89.0...0.89.1

v0.89.0

Compare Source

What's Changed

Features
Fixes
Chores
Refactors
  • refactor(csv): improve assertion parsing and add warning for single underscore usage (#​1692) by @​mldangelo
Documentation
  • docs: improve Python provider example with stub LLM function by @​mldangelo

Full Changelog: promptfoo/promptfoo@0.88.0...0.89.0

v0.88.0

Compare Source

What's Changed

✨ Features
  • Added support for file:// prefix for local file paths in the tests: field in configuration (@​mldangelo)
  • Added --env-path as an alias for the --env-file option in CLI (@​mldangelo)
  • Introduced PROMPTFOO_LIGHTWEIGHT_RESULTS environment variable to optimize result storage (@​typpo)
  • Added validatePythonPath function and improved error handling for Python scripts (@​mldangelo)
  • Displayed custom named scores in the Web UI (@​khp)
  • Improved support for structured outputs in the OpenAI provider (@​mldangelo)
  • Added OpenAI Assistant's token usage statistics (@​albertlieyingadrian)
  • Added pricing information for Azure OpenAI models (@​mldangelo)
  • Improved API URL formatting for Azure OpenAI provider (@​mldangelo)
🐛 Bug Fixes
  • Fixed prompt normalization when reading configurations (@​mldangelo)
  • Resolved Docker image issues by adding Python, ensuring the next output directory exists, and disabling telemetry (@​mldangelo)
  • Improved message parsing for the Anthropic provider (@​mldangelo)
  • Fixed error in loading externally defined OpenAI function calls (@​mldangelo)
  • Corrected latency assertion error for zero milliseconds latency (@​albertlieyingadrian)
📚 Documentation
  • Added a new Red Team introduction and case studies to the documentation (@​typpo)
  • Updated model references and default LLM models in the documentation (@​mldangelo)
  • Fixed typos and broken image links in the documentation (@​mldangelo, @​typpo)
🔨 Refactoring
  • Refactored Red Team commands and types to improve code organization (@​mldangelo)
  • Moved evaluateOptions initialization to evalCommand (@​mldangelo)
  • Centralized cost calculation logic in providers (@​mldangelo)
New Contributors

Full Changelog: promptfoo/promptfoo@0.87.1...0.88.0

v0.87.1

Compare Source

What's Changed

Chores
Bug Fixes
Documentation

Full Changelog: v0.87.0...v0.87.1

v0.87.0

Compare Source

What's Changed

Full Changelog: promptfoo/promptfoo@0.86.1...0.87.0

v0.86.1

Compare Source

What's Changed

Full Changelog: promptfoo/promptfoo@0.86.0...0.86.1

v0.86.0

Compare Source

What's Changed

Features
Bug Fixes
Chores

New Contributors

Full Changelog: 0.85.2...0.86.0

v0.85.2

Compare Source

What's Changed

Full Changelog: promptfoo/promptfoo@0.85.1...0.85.2

v0.85.1

Compare Source

What's Changed

Full Changelog: promptfoo/promptfoo@0.85.0...0.85.1

v0.85.0

Compare Source

What's Changed

Features
Fixes
Refactors
Chores
Documentation
Tests
New Contributors

Full Changelog: promptfoo/promptfoo@0.84.1...0.85.0

v0.84.1

Compare Source

What's Changed

Full Changelog: promptfoo/promptfoo@0.84.0...0.84.1

v0.84.0

Compare Source

What's Changed

Features
Bug Fixes
Refactoring
Documentation
  • Update OpenAI config documentation (@​mldangelo)
  • Improve Azure environment variables and configuration documentation (@​mldangelo)
Chores

New Contributors

Full Changelog: promptfoo/promptfoo@0.83.2...0.84.0

v0.83.2

Compare Source

What's Changed

Full Changelog: promptfoo/promptfoo@0.83.1...0.83.2

v0.83.1

Compare Source

Full Changelog: promptfoo/promptfoo@0.83.0...0.83.1

v0.83.0

Compare Source

What's Changed

Full Changelog: promptfoo/promptfoo@0.82.0...0.83.0

v0.82.0

Compare Source

What's Changed

Features
  • feat(redteam): add remote generation for purpose and entities by @​mldangelo
  • feat: add delay option for redteam generate and refactor plugins by @​typpo
Bug Fixes
  • fix: validate all plugins before running any by @​typpo
  • fix: remove indirect prompt injection config.systemPrompt dependency by @​typpo
  • fix: show all strategies on report by @​typpo
  • fix: bfla grading by @​typpo
Chores and Refactoring
  • chore: simplify redteam types by @​typpo
  • chore: move redteam command locations by @​typpo
  • chore: defaults for redteam plugins/strategies by @​typpo
  • chore: clean up some redteam onboarding questions by @​typpo
  • chore: export redteam plugins by @​typpo
  • chore: rename envar by @​typpo
  • chore: add PROMPTFOO_NO_REDTEAM_MODERATION envar by @​typpo
  • chore(redteam): add progress bar to multilingual strategy by @​mldangelo
  • chore(redteam): export extraction functions by @​mldangelo
  • chore(docker): install peer dependencies during build by @​mldangelo
  • docs: update file paths to use file:// prefix by @​mldangelo
Dependencies

Full Changelog: promptfoo/promptfoo@0.81.5...0.82.0

v0.81.5

Compare Source

What's Changed

Full Changelog: promptfoo/promptfoo@0.81.4...0.81.5

v0.81.4

Compare Source

What's Changed
Fixes
Refactoring
Chores

Full Changelog: 0.81.3…0.81.4

v0.81.3

Compare Source

What's Changed

Previously

Full Changelog: promptfoo/promptfoo@0.81.0...0.81.3

v0.81.2

Compare Source

What's Changed

Previously

Full Changelog: promptfoo/promptfoo@0.81.0...0.81.2

v0.81.1

Compare Source

What's Changed

Full Changelog: promptfoo/promptfoo@0.81.0...0.81.1

v0.81.0

Compare Source

What's Changed

Full Changelog: promptfoo/promptfoo@0.80.3...0.81.0

v0.80.3

Compare Source

What's Changed

Features
  • Add Support for Embeddings API (Cohere): Added support for the embeddings API. #​1502 by @​typpo
  • Improve Download Menu: Enhanced the web UI by improving the download menu, adding an option to download human eval test cases, and adding tests. #​1500 by @​mldangelo
Fixes
  • Python IPC Encoding: Resolved an issue by ensuring that Python IPC uses UTF-8 encoding. #​1511 by @​typpo
Chores

Full Changelog: 0.80.2...0.80.3

v0.80.2

Compare Source

What's Changed

Full Changelog: promptfoo/promptfoo@0.80.1...0.80.2

v0.80.1

Compare Source

What's Changed

@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/promptfoo-0.x branch from 355ec17 to 374ef74 Compare March 21, 2025 05:00
@mend-for-github-com mend-for-github-com bot changed the title chore(deps): update dependency promptfoo to ^0.63.0 chore(deps): update dependency promptfoo to ^0.90.0 Mar 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
security fix Security fix generated by Mend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants