Skip to content

Commit 33083f1

Browse files
committed
Update to qwc-services-core==1.4.0
1 parent c4b5dd5 commit 33083f1

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies = [
1212
"Flask-WTF~=1.2.1",
1313
"flask-ldap3-login @ git+https://github.com/nickw444/flask-ldap3-login.git@dd1e9df71ff586a080afbf62923f00f4c3926776",
1414
"python-i18n~=0.3.9",
15-
"qwc-services-core~=1.3.34"
15+
"qwc-services-core~=1.4.0"
1616
]
1717

1818
[dependency-groups]

src/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
tenant_handler = TenantHandler(app.logger)
120120

121121
app.wsgi_app = TenantPrefixMiddleware(app.wsgi_app)
122-
app.session_interface = TenantSessionInterface(os.environ)
122+
app.session_interface = TenantSessionInterface()
123123

124124

125125
# Create a dictionary to store the users in when they authenticate.

uv.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)