Skip to content

Commit 1695c13

Browse files
authored
fix: Update py3.8 ci requirements for cython 3.0 release (feast-dev#3735)
* Update py3.8 ci reqs due to cython 3.0 release Signed-off-by: Crispin Logan <crispin.logan@ki-insurance.com> * Update py3.9 ci reqs due to cython 3.0 release Signed-off-by: Crispin Logan <crispin.logan@ki-insurance.com> * Update py3.10 ci reqs due to cython 3.0 release Signed-off-by: Crispin Logan <crispin.logan@ki-insurance.com> * Update py3.8 reqs due to cython 3.0 release Signed-off-by: Crispin Logan <crispin.logan@ki-insurance.com> * Update py3.9 reqs due to cython 3.0 release Signed-off-by: Crispin Logan <crispin.logan@ki-insurance.com> * Update py3.10 reqs due to cython 3.0 release Signed-off-by: Crispin Logan <crispin.logan@ki-insurance.com> --------- Signed-off-by: Crispin Logan <crispin.logan@ki-insurance.com>
1 parent e81684d commit 1695c13

6 files changed

+15
-15
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ executing==1.2.0
206206
# via stack-data
207207
fastapi==0.95.2
208208
# via feast (setup.py)
209-
fastavro==1.7.4
209+
fastavro==1.8.1
210210
# via
211211
# feast (setup.py)
212212
# pandavro
@@ -702,7 +702,7 @@ pyjwt[crypto]==2.7.0
702702
# adal
703703
# msal
704704
# snowflake-connector-python
705-
pymssql==2.2.7
705+
pymssql==2.2.8
706706
# via feast (setup.py)
707707
pymysql==1.0.3
708708
# via feast (setup.py)
@@ -767,7 +767,7 @@ pytz==2023.3
767767
# pandas
768768
# snowflake-connector-python
769769
# trino
770-
pyyaml==6.0
770+
pyyaml==6.0.1
771771
# via
772772
# dask
773773
# feast (setup.py)

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ exceptiongroup==1.1.1
4343
# via anyio
4444
fastapi==0.95.2
4545
# via feast (setup.py)
46-
fastavro==1.7.4
46+
fastavro==1.8.1
4747
# via
4848
# feast (setup.py)
4949
# pandavro
@@ -133,7 +133,7 @@ python-dotenv==1.0.0
133133
# via uvicorn
134134
pytz==2023.3
135135
# via pandas
136-
pyyaml==6.0
136+
pyyaml==6.0.1
137137
# via
138138
# dask
139139
# feast (setup.py)

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ executing==1.2.0
210210
# via stack-data
211211
fastapi==0.95.2
212212
# via feast (setup.py)
213-
fastavro==1.7.4
213+
fastavro==1.8.1
214214
# via
215215
# feast (setup.py)
216216
# pandavro
@@ -713,7 +713,7 @@ pyjwt[crypto]==2.7.0
713713
# adal
714714
# msal
715715
# snowflake-connector-python
716-
pymssql==2.2.7
716+
pymssql==2.2.8
717717
# via feast (setup.py)
718718
pymysql==1.0.3
719719
# via feast (setup.py)
@@ -779,7 +779,7 @@ pytz==2023.3
779779
# pandas
780780
# snowflake-connector-python
781781
# trino
782-
pyyaml==6.0
782+
pyyaml==6.0.1
783783
# via
784784
# dask
785785
# feast (setup.py)

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ exceptiongroup==1.1.1
4343
# via anyio
4444
fastapi==0.95.2
4545
# via feast (setup.py)
46-
fastavro==1.7.4
46+
fastavro==1.8.1
4747
# via
4848
# feast (setup.py)
4949
# pandavro
@@ -137,7 +137,7 @@ python-dotenv==1.0.0
137137
# via uvicorn
138138
pytz==2023.3
139139
# via pandas
140-
pyyaml==6.0
140+
pyyaml==6.0.1
141141
# via
142142
# dask
143143
# feast (setup.py)

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ executing==1.2.0
206206
# via stack-data
207207
fastapi==0.95.2
208208
# via feast (setup.py)
209-
fastavro==1.7.4
209+
fastavro==1.8.1
210210
# via
211211
# feast (setup.py)
212212
# pandavro
@@ -705,7 +705,7 @@ pyjwt[crypto]==2.7.0
705705
# adal
706706
# msal
707707
# snowflake-connector-python
708-
pymssql==2.2.7
708+
pymssql==2.2.8
709709
# via feast (setup.py)
710710
pymysql==1.0.3
711711
# via feast (setup.py)
@@ -770,7 +770,7 @@ pytz==2023.3
770770
# pandas
771771
# snowflake-connector-python
772772
# trino
773-
pyyaml==6.0
773+
pyyaml==6.0.1
774774
# via
775775
# dask
776776
# feast (setup.py)

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ exceptiongroup==1.1.1
4343
# via anyio
4444
fastapi==0.95.2
4545
# via feast (setup.py)
46-
fastavro==1.7.4
46+
fastavro==1.8.1
4747
# via
4848
# feast (setup.py)
4949
# pandavro
@@ -133,7 +133,7 @@ python-dotenv==1.0.0
133133
# via uvicorn
134134
pytz==2023.3
135135
# via pandas
136-
pyyaml==6.0
136+
pyyaml==6.0.1
137137
# via
138138
# dask
139139
# feast (setup.py)

0 commit comments

Comments
 (0)