Skip to content
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

Version bump of many packages is needed #55

Open
grololo06 opened this issue Feb 1, 2023 · 1 comment
Open

Version bump of many packages is needed #55

grololo06 opened this issue Feb 1, 2023 · 1 comment

Comments

@grololo06
Copy link
Member

The various packages should be upgraded progressively to avoid a future situation when e.g. python itself is not supported and we get stuck in antique/vulnerable libraries. This can lead to clearer code as the libs generally move to python typings. Performance could be improved as well, eliminating the need for some bottleneck workaround like today.
I had a quick look and we e.g. have https://docs.sqlalchemy.org/en/20/index.html which can use https://www.psycopg.org/psycopg3/docs/basic/index.html. fastapi/pydantic is frequently updated as well. So far the only abandoned library I saw is https://pypi.org/project/sqlalchemy-views/ from which we only use a pair of primitives.

@grololo06
Copy link
Member Author

fastapi_utils seems abandoned, used to show the timings of API calls.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant