talkpython / 100daysofweb-with-python-course

Demo code and resources for our 100 Days of Web in Python Course
https://training.talkpython.fm/courses/explore_100days_web/100-days-of-web-in-python
630 stars 390 forks source link

Day 9 -12: API Star -- Werkzeug Version 3.00 + is not compatible with API Star 0.5.41 #98

Closed duncanrhardy closed 6 months ago

duncanrhardy commented 11 months ago

Hey guys! I was running into this issue below when building up the practice API skeleton:

image

I think pinning Werkzeug version == 2.3.8 in requirements.txt would be helpful.

image

mikeckennedy commented 11 months ago

Hi @duncanrhardy Thanks for the heads up. Werkzeug did make some breaking changes (not really sure why). I'll have look.

mikeckennedy commented 6 months ago

We just updated that chapter. It was API Star (obviously). But since API Star is defunct, I swapped it to FastAPI. Have a look if you're interested in FastAPI. I'm closing this because it no longer applies. Thanks for submitting it.

bbelderbos commented 6 months ago

Thanks so much Mike 🙏 😍, much more up2date and better!