New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@seamapi/nextlove-sdk-generator

Package Overview
Dependencies
Maintainers
6
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@seamapi/nextlove-sdk-generator - npm Package Compare versions

Comparing version 1.7.1 to 1.7.2

2

lib/generate-python-sdk/class-file.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc