Skip to content

Commit fc2dd47

Browse files
Callum027Callum Dickinson
andauthored
Update dependencies (#18)
* Require OdooRPC v0.10.1 or later. * Loosen `typing-extensions` requirement to support OpenStack 2025.1 Epoxy upper constraints. Co-authored-by: Callum Dickinson <[email protected]>
1 parent 1eca112 commit fc2dd47

File tree

3 files changed

+75
-74
lines changed

3 files changed

+75
-74
lines changed

changelog.d/18.changed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update dependencies

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ classifiers = [
3232
]
3333
requires-python = ">=3.10"
3434
dependencies = [
35-
"OdooRPC>=0.9.0",
35+
"odoorpc>=0.10.1",
3636
"packaging",
37-
"typing-extensions>=4.15.0",
37+
"typing-extensions>=4.12.2",
3838
]
3939
dynamic = ["version"]
4040

0 commit comments

Comments
 (0)