Replies: 1 comment
-
Was able to get 2.0.0bx installed by performing the following:
Should this be the method for using pdm and testing against the newer releases of sqlalchemy? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Just been having a play around with getting DeclarativeBase ( #1140 ) to work properly and wanted to make my own branch to continue, however I'm running into an issue where
pdm update --pre sqlalchemy
will only install 1.4.45. I can't reproduce this with a bare pdm environment with only sqlalchemy ie.pdm init && pdm add --pre sqlalchemy
andpdm init && pdm add sqlalchemy && pdm update --pre sqlalchemy
both install/update to version 2.0.0b4.Would anybody have any advice on how to best achieve this?
Beta Was this translation helpful? Give feedback.
All reactions