sparckles / Robyn

Robyn is a Super Fast Async Python Web Framework with a Rust runtime.
https://robyn.tech/
BSD 2-Clause "Simplified" License
4.45k stars 229 forks source link

no attribute 'excluded_response_header_paths' #1021

Closed AckerPaul closed 6 days ago

AckerPaul commented 1 week ago

Bug Description

upgrade Robyn version: 0.63.0 python app.py --disable-openapi I tried to disable the api documentation using "--disable-openapi" and it gave the error

Traceback (most recent call last): File "/root/python_projects/app/app.py", line 82, in app.start(host="0.0.0.0", port=8087) File "/root/.pyenv/versions/venv_app/lib/python3.12/site-packages/robyn/init.py", line 303, in start self.excluded_response_header_paths, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'Robyn' object has no attribute 'excluded_response_header_paths'. Did you mean: 'excluded_response_headers_paths'?

Steps to Reproduce

No response

Your operating system

None

Your Python version (python --version)

Python 3.12.7 None

Your Robyn version

None

Additional Info

No response