Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: guardrails-ai/guardrails
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.7.1
Choose a base ref
...
head repository: guardrails-ai/guardrails
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.7.2
Choose a head ref
  • 11 commits
  • 5 files changed
  • 3 contributors

Commits on Nov 27, 2025

  1. Bump node-forge in /docs in the npm_and_yarn group across 1 directory

    Bumps the npm_and_yarn group with 1 update in the /docs directory: [node-forge](https://github.com/digitalbazaar/forge).
    
    
    Updates `node-forge` from 1.3.1 to 1.3.2
    - [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md)
    - [Commits](digitalbazaar/forge@v1.3.1...v1.3.2)
    
    ---
    updated-dependencies:
    - dependency-name: node-forge
      dependency-version: 1.3.2
      dependency-type: indirect
      dependency-group: npm_and_yarn
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 27, 2025
    Configuration menu
    Copy the full SHA
    0baea9d View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2025

  1. Bump the pip group across 1 directory with 2 updates

    Bumps the pip group with 2 updates in the / directory: [urllib3](https://github.com/urllib3/urllib3) and [werkzeug](https://github.com/pallets/werkzeug).
    
    
    Updates `urllib3` from 2.5.0 to 2.6.0
    - [Release notes](https://github.com/urllib3/urllib3/releases)
    - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
    - [Commits](urllib3/urllib3@2.5.0...2.6.0)
    
    Updates `werkzeug` from 3.1.3 to 3.1.4
    - [Release notes](https://github.com/pallets/werkzeug/releases)
    - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
    - [Commits](pallets/werkzeug@3.1.3...3.1.4)
    
    ---
    updated-dependencies:
    - dependency-name: urllib3
      dependency-version: 2.6.0
      dependency-type: indirect
      dependency-group: pip
    - dependency-name: werkzeug
      dependency-version: 3.1.4
      dependency-type: indirect
      dependency-group: pip
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 6, 2025
    Configuration menu
    Copy the full SHA
    e010805 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2025

  1. Merge pull request #1373 from guardrails-ai/dependabot/pip/pip-79b21d…

    …ae5a
    
    Bump the pip group across 1 directory with 2 updates
    CalebCourier authored Dec 15, 2025
    Configuration menu
    Copy the full SHA
    3a17ca1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1366 from guardrails-ai/dependabot/npm_and_yarn/d…

    …ocs/npm_and_yarn-c0657a3c3e
    
    Bump node-forge from 1.3.1 to 1.3.2 in /docs in the npm_and_yarn group across 1 directory
    CalebCourier authored Dec 15, 2025
    Configuration menu
    Copy the full SHA
    86d336e View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2025

  1. Configuration menu
    Copy the full SHA
    4ef06b7 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2025

  1. add test

    dtam committed Dec 17, 2025
    Configuration menu
    Copy the full SHA
    6dc0521 View commit details
    Browse the repository at this point in the history
  2. lint

    dtam committed Dec 17, 2025
    Configuration menu
    Copy the full SHA
    5eeae6e View commit details
    Browse the repository at this point in the history
  3. fix test

    dtam committed Dec 17, 2025
    Configuration menu
    Copy the full SHA
    494e53a View commit details
    Browse the repository at this point in the history
  4. more lint

    dtam committed Dec 17, 2025
    Configuration menu
    Copy the full SHA
    13549bf View commit details
    Browse the repository at this point in the history
  5. bump version

    dtam committed Dec 17, 2025
    Configuration menu
    Copy the full SHA
    09b6dfa View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1379 from guardrails-ai/fix_corner_case_embeded_c…

    …odeblocks_in_json
    
    add optimistic json parse to avoid corner case in embedded code block…
    dtam authored Dec 17, 2025
    Configuration menu
    Copy the full SHA
    724e18d View commit details
    Browse the repository at this point in the history
Loading