Skip to content

Commit

Permalink
Merge pull request #127 from monte-carlo-data/mrostan/vuln-369-fix-re…
Browse files Browse the repository at this point in the history
…quirements-in

Fix dependency syntax in requirements.in
  • Loading branch information
mrostan authored Jul 1, 2024
2 parents 85e346f + 48f8fee commit f0b61a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ snowflake-connector-python>=3.7.1
# python_version conditions below to resolve urllib3 compatibility issues with snowflake-connector-python
tableauserverclient==0.25 ; python_version < "3.10"
# using master branch to get urllib3 dependency updated to ==2.2.2, switch to v0.32 when released
tableauserverclient @ git+https://github.com/tableau/server-client-python.git@master; python_version >= "3.10"
tableauserverclient @ git+https://github.com/tableau/server-client-python.git@master ; python_version >= "3.10"

teradatasql>=17.20.0.31
oscrypto @ git+https://github.com/wbond/oscrypto@master
Expand Down

0 comments on commit f0b61a5

Please sign in to comment.