You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm the author of in_place, which this project uses in generator.py, and I'm letting you know that the upcoming v1.0 of in_place will bring API changes that will break your code; see this issue for more information.
Until v1.0 is released and your code is updated, I would suggest restricting the in_place version in your requirements.txt like so:
in_place < 1.0
The text was updated successfully, but these errors were encountered:
I've just released in_place v1.0, but it turns out that I managed to find an alternative way to accomplish my goals without dropping support for the mode argument, so your code was safe all along. Sorry to bother you!
Side note: Despite my best efforts searching GitHub, this project is the only one I've found that uses mode="b". Do you feel special?
Hi, I'm the author of
in_place
, which this project uses ingenerator.py
, and I'm letting you know that the upcoming v1.0 ofin_place
will bring API changes that will break your code; see this issue for more information.Until v1.0 is released and your code is updated, I would suggest restricting the
in_place
version in yourrequirements.txt
like so:The text was updated successfully, but these errors were encountered: