-
Notifications
You must be signed in to change notification settings - Fork 30
If there is an optional parameter and support SteamingResponse #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Fixed the test
| homepage = "https://github.com/xitowzys-ISZF/fastapi-gateway" | ||
| repository = "https://github.com/xitowzys-ISZF/fastapi-gateway" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why was it changed from dotX12 to xitowzys-ISZF?
| [tool.poetry] | ||
| name = "fastapi_gateway" | ||
| version = "0.0.3" | ||
| name = "fastapi_gateway_ultra" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also describe why you made the decision to change the name of the package and made a lot of edits about it, if it is appropriate and will bring some benefit, I can consider your suggestion, but for now it seems pointless to me.
|
And I think I understand, you made a fork and posted it on pypi under your own name, okay :) |
I apologize for the confusion that occurred here. I just want to continue developing this project further and was considering publishing it on PyPI with a different name under your fork. Also, I didn't realize that all subsequent changes would be reflected in Pull requests, as I'm still new to this process. |


When creating an optional parameter, it throws an error
TypeError: Invalid variable type: value should be str, int or float, got None of type <class 'NoneType'>Support SteamingResponse