Python dotenv released 1.0.0, and other packages are starting to pin to >=1.0.0, which ends up forcing pip to downgrade confz to an old release with a looser pin on dotenv.
The changelog doesn't look too crazy, and in my own environment I haven't noticed any problems, so I suggest updating the pin to include at least the 1.0 versions.
Python dotenv released
1.0.0
, and other packages are starting to pin to>=1.0.0
, which ends up forcing pip to downgrade confz to an old release with a looser pin on dotenv.The changelog doesn't look too crazy, and in my own environment I haven't noticed any problems, so I suggest updating the pin to include at least the
1.0
versions.