Open
Conversation
d0f66e2 to
5d525ba
Compare
5d525ba to
af70351
Compare
af70351 to
b81ad63
Compare
b81ad63 to
5637f08
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==0.15.0→==1.2.1Release Notes
theskumar/python-dotenv (python-dotenv)
v1.2.1Compare Source
pyproject.toml, removedsetup.cfg.envfrom FIFOs (Unix) by [@sidharth-sudhir] in [#586]v1.2.0Compare Source
buildandpyproject.tomlby [@EpicWink] in [#583]load_dotenv()usingPYTHON_DOTENV_DISABLEDenv var. by [@matthewfranglen] in [#569]v1.1.1Compare Source
Fixed
find_dotenvwork reliably on python 3.13 by [@theskumar] in #563v1.1.0Compare Source
Feature
dotenv run, switch toexecvpefor better resource management and signal handling ([#523]) by [@eekstunt]Fixed
find_dotenvandload_dotenvnow correctly looks up at the current directory when running in debugger or pdb ([#553] by [@randomseed42])Misc
v1.0.1Compare Source
Fixed
load_dotenvto be reloaded when launched in a separate thread ([#497] by [@freddyaboulton])Misc
v1.0.0Compare Source
Fixed
v0.21.1Compare Source
Added
getandlistcommands when env file can't be opened (#441 by [@bbc2])Fixed
magic(#440 by [@bbc2])v0.21.0Compare Source
Added
load_dotenvfunction now returnsFalse. (#388 by [@larsks])Fixed
openinstead ofio.open. (#389 by [@rabinadk1])parse_itto Related Projects (#410 by [@naorlivne])v0.20.0Compare Source
Added
encoding(Optional[str]) parameter toget_key,set_keyandunset_key.(#379 by [@bbc2])
Fixed
entry_pointsparameter ofsetuptools.setup(#376 by[@mgorny]).
v0.19.2Compare Source
Fixed
set_key, add missing newline character before new entry if necessary. (#361 by[@bbc2])
v0.19.1Compare Source
Added
v0.19.0Compare Source
Changed
by [@bbc2]).
Added
dotenv_pathargument ofset_keyandunset_keynow has a type ofUnion[str, os.PathLike]instead of justos.PathLike(#347 by [@bbc2]).streamargument ofload_dotenvanddotenv_valuescan now be a text stream(
IO[str]), which includes values likeio.StringIO("foo")andopen("file.env", "r")(#348 by [@bbc2]).v0.18.0Compare Source
Changed
ValueErrorifquote_modeisn't one ofalways,autoorneverinset_key(#330 by [@bbc2]).set_keyordotenv set <key> <value>(#330by [@bbc2]):
automode, don't add quotes if the value is only made of alphanumeric characters(as determined by
string.isalnum).v0.17.1Compare Source
Fixed
PYTHONPATH(#318 by [@befeleme]).v0.17.0Compare Source
Changed
dotenv get <key>only show the value, notkey=value(#313 by [@bbc2]).Added
--override/--no-overrideoption todotenv run(#312 by [@zueve] and [@bbc2]).v0.16.0Compare Source
Changed
encodingparameter forload_dotenvanddotenv_valuesisnow
"utf-8"instead ofNone(#306 by [@bbc2]).override=False(#287 by [@bbc2]).Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.