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: python-jsonschema/jsonschema
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.18.5
Choose a base ref
...
head repository: python-jsonschema/jsonschema
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.18.6
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Aug 2, 2023

  1. Set a library-specific user agent when automatically retrieving $refs.

    This behavior is (already) deprecated, but oddly there are "real world"
    webservers which seem to have allowed the `requests` default user agent
    (i.e. respond correctly) but not the `urllib` default vague `Python/3.x`
    one (i.e. respond with a 403 or whatever).
    
    Since it seems polite to set this anyhow, we may as well fix behavior
    for anyone who happens to be encountering such a webserver.
    Julian committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    4e999e0 View commit details
    Browse the repository at this point in the history
Loading