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

Attempt to fix deprecation warnings in SQLA 2.0 #30036

Closed
wants to merge 4 commits into from

Conversation

auvipy
Copy link
Contributor

@auvipy auvipy commented Mar 11, 2023

To fix #28723

@infohash
Copy link
Contributor

Are there no API changes to support SQLA 2?

@auvipy
Copy link
Contributor Author

auvipy commented Mar 22, 2023

sqla 1.4 & 2.0 should be backward compatible except the code is too old. I saw many work has done in this end. But most probably they forgot to update the limit. so I come up with this to see if anything else is remaining

@auvipy auvipy requested a review from potiuk March 22, 2023 17:45
@auvipy auvipy marked this pull request as ready for review April 3, 2023 15:42
@auvipy
Copy link
Contributor Author

auvipy commented Apr 3, 2023

it seems to be merged but need core reviewers check

@uranusjr
Copy link
Member

uranusjr commented Apr 3, 2023

From I can tell this only changes the version range. How does it help with deprecation warnings?

@auvipy
Copy link
Contributor Author

auvipy commented Apr 4, 2023

part of this already fix here #29205 now have to see what else need to be done to merge this PR

@github-actions

This comment was marked as outdated.

@github-actions github-actions bot added the stale Stale PRs per the .github/workflows/stale.yml policy file label May 20, 2023
@auvipy auvipy removed the stale Stale PRs per the .github/workflows/stale.yml policy file label May 20, 2023
@uranusjr uranusjr added the pinned Protect from Stalebot auto closing label May 22, 2023
@hussein-awala
Copy link
Member

I am closing this PR because it does not fix the mentioned issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pinned Protect from Stalebot auto closing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix all deprecations for SQLAlchemy 2.0
4 participants