Skip to content

Commit

Permalink
json-merge-patch becomes optional library and has looser restrictions (
Browse files Browse the repository at this point in the history
…apache#13175)

(cherry picked from commit e35bdb9)
(cherry picked from commit ffe1bea)
  • Loading branch information
mik-laj authored and kaxil committed Apr 23, 2021
1 parent ae2e2b5 commit ae439a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ install_requires =
iso8601>=0.1.12
itsdangerous>=1.1.0
jinja2>=2.10.1, <2.12.0
json-merge-patch==0.2
jsonschema~=3.0
lazy-object-proxy<1.5.0 # Required to keep pip-check happy with astroid
lockfile>=0.12.2
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ def write_version(filename: str = os.path.join(*[my_dir, "airflow", "git_version
'google-cloud-videointelligence>=1.7.0,<2.0.0',
'google-cloud-vision>=0.35.2,<2.0.0',
'grpcio-gcp>=0.2.2',
'json-merge-patch~=0.2',
'pandas-gbq',
]
grpc = [
Expand Down

0 comments on commit ae439a0

Please sign in to comment.