wendl4

Results 4 comments of wendl4

I have encountered the same problem, as the module published on pipy is probably built on pyproject.toml and it has the versions of its dependencies fixed (==) which is different...

My suggestion (mirroring requirements.txt for poetry dependencies) ``` [tool.poetry.dependencies] python = ">=3.9" certifi = ">=2023.7.22" six = ">=1.10" python_dateutil = ">=2.5.3" setuptools = ">=21.0.0" urllib3 = ">=2.0.7" requests = ">=2.31.0"...

thank you @imbeacon for merging the proposed changes in [this PR](https://github.com/thingsboard/thingsboard-python-rest-client/pull/174). Now we just need to wait for the new version release.

Hello @samson0v, @imbeacon. Do you plan to make a new release with the changes merged in the PR mentioned above? I am using the forked version now for more than...