@seamapi/nextlove-sdk-generator
Advanced tools
Comparing version 1.7.1 to 1.7.2
@@ -125,3 +125,3 @@ export class ClassFile { | ||
? [ | ||
"wait_for_action_attempt: Union[bool, Dict[str, float]] = True", | ||
"wait_for_action_attempt: Union[bool, Dict[str, float]] = False", | ||
] | ||
@@ -128,0 +128,0 @@ : []) |
export default () => `[tool.poetry] | ||
name = "seamapi" | ||
version = "2.18.0" | ||
version = "2.19.0" | ||
description = "A Python Library for Seam's API https://getseam.com" | ||
@@ -9,12 +9,10 @@ authors = ["Severin Ibarluzea <seveibar@gmail.com>"] | ||
[tool.poetry.dependencies] | ||
python = "^3.7" | ||
python = "^3.8" | ||
requests = "^2.26.0" | ||
dataclasses-json = "^0.5.6" | ||
dataclasses-json = "^0.6.4" | ||
[tool.poetry.dev-dependencies] | ||
pytest = "^6.2.5" | ||
python-dotenv = "^0.19.2" | ||
black = "^21.12b0" | ||
testcontainers = {extras = ["postgresql"], version = "^3.4.2"} | ||
responses = "^0.22.0" | ||
pytest = "^8.1.1" | ||
python-dotenv = "^1.0.1" | ||
black = "^24.3.0" | ||
@@ -21,0 +19,0 @@ [build-system] |
{ | ||
"name": "@seamapi/nextlove-sdk-generator", | ||
"version": "1.7.1", | ||
"version": "1.7.2", | ||
"description": "Utilities for building NextLove SDK Generators", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -212,3 +212,3 @@ export type ClassFileMethodBase = { | ||
? [ | ||
"wait_for_action_attempt: Union[bool, Dict[str, float]] = True", | ||
"wait_for_action_attempt: Union[bool, Dict[str, float]] = False", | ||
] | ||
@@ -215,0 +215,0 @@ : [] |
export default () => `[tool.poetry] | ||
name = "seamapi" | ||
version = "2.18.0" | ||
version = "2.19.0" | ||
description = "A Python Library for Seam's API https://getseam.com" | ||
@@ -9,12 +9,10 @@ authors = ["Severin Ibarluzea <seveibar@gmail.com>"] | ||
[tool.poetry.dependencies] | ||
python = "^3.7" | ||
python = "^3.8" | ||
requests = "^2.26.0" | ||
dataclasses-json = "^0.5.6" | ||
dataclasses-json = "^0.6.4" | ||
[tool.poetry.dev-dependencies] | ||
pytest = "^6.2.5" | ||
python-dotenv = "^0.19.2" | ||
black = "^21.12b0" | ||
testcontainers = {extras = ["postgresql"], version = "^3.4.2"} | ||
responses = "^0.22.0" | ||
pytest = "^8.1.1" | ||
python-dotenv = "^1.0.1" | ||
black = "^24.3.0" | ||
@@ -21,0 +19,0 @@ [build-system] |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
704524
9486