-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependencies, Remove python 3.8 support
capnpy-agates -> capnpy podping-schemas 0.1.0 plexo 1.0.0b1 returns for type-safe partial
- Loading branch information
Showing
14 changed files
with
1,194 additions
and
964 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,6 @@ jobs: | |
- name: Build and publish to pypi | ||
uses: JRubics/[email protected] | ||
with: | ||
python_version: "3.11.0" | ||
python_version: "3.11.6" | ||
ignore_dev_requirements: "yes" | ||
pypi_token: ${{ secrets.PYPI_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
name = "podping-hivewriter" | ||
version = "2.0.0" | ||
license = "MIT" | ||
authors = ["Alecks Gates <[email protected]>", "Brian of London <[email protected]>"] | ||
maintainers = ["Alecks Gates <[email protected]>", "Brian of London <[email protected]>"] | ||
authors = ["Alecks Gates <[email protected]>", "Brian of London <[email protected]>"] | ||
maintainers = ["Alecks Gates <[email protected]>", "Brian of London <[email protected]>"] | ||
readme = "README.md" | ||
description = "This is a tool used to submit RFC 3987-compliant International Resource Identifiers as a Podping notification on the Hive blockchain." | ||
homepage = "http://podping.org/" | ||
|
@@ -19,17 +19,18 @@ classifiers = [ | |
] | ||
|
||
[tool.poetry.dependencies] | ||
python = "^3.8,<3.12" | ||
python = "^3.9,<3.12" | ||
cffi = "^1.14.5" | ||
pydantic = "^1.9.0" | ||
single-source = "^0.3.0" | ||
rfc3987 = "^1.3.8" | ||
asgiref = "^3.5" | ||
typer = {extras = ["all"], version = "^0.3.2"} | ||
capnpy-agates = { version = "^0.9.0", allow-prereleases = true } | ||
capnpy = "^0.10.0" | ||
lighthive = "^0.4.0" | ||
plexo = {version = "1.0.0a8", allow-prereleases = true} | ||
podping-schemas = {version = "^0.1.0a17", allow-prereleases = true} | ||
plexo = {version = "1.0.0b1", allow-prereleases = true} | ||
podping-schemas = "^0.1.0" | ||
returns = "^0.22.0" | ||
|
||
|
||
[tool.poetry.group.dev.dependencies] | ||
|
@@ -55,7 +56,7 @@ requires = ["setuptools", "poetry-core>=1.0.0"] | |
build-backend = "poetry.core.masonry.api" | ||
|
||
[tool.black] | ||
target-version = ['py38', 'py39', 'py310', 'py311'] | ||
target-version = ['py39', 'py310', 'py311'] | ||
|
||
[tool.isort] | ||
profile = "black" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.