Skip to content

Commit

Permalink
Bump RethinkDB version for python 3.12 (#18636) (#18723)
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

(cherry picked from commit 0369667)
  • Loading branch information
Kyle-Neale authored Oct 1, 2024
1 parent 2b1f621 commit bb91eaf
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 @@ -96,7 +96,7 @@ requests-unixsocket2==0.4.2; python_version > '3.0'
requests-unixsocket==0.3.0; python_version < '3.0'
requests==2.27.1; python_version < '3.0'
requests==2.32.3; python_version > '3.0'
rethinkdb==2.4.9
rethinkdb==2.4.10post1
scandir==1.10.0; python_version < '3.5'
securesystemslib[crypto,pynacl]==0.28.0; python_version > '3.0'
semver==2.13.0; python_version < '3.0'
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 bb91eaf

Please sign in to comment.