-
### Short description
Starting in pyqtgraph 0.13.5, dynamically wrapped class properties/methods raise errors in type checkers such as Pylance/Pyright. Examples of this include `GraphicsLayoutWidget`…
-
I'd like us to move to an experience like this when serving models with torchserve to follow projects like Fast API. The benefit of this is people can integrate torchserve much more easily in their ex…
-
* Version: 5.12.1
* Python: 3.8.3
* OS: linux
* `pip freeze` output
```
attrs==20.2.0
base58==2.0.1
bitarray==1.2.2
certifi==2020.6.20
chardet==3.0.4
cytoolz==0.10.1
eth-abi==2.1.1
eth-a…
-
### What happened + What you expected to happen
When setting up the encoding in LoggingConfig in:
* serve.deployment decorator
* serve.run
* config.yml
* set the deprecated RAY_SERVE_ENABLE_JS…
-
I encountered an issue while using Numba (version 0.60.0) with a custom dictionary-based class in both Python 3.9 and Python 3.12. When applying the @jit decorator to methods within this custom class,…
-
### Issue description
`Pipenv` does not respect the version specified in the `dev-packages` section of `Pipfile` when another dependency in `packages` section has a the same sub-dependency.
Here i…
-
Here is an example class:
```python
import typing
class A:
@property
def value(self) -> typing.Literal['a']:
return 'a'
def get(self) -> typing.Literal['a']:
return…
-
I get this error when running production builds of my Angular app, which contains usages of the boundMethod decorator:
```
Error encountered resolving symbol values statically. Only initialized v…
-
I would like to write an extension that (1) only accepts keyword arguments and (2) returns a different type, depending on the values of those arguments. I had more success with this using the high-lev…
-
### Initial Checks
- [X] I have searched Google & GitHub for similar requests and couldn't find anything
- [X] I have read and followed [the docs](https://docs.pydantic.dev) and still think this feat…