Skip to content
Snippets Groups Projects
  1. Sep 08, 2021
  2. Sep 01, 2021
  3. Aug 30, 2021
  4. Aug 25, 2021
    • Kyle McCormick's avatar
      fix: upgrade py2neo from 3.1.2 to 2021.1.5 (#28480) · cd3957b9
      Kyle McCormick authored
      * fix: upgrade py2neo from 3.1.2 to 2021.1.5
      
      The dump_to_neo4j management command has not been working
      since the upgrade to python 3.8. The latest version of
      python that py2neo 3.1.2 states support for is python 3.5,
      so this isn't surprising.
      
      The earliest non-prerelease version of py2neo that supports
      python 3.8 is 2020.x (skipping the 4.x and 5.x series). Since
      we're going as far as a 2020.x, we may as well upgrade all the
      way to the newest series, 2021.x. This commit does that upgrade,
      as well as a handful of minor code modifications in order
      to handle breaking changes that have been made to the py2neo
      API, and some unrelated pin bumps as the result of
      'make upgrade'.
      
      This will also require an upgrade of Coursegraph's Neo4j
      version from 3.2.x to 3.5.x.
      
      TNL-8386
  5. Aug 24, 2021
  6. Aug 19, 2021
  7. Aug 13, 2021
  8. Aug 09, 2021
  9. Aug 05, 2021
  10. Aug 04, 2021
  11. Aug 03, 2021
  12. Aug 02, 2021
  13. Jul 30, 2021
  14. Jul 29, 2021
  15. Jul 28, 2021
  16. Jul 26, 2021
  17. Jul 23, 2021
  18. Jul 20, 2021
  19. Jul 19, 2021
  20. Jul 16, 2021
  21. Jul 13, 2021
  22. Jul 12, 2021
  23. Jul 07, 2021