-
Notifications
You must be signed in to change notification settings - Fork 268
use UV as dependency management tool #1149
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
base: main
Are you sure you want to change the base?
Conversation
staticxterm
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Honestly, it looks very very good, I like it.
Needs some minor tweaks to fix the Python version used in the CI tests and some other comments.
Riverfount
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job.
staticxterm
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Like I mentioned previously, I like this.
But, I can't yet approve it as there are still some comments left unanswered and the development experience needs to be improved (namely that doing uv sync.. installs all needed development and test dependencies - that everything just works out of the box).
pyproject.toml
Outdated
| description = "Asynchronous Python ODM for MongoDB" | ||
| readme = "README.md" | ||
| requires-python = ">=3.8,<4.0" | ||
| requires-python = ">=3.9,<4.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I now understand why you bump the minimum supported Python version to 3.9 due to pydantic_settings also supporting the Python 3.9 and onwards.
I don't know, I guess we can drop the support then but we need to reach consensus on this (and at some later point when to remove Pydantic v1 support as well).
|
This PR is stale because it has been open 45 days with no activity. |
|
This PR is stale because it has been open 45 days with no activity. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
d655f2e to
3997f02
Compare
Introduce
uvas the dependency management tool.Modified pyproject.toml, GitHub actions and documentation.
Disabled "Publish docs" action as it was always failing due to missing credentials.