Skip to content

Commit

Permalink
Merge pull request #129 from mrbeam/feature/SW-3446-failsafe-way-to-r…
Browse files Browse the repository at this point in the history
…etain-hostname

SW-3446 Fix PyYaml cython problem.
  • Loading branch information
caglarkilimci authored Jul 26, 2023
2 parents 1e3afc8 + eaf6fd8 commit ee928af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"werkzeug>=1.0.1,<2", # newer versions require Python 3
"itsdangerous>=1.1.0,<2", # newer versions require Python 3
"cachelib>=0.1,<0.2", # newer versions require Python 3
"PyYAML>=5.4.1,<6",
"PyYAML>=6.0.1,<7", # Cherry Pick from Octoprint commit fd1c6b2e7dddf4e7f6dfcc59b8833ab57aa7a94b
"pyserial>=3.4,<4",
"netaddr>=0.8,<0.9", # changelog hints at breaking changes on minor version increases
"watchdog==0.10.4", # newer versions require Python 3
Expand Down

0 comments on commit ee928af

Please sign in to comment.