[tool.poetry]name="my-package"version="0.1.0"description="The description of the package"license="MIT"authors=["Sébastien Eustace <sebastien@eustace.io>"]readme='README.md'# Markdown files are supportedrepository="https://github.com/python-poetry/poetry"homepage="https://github.com/python-p...
poetry self update If you want to install prerelease versions, you can use the --preview option.poetry self update --preview And finally, if you want to install a specific version you can pass it as an argument to self update.poetry self update 1.0.0 ...
I've stumbled upon that with the recent version 0.2.19 of nh3 package, which was resolved as a transitive dependency of twine.Exception raises during poetry lock or poetry update, which blocks further usage is as follows:Unable to determine package info for path: /var/folders/pg/0dhvm7p93...
Fix an issue where a hint to non-package mode was not compliant with the final name of the setting (#9073).1.8.1 - 2024-02-26FixedUpdate the minimum required version of packaging (#9031). Handle unexpected responses from servers that do not support HTTP range requests with negative offset...
markupsafe2.1.3Safely add untrusted strings to HTML/XML markup. platformdirs3.10.0A small Python packagefordetermining appropriate platform-specific dirs, e.g. a"user data dir". requests2.31.0Python HTTPforHumans. tomli2.0.1A lil'TOML parserurllib32.0.4HTTP library with thread-safe connection po...
If you want to update one or more specific packages, then you can list them as arguments:Shell $ poetry update requests beautifulsoup4 With this command, Poetry will search for a new version of requests and a new version of beautifulsoup4 that fulfill the version constraints listed in your ...
poetry self update --preview And finally, if you want to install a specific version you can pass it as an argument toself update. poetry self update 1.2.0 Enable tab completion for Bash, Fish, or Zsh poetrysupports generating completion scripts for Bash, Fish, and Zsh. Seepoetry help comp...
When you run theaddcommand, Poetry will generate apoetry.lockfile. Rather than specifying version constraints, like1.2.*, it will lock the exact versions of libraries you are using, like1.2.11. All subsequent runs ofpoetry addorpoetry updatewill modify the lock file to reflect the changes. ...
document support forpoetry:https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#supported-languages-and-package-managers document version tested:https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#obtaining-dependency-information-by-parsing-lockfiles ...
[[package]] name = "fastapi" version = "0.111.0" description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production" optional = false python-versions = ">=3.8" files = [ {file = "fastapi-0.111.0-py3-none-any.whl", hash = "sha256:...