Skip to content

Commit dad3aa4

Browse files
bump requires to 2025.07.0-dev
1 parent c6c6cc5 commit dad3aa4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/posit/connect/oauth/associations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def find(self) -> List[Association]:
6767
for result in response.json()
6868
]
6969

70-
@requires("2025.06.0-dev")
70+
@requires("2025.07.0-dev")
7171
def find_by(
7272
self,
7373
integration_type: Optional[types.OAuthIntegrationType | str] = None,

src/posit/connect/oauth/integrations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def find(self) -> List[Integration]:
132132
for result in response.json()
133133
]
134134

135-
@requires("2025.06.0-dev")
135+
@requires("2025.07.0-dev")
136136
def find_by(
137137
self,
138138
integration_type: Optional[types.OAuthIntegrationType | str] = None,

0 commit comments

Comments
 (0)