Skip to content

Commit

Permalink
Remove SqlAlchemy dependency pinning (facebook#3014)
Browse files Browse the repository at this point in the history
Summary:

Since we have resolved the SQLAlchemy 2.0 dependency issue as part of T200894264, we should be good to remove the pinning

Differential Revision: D65429486
  • Loading branch information
paschai authored and facebook-github-bot committed Nov 4, 2024
1 parent 242fb43 commit 4b1aec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"numpy<2.0",
]

MYSQL_REQUIRES = ["SQLAlchemy==1.4.17"]
MYSQL_REQUIRES = ["SQLAlchemy"]

NOTEBOOK_REQUIRES = ["jupyter"]

Expand Down

0 comments on commit 4b1aec8

Please sign in to comment.