Skip to content

Commit 7a0adee

Browse files
emgeeedharmisha
authored andcommitted
fix: Add adapters for sqlite datetime conversion (feast-dev#4797)
* fix: sqlite adapter deprecation warning Signed-off-by: Matt Green <emgeee@users.noreply.github.com> * fix: remove duplicate folder definition in ruff config Signed-off-by: Matt Green <emgeee@users.noreply.github.com> * update minimum ruff version and format files Signed-off-by: Matt Green <emgeee@users.noreply.github.com> --------- Signed-off-by: Matt Green <emgeee@users.noreply.github.com>
1 parent 83a04d9 commit 7a0adee

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,11 @@
162162
[
163163
"build",
164164
"virtualenv==20.23.0",
165+
<<<<<<< HEAD
165166
"cryptography>=43.0,<44",
167+
=======
168+
"cryptography>=35.0,<43",
169+
>>>>>>> f7fbdc9d2 (fix: Add adapters for sqlite datetime conversion (#4797))
166170
"ruff>=0.8.0",
167171
"mypy-protobuf>=3.1",
168172
"grpcio-tools>=1.56.2,<2",

0 commit comments

Comments
 (0)