Skip to content

Commit f23a1fe

Browse files
committed
Fix dependencies
Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
1 parent 407915f commit f23a1fe

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

sdk/python/requirements/py3.8-ci-requirements.txt

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
7373
backcall==0.2.0
7474
# via ipython
75+
backports-zoneinfo==0.2.1
76+
# via
77+
# pytz-deprecation-shim
78+
# tzlocal
7579
black==22.6.0
7680
# via feast (setup.py)
7781
boto3==1.20.23
@@ -302,6 +306,8 @@ imagesize==1.4.1
302306
# via sphinx
303307
importlib-metadata==4.12.0
304308
# via great-expectations
309+
importlib-resources==5.8.0
310+
# via jsonschema
305311
iniconfig==1.1.1
306312
# via pytest
307313
ipython==8.4.0
@@ -799,7 +805,9 @@ xmltodict==0.13.0
799805
yarl==1.7.2
800806
# via aiohttp
801807
zipp==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

sdk/python/requirements/py3.8-requirements.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
7476
jinja2==3.1.2
7577
# via feast (setup.py)
7678
jsonschema==4.7.2
@@ -196,3 +198,5 @@ watchfiles==0.15.0
196198
# via uvicorn
197199
websockets==10.3
198200
# via uvicorn
201+
zipp==3.8.1
202+
# via importlib-resources

0 commit comments

Comments
 (0)