Skip to content

Commit

Permalink
Use Starlette
Browse files Browse the repository at this point in the history
  • Loading branch information
talsabagport committed Oct 31, 2024
1 parent 5ff7c84 commit 438d8ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions integrations/jira/poetry.lock

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

4 changes: 2 additions & 2 deletions integrations/jira/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[tool.poetry]
name = "jira"
version = "0.1.89-dev053"
version = "0.1.89-dev054"
description = "Integration to bring information from Jira into Port"
authors = ["Mor Paz <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.11"
port_ocean = {version = "0.12.2-dev20", extras = ["cli"]}
port_ocean = {version = "0.12.2-dev21", extras = ["cli"]}
httpx = "^0.27.0"
psutil = "^6.1.0"

Expand Down

0 comments on commit 438d8ed

Please sign in to comment.