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

⚙️ FastAPI gateway for microservices.

Results 7 fastapi-gateway issues
Sort by recently updated
recently updated
newest added

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)

Hi, dotX12! I am a Korean developer who is using the fastapi-gateway library. ![image](https://github.com/dotX12/fastapi-gateway/assets/94329093/96e13110-3e74-4b6c-8a0e-162f91c706b3) ![image (1)](https://github.com/dotX12/fastapi-gateway/assets/94329093/a6ca99c1-fc71-4e44-9e52-edc63f934611) When using Optional Query Param as the image above, An error occurred if an...

- Resolve imports on fastapi constants that were removed in version 0.100 and onwards Alternative solution: - Add fastapi version dependency i.e. `fastapi

Hello. I'm having trouble downloading PDF files from the microservice. I suppose that the maqueRequest method only decodes JSON responses. In my example, the gateway throws an exception since the...

1. When creating an optional parameter, it throws an error `TypeError: Invalid variable type: value should be str, int or float, got None of type ` 2. Support SteamingResponse

Hi `dotX12/fastapi-gateway`! This is a one-off automatically generated pull request from LGTM.com :robot:. You might have heard that we’ve integrated LGTM’s underlying CodeQL analysis engine natively into GitHub. The result...

# Changed log - According to the [README.md](https://github.com/dotX12/fastapi-gateway/blob/master/tests/README.md), it should change importing modules approach. Otherwise it will present the following error message: ``` ModuleNotFoundError: No module named 'tests' ```