File tree Expand file tree Collapse file tree
extension/FermenterHysteresis Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- __version__ = "4.7.5.a1 "
1+ __version__ = "4.7.5"
22__codename__ = "Winter Bock"
Original file line number Diff line number Diff line change 11import asyncio
2- import json
32import logging
4- import webbrowser
5- from asyncio import tasks
63
7- import aiohttp
8- from aiohttp import web
94from cbpi .api import *
10- from cbpi .api .base import CBPiBase
11- from cbpi .api .config import ConfigType
12- from cbpi .api .dataclasses import Fermenter , Props , Step
135from cbpi .controller .fermentation_controller import FermentationController
146
15-
16-
177class FermenterAutostart (CBPiExtension ):
188
199 def __init__ (self , cbpi ):
@@ -57,7 +47,6 @@ async def run(self):
5747 except :
5848 pass
5949
60-
6150@parameters (
6251 [
6352 Property .Number (
@@ -170,7 +159,6 @@ async def run(self):
170159 if self .cooler :
171160 await self .actor_off (self .cooler )
172161
173-
174162@parameters (
175163 [
176164 Property .Number (
Original file line number Diff line number Diff line change 11typing-extensions >= 4
2- aiohttp == 3.13.4
2+ aiohttp == 3.13.5
33aiohttp-auth == 0.1.1
44aiohttp-route-decorator == 0.1.4
55aiohttp-security == 0.5.0
@@ -8,12 +8,12 @@ aiohttp-swagger==1.0.16
88#async-timeout==4.0.3
99aiojobs == 1.4.0
1010aiosqlite == 0.22.1
11- cryptography == 46.0.6
11+ cryptography == 46.0.7
1212pyopenssl == 26.0.0
13- requests == 2.33.0
13+ requests == 2.33.1
1414voluptuous == 0.15.2
1515pyfiglet == 1.0.4
16- pandas == 3.0.1
16+ pandas == 3.0.2
1717shortuuid == 1.0.13
1818tabulate == 0.9.0
1919numpy == 2.4.4
Original file line number Diff line number Diff line change 5858 long_description_content_type = 'text/markdown' ,
5959 install_requires = [
6060 "typing-extensions>=4" ,
61- "aiohttp==3.13.4 " ,
61+ "aiohttp==3.13.5 " ,
6262 "aiohttp-auth==0.1.1" ,
6363 "aiohttp-route-decorator==0.1.4" ,
6464 "aiohttp-security==0.5.0" ,
6565 "aiohttp-session==2.12.1" ,
6666 "aiohttp-swagger==1.0.16" ,
6767 "aiojobs==1.4.0 " ,
6868 "aiosqlite==0.22.1" ,
69- "cryptography==46.0.6 " ,
69+ "cryptography==46.0.7 " ,
7070 "pyopenssl==26.0.0" ,
71- "requests==2.33.0 " ,
71+ "requests==2.33.1 " ,
7272 "voluptuous==0.15.2" ,
7373 "pyfiglet==1.0.4" ,
7474 'click==8.3.1' ,
8282 'importlib_metadata' ,
8383 'distro>=1.8.0' ,
8484 'numpy==2.4.4' ,
85- 'pandas==3.0.1 ' ] + board_reqs + (
85+ 'pandas==3.0.2 ' ] + board_reqs + (
8686 ['systemd-python' ] if localsystem == "Linux" else [] ),
8787
8888 dependency_links = [
You can’t perform that action at this time.
0 commit comments