Skip to content

Commit 6472ca2

Browse files
authored
chore(version): update utils version to 1.1.1 (#82)
1 parent 37a1f81 commit 6472ca2

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

pyproject.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
[tool.poetry]
22
name = "fds.sdk.utils"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
description = "Utilities for interacting with FactSet APIs."
5-
authors=["FactSet Research Systems"]
6-
license="Apache-2.0"
7-
readme="README.md"
8-
homepage="https://developer.factset.com"
9-
keywords=[
5+
authors = ["FactSet Research Systems"]
6+
license = "Apache-2.0"
7+
readme = "README.md"
8+
homepage = "https://developer.factset.com"
9+
keywords = [
1010
"FactSet",
1111
"API",
1212
"SDK"
1313
]
14-
packages=[
14+
packages = [
1515
{ include = "fds", from = "src" }
1616
]
17-
exclude=["tests"]
17+
exclude = ["tests"]
1818

1919
[tool.poetry.dependencies]
2020
python = "^3.7.0"
21-
python-jose = {extras = ["cryptography"], version = "^3.3.0"}
21+
python-jose = { extras = ["cryptography"], version = "^3.3.0" }
2222
requests-oauthlib = "^1.3.0"
2323
requests = "^2.28.2"
2424
oauthlib = "^3.2.2"
2525

2626
[tool.poetry.dev-dependencies]
2727
pytest = "^7.4"
28-
black = {version = "^23.3", allow-prereleases = true}
28+
black = { version = "^23.3", allow-prereleases = true }
2929
pytest-cov = "^4.1.0"
3030
pytest-mock = "^3.11.1"
3131
tox = "^4.8.0"

0 commit comments

Comments
 (0)