mastering-pycharm-course
mastering-pycharm-course copied to clipboard
Course demos and handouts for Talk Python's Effective PyCharm course
Bumps [flask](https://github.com/pallets/flask) from 3.1.0 to 3.1.1. Release notes Sourced from flask's releases. 3.1.1 This is the Flask 3.1.1 fix release, which fixes bugs but does not otherwise change behavior and...
Bumps [h11](https://github.com/python-hyper/h11) from 0.14.0 to 0.16.0. Commits 1c5b075 this time for surer d9c3699 this time for sure... d91b9dd blacken 5a4683c Soothe mypy 9c9567f Bump version to 0.16.0 114803a Merge commit...
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.5 to 3.1.6. Release notes Sourced from jinja2's releases. 3.1.6 This is the Jinja 3.1.6 security release, which fixes security issues but does not otherwise change behavior...
hi when I start project `databases` in pycharm it show's me error `AttributeError: module 'sqlalchemy.orm' has no attribute 'relation'` the problem is `SQLAlchemy` version compatibility. current version is 2.0.36 -...