Skip to content

Conversation

@dkropachev
Copy link
Collaborator

Summary

  • Upgrade gremlinpython from ==3.7.4 to >=3.7.4,<4 (allows latest 3.8.0)
  • Raise setuptools floor from >=42 to >=70 in build-system.requires
  • Pin cython>=3.2 in dev dependencies
  • Pin packaging>=25.0 in dev dependencies
  • Raise cryptography floor from >=35.0 to >=42.0

Test plan

  • uv sync completes successfully
  • Unit tests pass

- gremlinpython: ==3.7.4 -> >=3.7.4,<4 (allows 3.8.0)
- setuptools: >=42 -> >=70 in build-system.requires
- cython: unversioned -> >=3.2 in dev dependencies
- packaging: unversioned -> >=25.0 in dev dependencies
- cryptography: >=35.0 -> >=42.0
@dkropachev dkropachev force-pushed the upgrade-dependencies branch from a317463 to 8212972 Compare January 30, 2026 03:47
@dkropachev dkropachev merged commit 20469c0 into master Jan 30, 2026
26 checks passed
@dkropachev dkropachev deleted the upgrade-dependencies branch January 30, 2026 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants