python-eureka-client icon indicating copy to clipboard operation
python-eureka-client copied to clipboard

httpx is missing from pyproject.toml, causing pip-tools to fail dependency compilation.

Open Przemek625 opened this issue 3 months ago • 2 comments

httpx is missing from pyproject.toml, causing pip-tools to fail dependency compilation.

Add missing httpx dependency to pyproject.toml — required for successful pip-tools compilation.

from py_eureka_client import eureka_client File "/usr/local/lib/python3.14/site-packages/py_eureka_client/eureka_client.py", line 41, in <module> import py_eureka_client.http_client as http_client File "/usr/local/lib/python3.14/site-packages/py_eureka_client/http_client.py", line 27, in <module> import httpx ModuleNotFoundError: No module named 'httpx'

I have created a pull request: https://github.com/keijack/python-eureka-client/pull/93

Przemek625 avatar Oct 16 '25 09:10 Przemek625