Skip to content

Commit 73c3e97

Browse files
Sergio Palacio Ródenassergiopalaciorodenas
Sergio Palacio Ródenas
andauthored
Feature/update business objects version (#3)
* Feature/Update business objects library version to 1.0.2 --------- Co-authored-by: Sergio Palacio Rodenas <sergio.palaciorodenas@ingrammicro.com>
1 parent ebb2250 commit 73c3e97

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pyproject.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "rndi-connect-devops-fulfillment-framework"
3-
version = "1.0.0"
3+
version = "1.0.2"
44
description = "Framework to ease and speedup the development of a Connect DevOps Fulfillment Extension."
55
authors = ["Unay Santisteban <davidunay.santisteban@cloudblue.com>"]
66
license = "Apache-2.0"
@@ -31,13 +31,11 @@ keywords = [
3131

3232
[tool.poetry.dependencies]
3333
python = ">=3.8.1,<4"
34-
rndi-cache-interface = { git = "https://github.com/IM-Cloud-Spain-Connectors/python-cache-interface.git", branch = "master" }
3534
rndi-cache-sqlite-adapter = { git = "https://github.com/IM-Cloud-Spain-Connectors/python-cache-sqlite-adapter.git", branch = "master" }
36-
rndi-connect-api-facades = { git = "https://github.com/IM-Cloud-Spain-Connectors/python-connect-api-facades.git", tag = "v1.0.1" }
37-
rndi-connect-business-objects = { git = "https://github.com/IM-Cloud-Spain-Connectors/python-connect-business-objects.git", tag = "v1.0.1" }
35+
rndi-connect-api-facades = { git = "https://github.com/IM-Cloud-Spain-Connectors/python-connect-api-facades.git", branch = "master" }
3836
rndi-connect-business-transaction-middleware = { git = "https://github.com/IM-Cloud-Spain-Connectors/python-connect-business-transaction-middleware.git", branch = "master" }
3937
rndi-connect-devops-logger-adapter = { git = "https://github.com/IM-Cloud-Spain-Connectors/python-connect-devops-logger-adapter.git", branch = "master" }
40-
rndi-connect-request-offline-criteria = { git = "https://github.com/IM-Cloud-Spain-Connectors/python-connect-request-offline-criteria.git", tag = "v1.0.1" }
38+
rndi-connect-request-offline-criteria = { git = "https://github.com/IM-Cloud-Spain-Connectors/python-connect-request-offline-criteria.git", branch = "master" }
4139
rndi-dicontainer = { git = "https://github.com/IM-Cloud-Spain-Connectors/python-dicontainer.git", branch = "master" }
4240

4341
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)