Skip to content

Commit

Permalink
chore(deps): make sure that scmrepo is the latest version (#383)
Browse files Browse the repository at this point in the history
Needed to have a guarantee that we don't install an old version in
Studio.

Needs a release to 1.0.3 after this is merged.
  • Loading branch information
shcheklein authored Aug 22, 2023
1 parent 6296c29 commit 7876eec
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 @@ -3,7 +3,7 @@
from setuptools import find_packages, setup

install_requires = [
"scmrepo>=1.2.1,<2",
"scmrepo>=1.3.0,<2",
"typer>=0.4.1",
"rich",
"pydantic>=1.9.0,<2",
Expand Down

0 comments on commit 7876eec

Please sign in to comment.