Skip to content

Commit

Permalink
feat: update dependencies for project
Browse files Browse the repository at this point in the history
  • Loading branch information
rolin999 committed Nov 18, 2024
1 parent d056ec8 commit e2d0455
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
4 changes: 0 additions & 4 deletions src/bk-login/bklogin/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@
# Patch version info to force pass Django client check
pymysql.version_info = 1, 4, 6, "final", 0

# Patch the SSL module for compatibility with legacy CA credentials.
# https://stackoverflow.com/questions/72479812/how-to-change-tweak-python-3-10-default-ssl-settings-for-requests-sslv3-alert
urllib3.util.ssl_.DEFAULT_CIPHERS = "ALL:@SECLEVEL=1"

# environ
env = environ.Env()
# load environment variables from .env file
Expand Down
5 changes: 0 additions & 5 deletions src/bk-user/bkuser/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@
# Patch version info to force pass Django client check
pymysql.version_info = 1, 4, 6, "final", 0

# Patch the SSL module for compatibility with legacy CA credentials.
# https://stackoverflow.com/questions/72479812/how-to-change-tweak-python-3-10-default-ssl-settings-for-requests-sslv3-alert
urllib3.util.ssl_.DEFAULT_CIPHERS = "ALL:@SECLEVEL=1"


# environ
env = environ.Env()
# load environment variables from .env file
Expand Down

0 comments on commit e2d0455

Please sign in to comment.