summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Re-add the JSON trove classifiers.HEADv4.18.0a7mainJulian Berman2023-05-161-1/+3
* Fix an additional unintentional resolution scope change in RefResolverv4.18.0a6Julian Berman2023-04-272-8/+18
* Looks like Hatchling needs a bump before this can actually happen.Julian Berman2023-04-251-2/+0
* Add the new JSON and JSON Schema classifiers, hooray!Julian Berman2023-04-251-0/+2
* Merge commit 'b695cd7efa3e40fc41721792b4a692436b9eca39'Julian Berman2023-04-2533-56/+1239
|\
| * Squashed 'json/' changes from 0788c226a..6afa9b38dJulian Berman2023-04-2533-56/+1239
* | Re-enable (but deprecate) automatic reference retrieval.Julian Berman2023-04-253-7/+37
* | Ignore non-str $ids for *deprecated* RefResolver resolution.v4.18.0a5Julian Berman2023-04-252-3/+13
* | Wrap raised referencing exceptions in a RefResolutionError subclass.v4.18.0a4Julian Berman2023-04-173-1/+50
* | Update requirements.Julian Berman2023-04-132-8/+8
* | Update docs requirements.v4.18.0a3Julian Berman2023-03-281-5/+5
* | Bump the minimum referencing version again.Julian Berman2023-03-281-1/+1
* | Add a few more lines to the CHANGELOG.Julian Berman2023-03-281-0/+2
* | Merge pull request #1075 from ikonst/2023-03-27-unevaluatedProperties-do-not-...Julian Berman2023-03-281-16/+9
|\ \
| * | lintIlya Konstantinov2023-03-281-4/+3
| * | lintIlya Konstantinov2023-03-271-3/+4
| * | Do not validate for unevaluatedPropertiesIlya Konstantinov2023-03-271-13/+6
* | | Merge commit 'c8c0bdd52999e4e1a6a38ceca814d0943f3e7962'Julian Berman2023-03-284-0/+80
|\ \ \ | | |/ | |/|
| * | Squashed 'json/' changes from 19947eaa1..0788c226aJulian Berman2023-03-284-0/+80
* | | Merge pull request #1076 from jvtm/python311-date-fromisoformat-allows-extra-...Julian Berman2023-03-281-1/+6
|\ \ \ | |_|/ |/| |
| * | fix: Python 3.11 date.fromisoformat() allows extra formatsJyrki Muukkonen2023-03-281-1/+6
|/ /
* | Exclude bots from release notes.Julian Berman2023-03-251-0/+5
* | Update minimum requirements for referencing libraries.Julian Berman2023-03-232-6/+6
* | Always pass a URI to referencing.jsonschema.specification_with.Julian Berman2023-03-231-1/+1
* | Bump the minimum jsonschema-specifications/rpds versions to avoid #1059v4.18.0a2Julian Berman2023-03-203-11/+39
* | Allow the PSFL in non-GPL licenses.Julian Berman2023-03-201-1/+1
* | Merge pull request #1063 from aryanA101a/patch-1Julian Berman2023-03-201-1/+1
|\ \
| * | documentation mistype fixAryan Arora2023-03-201-1/+1
|/ /
* | Add 2 more minor deprecations to the changelog.v4.18.0a1Julian Berman2023-03-151-0/+11
* | We were relying on an import * for doctests.Julian Berman2023-03-151-0/+1
* | Another dangling Sphinx ref that seemed to only fail on Ubuntu.Julian Berman2023-03-152-0/+3
* | Enable ruff's simplify rules too.Julian Berman2023-03-155-34/+22
* | flake8 -> ruff, a mostly painless affair.Julian Berman2023-03-1513-67/+85
* | Remove a codepath meant for 3.7.Julian Berman2023-03-151-14/+8
* | Newer attrs API in validators.py and some type hints for create.Julian Berman2023-03-153-29/+69
* | Ignore additionalItems when items isn't present on 2019.Julian Berman2023-03-142-3/+4
* | Merge commit '5e16d74500493ef164b595daec622c4ba199644e'Julian Berman2023-03-1438-26/+833
|\ \ | |/
| * Squashed 'json/' changes from f57d3e0cc..19947eaa1Julian Berman2023-03-1438-26/+833
* | Try yet again??Julian Berman2023-03-141-0/+1
* | Take 3 on fixing RTD PDF Builds.Julian Berman2023-03-141-3/+6
* | Merge pull request #1055 from python-jsonschema/maybe-fix-pdf-buildsJulian Berman2023-03-141-0/+1
|\ \
| * | Maybe fix PDF builds (in ReadTheDocs).Julian Berman2023-03-141-0/+1
|/ /
* | Mention 3.7 support being dropped in the CHANGELOG.Julian Berman2023-03-141-1/+5
* | Merge pull request #1049 from python-jsonschema/referencingJulian Berman2023-03-1449-2113/+1052
|\ \
| * | Another version bump.Julian Berman2023-03-132-5/+5
| * | Link to the new referencing doc page.Julian Berman2023-03-093-10/+10
| * | Bump requirements.Julian Berman2023-03-082-17/+17
| * | Speed up Validator.evolve by pre-computing fields.Julian Berman2023-03-061-17/+61
| * | Avoid whatever nonsense pkg_resources error.Julian Berman2023-03-061-2/+2
| * | Replace the other usages of pyrsistent with rpds.Julian Berman2023-03-065-23/+16