fastapi-gateway icon indicating copy to clipboard operation
fastapi-gateway copied to clipboard

I'm trying to run the PyPI model.

Open irissonnlima opened this issue 1 year ago • 2 comments

Exception has occurred: ImportError cannot import name 'SetIntStr' from 'fastapi.encoders' (c:\Users\202665\Documents\Trabalho\0188_api_gatway.venv\lib\site-packages\fastapi\encoders.py) File "C:\Users\202665\Documents\Trabalho\0188_api_gatway\teste2.py", line 4, in from fastapi_gateway import route ImportError: cannot import name 'SetIntStr' from 'fastapi.encoders' (c:\Users\202665\Documents\Trabalho\0188_api_gatway.venv\lib\site-packages\fastapi\encoders.py)

irissonnlima avatar Apr 23 '24 14:04 irissonnlima

The error is about the FastAPI issue and it's related to this discussion.

peter279k avatar Dec 31 '24 11:12 peter279k

It's resolved via the https://github.com/dotX12/fastapi-gateway/pull/10

peter279k avatar Dec 31 '24 11:12 peter279k