Skip to content

Commit

Permalink
Bump RethinkDB version for python 3.12 (#18636)
Browse files Browse the repository at this point in the history
* test e2e with docker build of Agent with py 3.12.6

* test rethinkdb bump

* add fix for looseversion error

* add changelog and revert agent-dev image tag
  • Loading branch information
Kyle-Neale committed Sep 20, 2024
1 parent db30fc0 commit 0369667
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion agent_requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ requests-oauthlib==2.0.0
requests-toolbelt==1.0.0
requests-unixsocket2==0.4.2
requests==2.32.3
rethinkdb==2.4.9
rethinkdb==2.4.10post1
scandir==1.10.0; python_version < '3.5'
securesystemslib[crypto,pynacl]==0.28.0
semver==3.0.2
Expand Down
1 change: 1 addition & 0 deletions rethinkdb/changelog.d/18636.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump RethinkDB version for py3.12 E2E tests
2 changes: 1 addition & 1 deletion rethinkdb/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ license = "BSD-3-Clause"

[project.optional-dependencies]
deps = [
"rethinkdb==2.4.9",
"rethinkdb==2.4.10post1",
]

[project.urls]
Expand Down

0 comments on commit 0369667

Please sign in to comment.