This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new d88d32e75a Remove the temporary jsonschema-specification limitation
(#35656)
d88d32e75a is described below
commit d88d32e75a66b2f957cd53a9d5f470bde27042bb
Author: Jarek Potiuk <[email protected]>
AuthorDate: Wed Nov 15 14:09:17 2023 +0100
Remove the temporary jsonschema-specification limitation (#35656)
As result of the issue we opened, jsonschema-path released a new
0.3.2 version that allows us to relax the limit we added in #35640
for the newly released jsonschema-specifications.
See https://github.com/p1c2u/jsonschema-path/issues/91 for the fix.
---
setup.cfg | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/setup.cfg b/setup.cfg
index 7e4c9fa3c5..2cda0924cc 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -116,18 +116,6 @@ install_requires =
itsdangerous>=2.0
jinja2>=3.0.0
jsonschema>=4.18.0
- # The jsonschema-specifications 2023.11.1 has referencing>=0.31 dependency
- # where jsonschema-path used under-the-hood has referencing<0.31.0 which
- # makes the two incompatible.
- #
- # That makes pip to find a resolution where latest
- # jsonschema-specification 2023.11.1 gets installed, while it removes
- # jsonschema-path but also downgrades openapi-schema-validator and
- # openapi-spec-validator causing failures when importing moto.
- #
- # See https://github.com/p1c2u/jsonschema-path/issues/91
- # This line should be removed once jsonschema-path release version that
removes referencing limit
- jsonschema-specifications<2023.11.1
lazy-object-proxy
linkify-it-py>=2.0.0
lockfile>=0.12.2