Skip to content

Commit

Permalink
Start update debian 12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Booij-Liewes committed Dec 12, 2024
1 parent aef087d commit e5f6126
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion high_templar/backend_adapter/binder.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ def __init__(self, app):
self.base_url = app.config['API_URL']
self.forward_ip = app.config.get('FORWARD_IP')
self.header_definition = {**DEFAULT_HEADERS, **app.config.get('CONNECTION_HEADERS', {})}
self.headers = {}

async def get_authentication(self, websocket) -> Authentication:

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ aio-pika==6.4.1
hypercorn== 0.9.0
quart== 0.11.2
aiohttp_requests==0.1.2
frozendict==1.2
frozendict==2.4.6
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
'quart == 0.11.2',
'aiohttp >= 3.6.2',
'aiohttp_requests>=0.1.2',
'frozendict==1.2',
'frozendict==2.4.6',
],
test_suite='tests'
)
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ websockets==9.1
requests2==2.16.0
wiremock==1.2.0
pytest==6.1.1
frozendict==1.2.0
frozendict==2.4.6
pika==1.2.0

0 comments on commit e5f6126

Please sign in to comment.