Skip to content

Commit ff52077

Browse files
committed
Update to qwc-services-core==1.4.0
1 parent 3283732 commit ff52077

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies = [
1010
"Flask-JWT-Extended~=4.6.0",
1111
"Authlib~=1.3.1",
1212
"requests~=2.32.2",
13-
"qwc-services-core~=1.3.34"
13+
"qwc-services-core~=1.4.0"
1414
]
1515

1616
[dependency-groups]

src/server.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@
4242
app.secret_key = app.config['JWT_SECRET_KEY']
4343

4444
tenant_handler = TenantHandler(app.logger)
45-
config_handler = RuntimeConfig("oidcAuth", app.logger)
46-
4745
app.wsgi_app = TenantPrefixMiddleware(app.wsgi_app)
48-
app.session_interface = TenantSessionInterface(os.environ)
46+
app.session_interface = TenantSessionInterface()
47+
48+
config_handler = RuntimeConfig("oidcAuth", app.logger)
4949

5050
oauth = OAuth(app)
5151

uv.lock

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

0 commit comments

Comments
 (0)