Skip to content

Commit

Permalink
[CHORE] dependency pinning (#168)
Browse files Browse the repository at this point in the history
* dependency pinning

---------

Co-authored-by: TJ Murphy <[email protected]>
  • Loading branch information
teej and teej authored Nov 27, 2024
1 parent 7c5856c commit db09038
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,13 @@
"Topic :: Database",
],
install_requires=[
"click>=8.1.7",
"inflection>=0.5.1",
"pyparsing>=3.0.9",
"click==8.1.7",
"inflection==0.5.1",
"pyparsing==3.0.9",
"pyyaml",
"snowflake-connector-python>=3.7.0",
"snowflake-snowpark-python>=1.14.0",
"snowflake-connector-python==3.12.3",
"snowflake-snowpark-python==1.24.0",
"pyOpenSSL>=22.1.0",
"jinja2",
"pathspec",
],
Expand All @@ -55,7 +56,6 @@
"pytest>=6.0",
"python-dotenv",
"ruff",
"snowflake-cli-labs",
"tabulate",
"twine!=5.1.0",
"types-pytz",
Expand Down

0 comments on commit db09038

Please sign in to comment.