File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed
Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 11#
2- # This file is autogenerated by pip-compile with python 3.9
2+ # This file is autogenerated by pip-compile with python 3.8
33# To update, run:
44#
55# pip-compile --extra=ci --output-file=sdk/python/requirements/py3.8-ci-requirements.txt
@@ -72,6 +72,10 @@ babel==2.10.3
7272 # via sphinx
7373backcall==0.2.0
7474 # via ipython
75+ backports-zoneinfo==0.2.1
76+ # via
77+ # pytz-deprecation-shim
78+ # tzlocal
7579black==22.6.0
7680 # via feast (setup.py)
7781boto3==1.20.23
@@ -302,6 +306,8 @@ imagesize==1.4.1
302306 # via sphinx
303307importlib-metadata==4.12.0
304308 # via great-expectations
309+ importlib-resources==5.8.0
310+ # via jsonschema
305311iniconfig==1.1.1
306312 # via pytest
307313ipython==8.4.0
@@ -799,7 +805,9 @@ xmltodict==0.13.0
799805yarl==1.7.2
800806 # via aiohttp
801807zipp==3.8.1
802- # via importlib-metadata
808+ # via
809+ # importlib-metadata
810+ # importlib-resources
803811
804812# The following packages are considered to be unsafe in a requirements file:
805813# pip
Original file line number Diff line number Diff line change 11#
2- # This file is autogenerated by pip-compile with python 3.9
2+ # This file is autogenerated by pip-compile with python 3.8
33# To update, run:
44#
55# pip-compile --output-file=sdk/python/requirements/py3.8-requirements.txt
@@ -71,6 +71,8 @@ idna==3.3
7171 # via
7272 # anyio
7373 # requests
74+ importlib-resources==5.8.0
75+ # via jsonschema
7476jinja2==3.1.2
7577 # via feast (setup.py)
7678jsonschema==4.7.2
@@ -196,3 +198,5 @@ watchfiles==0.15.0
196198 # via uvicorn
197199websockets==10.3
198200 # via uvicorn
201+ zipp==3.8.1
202+ # via importlib-resources
You can’t perform that action at this time.
0 commit comments