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 0.4.3 #314

Merged
merged 6 commits into from Mar 26, 2021
Merged

Version 0.4.3 #314

merged 6 commits into from Mar 26, 2021

Conversation

tomchristie
Copy link
Member

@tomchristie tomchristie commented Mar 26, 2021

Draft release: https://github.com/encode/databases/releases/tag/untagged-8c2d4a16059d155a08e9


0.4.3 (March 26th, 2021)

Fixed

  • Pin SQLAlchemy to 1.13.*

@tomchristie
Copy link
Member Author

Yurgh 🤪 I'll get there in the end.

@tomchristie tomchristie merged commit 88a8015 into master Mar 26, 2021
@tomchristie tomchristie deleted the version-0.4.3 branch March 26, 2021 15:17
@@ -48,7 +48,7 @@ def get_packages(package):
packages=get_packages("databases"),
package_data={"databases": ["py.typed"]},
data_files=[("", ["LICENSE.md"])],
install_requires=['sqlalchemy<1.14', 'aiocontextvars;python_version<"3.7"'],
install_requires=['sqlalchemy<1.4', 'aiocontextvars;python_version<"3.7"'],

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tomchristie sorry to bother. I'm running into problems because of this. Any insight into when sqlalchemy>1.3 will be supported? What can I possibly do to help?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure - I've not personally got the extra time for this at the moment.
There's some work on supporting 1.4 in #299 - You might want to start by trying that out locally and confirming if it works for you, and if it does then helping review any remaining points that's blocking that pull request from being accepted.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

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

Successfully merging this pull request may close these issues.

None yet

2 participants