Skip to content

Commit

Permalink
Merge pull request #190 from cloudblue/lite-28450-update-eaas-core
Browse files Browse the repository at this point in the history
LITE-28450 update connect-eaas-core
  • Loading branch information
bdjilka authored Dec 21, 2023
2 parents 51d974b + 7ad81ce commit 75ada00
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 20 deletions.
1 change: 0 additions & 1 deletion connect/eaas/runner/managers/background.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ async def get_argument(self, task_data):
use_specs=False,
default_headers=self.config.get_user_agent(),
)

object_exists = await self.filter_collection_by_event_definition(
client,
task_data,
Expand Down
25 changes: 7 additions & 18 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ websockets = "10.*"
connect-openapi-client = ">=29.0,<30"
logzio-python-handler = "^3.1.1"
backoff = "^2.2.1"
connect-eaas-core = ">=28.12,<29"
connect-eaas-core = ">=30.3,<31"
httpx = ">=0.23,<0.25"
rich = ">=12"
pyfiglet = "^0.8.post1"
Expand Down

0 comments on commit 75ada00

Please sign in to comment.