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)
  • Loading branch information
mik-laj authored and kaxil committed Jan 21, 2021
1 parent ec68308 commit ffe1bea
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 @@ -107,7 +107,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 @@ -278,6 +278,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 ffe1bea

Please sign in to comment.