Skip to content

Commit

Permalink
[Requirements] Move SQLAlchemy to API (mlrun#4035)
Browse files Browse the repository at this point in the history
  • Loading branch information
alonmr authored Aug 1, 2023
1 parent a14e694 commit bde774b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 3 additions & 1 deletion dockerfiles/mlrun-api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ sqlite3-to-mysql~=1.4
objgraph~=3.5
igz-mgmt~=0.0.10
humanfriendly~=9.2
fastapi~=0.95.2
fastapi~=0.95.2
# in sqlalchemy>=2.0 there is breaking changes (such as in Table class autoload argument is removed)
sqlalchemy~=1.4
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ pandas~=1.2, <1.5.0
pyarrow>=10.0, <12
pyyaml~=5.1
requests~=2.22
# in sqlalchemy>=2.0 there is breaking changes (such as in Table class autoload argument is removed)
sqlalchemy~=1.4
# >=0.8.6 from kfp 1.6.0 (and still up until 1.8.10)
tabulate~=0.8.6
v3io~=0.5.21
Expand Down

0 comments on commit bde774b

Please sign in to comment.