Zuehlke / ConfZ

ConfZ is a configuration management library for Python based on pydantic.
https://confz.readthedocs.io
MIT License
227 stars 11 forks source link

Update python-dotenv pin to allow 1.0 release #72

Closed alex-dr closed 1 year ago

alex-dr commented 1 year ago

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.

silvanmelchior commented 1 year ago

Totally agree, comming soon

silvanmelchior commented 1 year ago

See release 1.8.2