Skip to content

Commit

Permalink
Unpin cattrs (#20872)
Browse files Browse the repository at this point in the history
This was pinned because of issue mentioned in apache/airflow#16172 . However this was fixed in 1.8.0 of cattrs by python-attrs/cattrs#151

Changelog entry - https://cattrs.readthedocs.io/en/latest/history.html#id9

(cherry picked from commit 88814587d451be7493e005e4d477609a39caa1d9)

GitOrigin-RevId: 33e36225c3c2e202c264e0e78952961768748884
  • Loading branch information
kaxil authored and Cloud Composer Team committed Jun 4, 2022
1 parent dc93a34 commit 5fcaff0
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ license_files =
licenses/LICENSE-moment.txt
licenses/LICENSE-normalize.txt
# End of licences generated automatically
licenses/LICENSES-ui.txt
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Console
Expand Down Expand Up @@ -87,8 +88,7 @@ install_requires =
cached_property~=1.5;python_version<="3.7"
# cattrs >= 1.1.0 dropped support for Python 3.6
cattrs>=1.0, <1.1.0;python_version<="3.6"
# cattrs >= 1.7.0 break lineage - see https://github.com/apache/airflow/issues/16172
cattrs~=1.1, <1.7.0;python_version>"3.6"
cattrs~=1.1, !=1.7.*;python_version>"3.6"
# Required by vendored-in connexion
clickclick>=1.2
colorlog>=4.0.2, <6.0
Expand All @@ -109,16 +109,18 @@ install_requires =
flask-wtf>=0.14.3, <0.15
graphviz>=0.12
gunicorn>=20.1.0
# We need to limit httpx until https://github.com/apache/airflow/issues/20088 is fixed
httpx<0.20.0
httpx
importlib_metadata>=1.7;python_version<"3.9"
importlib_resources~=5.2;python_version<"3.9"
# Required by vendored-in connexion
inflection>=0.3.1
iso8601>=0.1.12
# Logging is broken with itsdangerous > 2
itsdangerous>=1.1.0, <2.0
jinja2>=2.10.1,<4
# Jinja2 3.1 will remove the 'autoescape' and 'with' extensions, which would
# break Flask 1.x, so we limit this for future compatibility. Remove this
# when bumping Flask to >=2.
jinja2>=2.10.1,<3.1
jsonschema~=3.0
lazy-object-proxy
lockfile>=0.12.2
Expand Down

0 comments on commit 5fcaff0

Please sign in to comment.